mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-08 21:02:26 +03:00
chore: update dependencies
This commit is contained in:
+34
-34
@@ -55,24 +55,24 @@
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^5.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^6.0.1",
|
||||
"@rollup/plugin-alias": "^3.1.2",
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
"@rollup/plugin-node-resolve": "^11.2.0",
|
||||
"@rollup/plugin-replace": "^2.4.1",
|
||||
"@types/jest": "^26.0.22",
|
||||
"@types/webpack": "^4.41.26",
|
||||
"@rollup/plugin-commonjs": "^19.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
"@rollup/plugin-replace": "^2.4.2",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
||||
"@typescript-eslint/parser": "^4.15.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
||||
"@typescript-eslint/parser": "^4.26.0",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"@vue/server-renderer": "^3.0.6",
|
||||
"@vue/server-renderer": "^3.0.11",
|
||||
"@vue/test-utils": "^2.0.0-rc.6",
|
||||
"@wishy-gift/html-include-chunks-webpack-plugin": "^0.1.5",
|
||||
"babel-jest": "^26.6.3",
|
||||
"@wishy-gift/html-include-chunks-webpack-plugin": "^1.0.1",
|
||||
"babel-jest": "^27.0.2",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||
"babel-plugin-global-define": "^1.0.3",
|
||||
@@ -80,40 +80,40 @@
|
||||
"babel-plugin-transform-import-meta": "^2.0.0",
|
||||
"babel-preset-vue": "^2.0.2",
|
||||
"browserstack-local": "^1.4.8",
|
||||
"chromedriver": "^88.0.0",
|
||||
"codecov": "^3.8.1",
|
||||
"chromedriver": "^91.0.0",
|
||||
"codecov": "^3.8.2",
|
||||
"consola": "^2.15.3",
|
||||
"eslint": "^7.21.0",
|
||||
"eslint": "^7.28.0",
|
||||
"express-urlrewrite": "^1.4.0",
|
||||
"geckodriver": "^1.22.1",
|
||||
"html-webpack-plugin": "^5.2.0",
|
||||
"jest": "^26.6.3",
|
||||
"jest-environment-jsdom": "^26.6.2",
|
||||
"geckodriver": "^2.0.0",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"jest": "^27.0.4",
|
||||
"jest-environment-jsdom": "^27.0.3",
|
||||
"jest-environment-jsdom-global": "^2.0.4",
|
||||
"jiti": "^1.3.0",
|
||||
"jsdom": "^16.4.0",
|
||||
"jiti": "^1.10.1",
|
||||
"jsdom": "^16.6.0",
|
||||
"lodash": "^4.17.21",
|
||||
"node-env-file": "^0.1.8",
|
||||
"puppeteer-core": "^8.0.0",
|
||||
"puppeteer-core": "^10.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.40.0",
|
||||
"rollup-plugin-dts": "^2.0.1",
|
||||
"rollup": "^2.51.0",
|
||||
"rollup-plugin-dts": "^3.0.2",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"selenium-webdriver": "^4.0.0-beta.1",
|
||||
"standard-version": "^9.1.1",
|
||||
"selenium-webdriver": "^4.0.0-beta.3",
|
||||
"standard-version": "^9.3.0",
|
||||
"tib": "^0.7.5",
|
||||
"ts-jest": "^26.5.4",
|
||||
"ts-loader": "^9.1.2",
|
||||
"typescript": "^4.2.2",
|
||||
"vite": "^2.0.4",
|
||||
"ts-jest": "^27.0.2",
|
||||
"ts-loader": "^9.2.3",
|
||||
"typescript": "^4.3.2",
|
||||
"vite": "^2.3.6",
|
||||
"vue": "^3.0.6",
|
||||
"vue-jest": "^5.0.0-alpha.9",
|
||||
"vue-loader": "^16.0.0",
|
||||
"vue-router": "^4.0.6",
|
||||
"webpack": "^5.24.2",
|
||||
"webpack-bundle-analyzer": "^4.4.0",
|
||||
"webpack-cli": "^4.5.0",
|
||||
"webpack": "^5.38.1",
|
||||
"webpack-bundle-analyzer": "^4.4.2",
|
||||
"webpack-cli": "^4.7.0",
|
||||
"webpack-dev-server": "^4.0.0-beta.2",
|
||||
"webpackbar": "^4.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user