dependencies: update

This commit is contained in:
Philipp Kühn
2021-05-13 15:02:09 +02:00
parent 543189034a
commit ac060723dc
5 changed files with 468 additions and 603 deletions

View File

@@ -37,9 +37,9 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.14.1",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"html-loader": "^1.3.2",
"node-sass": "^5.0.0",

View File

@@ -25,10 +25,10 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.14.1",
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@lerna/batch-packages": "^3.16.0",
"@lerna/filter-packages": "^3.18.0",
@@ -36,10 +36,10 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"cypress": "^7.2.0",
"eslint": "^7.25.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"cypress": "^7.3.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-html": "^6.1.0",

View File

@@ -25,7 +25,7 @@
},
"dependencies": {
"@tiptap/extension-code-block": "^2.0.0-beta.14",
"@types/lowlight": "^0.0.1",
"@types/lowlight": "^0.0.2",
"lowlight": "^1.20.0",
"prosemirror-model": "^1.14.1",
"prosemirror-state": "^1.3.4",

View File

@@ -32,6 +32,6 @@
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3"
"@types/react-dom": "^17.0.5"
}
}

1047
yarn.lock

File diff suppressed because it is too large Load Diff