update dependencies

This commit is contained in:
Philipp Kühn
2021-02-26 18:47:39 +01:00
parent fa006aee63
commit aaaa6ac51d
9 changed files with 528 additions and 675 deletions

View File

@@ -25,10 +25,10 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@lerna/batch-packages": "^3.16.0",
"@lerna/filter-packages": "^3.18.0",
@@ -36,8 +36,8 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"cypress": "^6.5.0",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.0",
@@ -47,13 +47,13 @@
"eslint-plugin-vue": "^7.6.0",
"lerna": "^3.22.1",
"minimist": "^1.2.5",
"rollup": "^2.39.0",
"rollup": "^2.40.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "5",
"typescript": "^4.1.5",
"typescript": "^4.2.2",
"vue": "^2.6.12"
}
}