dependencies: update

This commit is contained in:
Philipp Kühn
2021-11-05 11:52:49 +01:00
parent 1716737c35
commit 18a9271611
14 changed files with 940 additions and 945 deletions

View File

@@ -24,11 +24,11 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@cypress/webpack-preprocessor": "^5.9.1",
"@lerna/batch-packages": "^3.16.0",
"@lerna/filter-packages": "^4.0.0",
@@ -36,24 +36,24 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.3",
"cypress": "^8.6.0",
"cypress": "^8.7.0",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vue": "^8.0.3",
"lerna": "^4.0.0",
"minimist": "^1.2.5",
"rollup": "^2.58.1",
"rollup": "^2.59.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.30.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.59.1"
"webpack": "^5.61.0"
}
}