dependencies: udpate

This commit is contained in:
Philipp Kühn 2021-06-14 15:02:26 +02:00
parent 2502932fa0
commit fe24b6d7de
4 changed files with 831 additions and 67 deletions

View File

@ -36,11 +36,11 @@
"yjs": "^13.5.10"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"html-loader": "^1.3.2",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",

View File

@ -25,11 +25,11 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/core": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@lerna/batch-packages": "^3.16.0",
"@lerna/filter-packages": "^3.18.0",
"@lerna/project": "^3.21.0",
@ -44,10 +44,10 @@
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.10.0",
"eslint-plugin-vue": "^7.11.1",
"lerna": "^3.22.1",
"minimist": "^1.2.5",
"rollup": "^2.51.1",
"rollup": "^2.51.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.30.0",

View File

@ -31,7 +31,7 @@
"prosemirror-view": "^1.18.7"
},
"devDependencies": {
"@types/react": "^17.0.10",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7"
}
}

874
yarn.lock

File diff suppressed because it is too large Load Diff