mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 22:55:13 +00:00
chore(deps): update all non-major dependencies (2.x) (#24557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
cf2a026ef8
commit
3b7a39d629
24
package.json
24
package.json
@ -34,19 +34,19 @@
|
||||
"test:vue-types": "vue-tsc -p ./test/fixtures/vue-tsc/tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.5",
|
||||
"@babel/preset-env": "7.23.5",
|
||||
"@babel/core": "7.23.6",
|
||||
"@babel/preset-env": "7.23.6",
|
||||
"@ls-lint/ls-lint": "2.2.2",
|
||||
"@nuxtjs/eslint-config": "12.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
||||
"@rollup/plugin-alias": "5.1.0",
|
||||
"@rollup/plugin-commonjs": "25.0.7",
|
||||
"@rollup/plugin-json": "6.0.1",
|
||||
"@rollup/plugin-json": "6.1.0",
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
"@rollup/plugin-replace": "5.0.5",
|
||||
"@types/jest": "29.5.10",
|
||||
"@typescript-eslint/eslint-plugin": "6.13.1",
|
||||
"@typescript-eslint/parser": "6.13.1",
|
||||
"@types/jest": "29.5.11",
|
||||
"@typescript-eslint/eslint-plugin": "6.14.0",
|
||||
"@typescript-eslint/parser": "6.14.0",
|
||||
"@vue/server-test-utils": "1.3.0",
|
||||
"@vue/test-utils": "1.3.6",
|
||||
"@vue/vue2-jest": "29.2.6",
|
||||
@ -56,8 +56,8 @@
|
||||
"consola": "3.2.3",
|
||||
"create-require": "1.1.1",
|
||||
"cross-spawn": "7.0.3",
|
||||
"esbuild": "0.19.8",
|
||||
"eslint": "8.54.0",
|
||||
"esbuild": "0.19.9",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-multiplexer": "2.0.0",
|
||||
"eslint-plugin-jest": "27.6.0",
|
||||
"execa": "^5.1.1",
|
||||
@ -79,19 +79,19 @@
|
||||
"lodash": "4.17.21",
|
||||
"node-fetch-native": "1.4.1",
|
||||
"ofetch": "1.3.3",
|
||||
"puppeteer-core": "21.5.2",
|
||||
"puppeteer-core": "21.6.1",
|
||||
"request": "2.88.2",
|
||||
"rimraf": "4.4.1",
|
||||
"rollup": "4.6.1",
|
||||
"rollup": "4.9.0",
|
||||
"rollup-plugin-esbuild": "6.1.0",
|
||||
"rollup-plugin-license": "3.2.0",
|
||||
"sass": "1.69.5",
|
||||
"sass-loader": "^10.4.1",
|
||||
"semver": "7.5.4",
|
||||
"sort-package-json": "2.6.0",
|
||||
"typescript": "5.3.2",
|
||||
"typescript": "5.3.3",
|
||||
"vue-jest": "4.0.1",
|
||||
"vue-tsc": "1.8.24"
|
||||
"vue-tsc": "1.8.25"
|
||||
},
|
||||
"packageManager": "yarn@1.22.21"
|
||||
}
|
||||
|
@ -14,21 +14,21 @@
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.23.5",
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/helper-compilation-targets": "^7.22.15",
|
||||
"@babel/core": "^7.23.6",
|
||||
"@babel/helper-compilation-targets": "^7.23.6",
|
||||
"@babel/helper-module-imports": "^7.22.15",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.23.5",
|
||||
"@babel/plugin-proposal-decorators": "^7.23.6",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
||||
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@babel/plugin-transform-runtime": "^7.23.4",
|
||||
"@babel/preset-env": "^7.23.5",
|
||||
"@babel/runtime": "^7.23.5",
|
||||
"@babel/plugin-transform-runtime": "^7.23.6",
|
||||
"@babel/preset-env": "^7.23.6",
|
||||
"@babel/runtime": "^7.23.6",
|
||||
"@vue/babel-preset-jsx": "^1.4.0",
|
||||
"core-js": "^3.33.3",
|
||||
"core-js-compat": "^3.33.3",
|
||||
"core-js": "^3.34.0",
|
||||
"core-js-compat": "^3.34.0",
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -36,7 +36,7 @@
|
||||
"pretty-bytes": "^5.6.0",
|
||||
"semver": "^7.5.4",
|
||||
"serve-static": "^1.15.0",
|
||||
"std-env": "^3.5.0",
|
||||
"std-env": "^3.6.0",
|
||||
"upath": "^2.0.1",
|
||||
"wrap-ansi": "^7.0.0"
|
||||
},
|
||||
|
@ -538,7 +538,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -997,7 +997,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -1462,7 +1462,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -1921,7 +1921,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -2386,7 +2386,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -2851,7 +2851,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -3322,7 +3322,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -3790,7 +3790,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -4264,7 +4264,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -4729,7 +4729,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -5200,7 +5200,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -5665,7 +5665,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
|
||||
"postcssPlugin": "cssnano-util-raw-cache",
|
||||
},
|
||||
],
|
||||
"version": "8.4.31",
|
||||
"version": "8.4.32",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -17,7 +17,7 @@
|
||||
"dotenv": "^16.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"rc9": "^2.1.1",
|
||||
"std-env": "^3.5.0",
|
||||
"std-env": "^3.6.0",
|
||||
"ufo": "^1.3.2"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -11,16 +11,16 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.23.5",
|
||||
"@babel/core": "^7.23.6",
|
||||
"@nuxt/babel-preset-app": "2.17.2",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
||||
"@nuxt/utils": "2.17.2",
|
||||
"babel-loader": "^8.3.0",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001565",
|
||||
"caniuse-lite": "^1.0.30001570",
|
||||
"consola": "^3.2.3",
|
||||
"css-loader": "^5.2.7",
|
||||
"cssnano": "^6.0.1",
|
||||
"cssnano": "^6.0.2",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
"extract-css-chunks-webpack-plugin": "^4.10.0",
|
||||
"file-loader": "^6.2.0",
|
||||
@ -33,14 +33,14 @@
|
||||
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
||||
"pify": "^5.0.0",
|
||||
"pnp-webpack-plugin": "^1.7.0",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-import-resolver": "^2.0.0",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"postcss-preset-env": "^9.3.0",
|
||||
"postcss-url": "^10.1.3",
|
||||
"semver": "^7.5.4",
|
||||
"std-env": "^3.5.0",
|
||||
"std-env": "^3.6.0",
|
||||
"style-resources-loader": "^1.5.0",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"thread-loader": "^3.0.4",
|
||||
|
Loading…
Reference in New Issue
Block a user