mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +00:00
chore(deps): update all non-major dependencies (#10524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
123206cb80
commit
8914f5a13b
@ -34,7 +34,7 @@
|
||||
"@nuxt/utils": "2.15.6",
|
||||
"@nuxt/vue-renderer": "2.15.6",
|
||||
"node-fetch-native": "^0.1.4",
|
||||
"vue": "^2.6.14",
|
||||
"vue": "^2.7.0",
|
||||
"vue-client-only": "^2.1.0",
|
||||
"vue-meta": "^2.4.0",
|
||||
"vue-no-ssr": "^1.1.1",
|
||||
|
16
package.json
16
package.json
@ -33,27 +33,27 @@
|
||||
"test:unit": "jest packages --forceExit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@ls-lint/ls-lint": "^1.11.2",
|
||||
"@nuxtjs/eslint-config": "^10.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^10.0.0",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-commonjs": "^22.0.1",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||||
"@typescript-eslint/parser": "^5.29.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"@vue/server-test-utils": "^1.3.0",
|
||||
"@vue/test-utils": "^1.3.0",
|
||||
"@vue/vue2-jest": "^28.0.0",
|
||||
"@vue/vue2-jest": "^28.0.1",
|
||||
"babel-jest": "^28.1.1",
|
||||
"chrome-launcher": "^0.15.1",
|
||||
"consola": "^2.15.3",
|
||||
"create-require": "^1.1.1",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"esbuild": "^0.14.47",
|
||||
"esbuild": "^0.14.48",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-multiplexer": "^2.0.0",
|
||||
"eslint-plugin-jest": "^26.5.3",
|
||||
@ -66,7 +66,7 @@
|
||||
"got": "^11.8.5",
|
||||
"improved-yarn-audit": "^3.0.0",
|
||||
"jest": "^28.1.1",
|
||||
"jest-environment-jsdom": "^28.1.1",
|
||||
"jest-environment-jsdom": "^28.1.2",
|
||||
"jest-util": "^28.1.1",
|
||||
"jiti": "^1.14.0",
|
||||
"jsdom": "^20.0.0",
|
||||
|
@ -10,21 +10,21 @@
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.18.5",
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/helper-compilation-targets": "^7.18.2",
|
||||
"@babel/helper-module-imports": "^7.16.7",
|
||||
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
||||
"@babel/plugin-proposal-decorators": "^7.18.2",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
|
||||
"@babel/plugin-proposal-private-methods": "^7.17.12",
|
||||
"@babel/plugin-transform-runtime": "^7.18.5",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@babel/compat-data": "^7.18.6",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/helper-compilation-targets": "^7.18.6",
|
||||
"@babel/helper-module-imports": "^7.18.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.18.6",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
||||
"@babel/plugin-transform-runtime": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@vue/babel-preset-jsx": "^1.2.4",
|
||||
"core-js": "^3.19.0",
|
||||
"core-js-compat": "^3.23.2",
|
||||
"core-js-compat": "^3.23.3",
|
||||
"regenerator-runtime": "^0.13.9"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -16,12 +16,12 @@
|
||||
"node-fetch-native": "^0.1.4",
|
||||
"ufo": "^0.8.4",
|
||||
"unfetch": "^4.2.0",
|
||||
"vue": "^2.6.14",
|
||||
"vue": "^2.7.0",
|
||||
"vue-client-only": "^2.1.0",
|
||||
"vue-meta": "^2.4.0",
|
||||
"vue-no-ssr": "^1.1.1",
|
||||
"vue-router": "^3.5.4",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"vue-template-compiler": "^2.7.0",
|
||||
"vuex": "^3.6.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -16,9 +16,9 @@
|
||||
"lodash": "^4.17.21",
|
||||
"lru-cache": "^5.1.1",
|
||||
"ufo": "^0.8.4",
|
||||
"vue": "^2.6.14",
|
||||
"vue": "^2.7.0",
|
||||
"vue-meta": "^2.4.0",
|
||||
"vue-server-renderer": "^2.6.14"
|
||||
"vue-server-renderer": "^2.7.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -8,13 +8,13 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@nuxt/babel-preset-app": "2.15.6",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
||||
"@nuxt/utils": "2.15.6",
|
||||
"babel-loader": "^8.2.5",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001358",
|
||||
"caniuse-lite": "^1.0.30001361",
|
||||
"consola": "^2.15.3",
|
||||
"css-loader": "^4.3.0",
|
||||
"cssnano": "^4.1.11",
|
||||
@ -44,9 +44,9 @@
|
||||
"time-fix-plugin": "^2.0.7",
|
||||
"ufo": "^0.8.4",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-loader": "^15.9.8",
|
||||
"vue-loader": "^15.10.0",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"vue-template-compiler": "^2.7.0",
|
||||
"watchpack": "^2.4.0",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user