dependencies: update

This commit is contained in:
Philipp Kühn
2021-09-14 21:46:02 +02:00
parent 2ec53efb91
commit e0eefceb5c
2 changed files with 100 additions and 200 deletions

View File

@@ -31,7 +31,7 @@
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@cypress/webpack-preprocessor": "^5.9.1",
"@lerna/batch-packages": "^3.16.0",
@@ -40,12 +40,12 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"cypress": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"cypress": "^8.4.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-vue": "^7.16.0",
@@ -56,7 +56,7 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "5",
"typescript": "^4.3.2",
"typescript": "^4.4.3",
"vue": "^2.6.14"
}
}