mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
chore(deps): update all non-major dependencies (2.x) (#27299)
This commit is contained in:
parent
391abfa489
commit
240f677bca
12
package.json
12
package.json
@ -34,13 +34,13 @@
|
||||
"test:vue-types": "vue-tsc -p ./test/fixtures/vue-tsc/tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.24.5",
|
||||
"@babel/preset-env": "7.24.5",
|
||||
"@babel/core": "7.24.6",
|
||||
"@babel/preset-env": "7.24.6",
|
||||
"@ls-lint/ls-lint": "2.2.3",
|
||||
"@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-commonjs": "25.0.8",
|
||||
"@rollup/plugin-json": "6.1.0",
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
"@rollup/plugin-replace": "5.0.5",
|
||||
@ -56,7 +56,7 @@
|
||||
"consola": "3.2.3",
|
||||
"create-require": "1.1.1",
|
||||
"cross-spawn": "7.0.3",
|
||||
"esbuild": "0.21.3",
|
||||
"esbuild": "0.21.4",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-multiplexer": "2.0.0",
|
||||
"eslint-plugin-jest": "28.5.0",
|
||||
@ -79,10 +79,10 @@
|
||||
"lodash": "4.17.21",
|
||||
"node-fetch-native": "1.6.4",
|
||||
"ofetch": "1.3.4",
|
||||
"puppeteer-core": "22.9.0",
|
||||
"puppeteer-core": "22.10.0",
|
||||
"request": "2.88.2",
|
||||
"rimraf": "4.4.1",
|
||||
"rollup": "4.17.2",
|
||||
"rollup": "4.18.0",
|
||||
"rollup-plugin-esbuild": "6.1.1",
|
||||
"rollup-plugin-license": "3.4.0",
|
||||
"sass": "1.77.2",
|
||||
|
@ -13,19 +13,19 @@
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.24.4",
|
||||
"@babel/core": "^7.24.5",
|
||||
"@babel/helper-compilation-targets": "^7.23.6",
|
||||
"@babel/helper-module-imports": "^7.24.3",
|
||||
"@babel/compat-data": "^7.24.6",
|
||||
"@babel/core": "^7.24.6",
|
||||
"@babel/helper-compilation-targets": "^7.24.6",
|
||||
"@babel/helper-module-imports": "^7.24.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.1",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.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.24.3",
|
||||
"@babel/preset-env": "^7.24.5",
|
||||
"@babel/runtime": "^7.24.5",
|
||||
"@babel/plugin-transform-runtime": "^7.24.6",
|
||||
"@babel/preset-env": "^7.24.6",
|
||||
"@babel/runtime": "^7.24.6",
|
||||
"@vue/babel-preset-jsx": "^1.4.0",
|
||||
"core-js": "^3.37.1",
|
||||
"core-js-compat": "^3.37.1",
|
||||
|
@ -11,13 +11,13 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.24.5",
|
||||
"@babel/core": "^7.24.6",
|
||||
"@nuxt/babel-preset-app": "2.17.3",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
||||
"@nuxt/utils": "2.17.3",
|
||||
"babel-loader": "^8.3.0",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001620",
|
||||
"caniuse-lite": "^1.0.30001621",
|
||||
"consola": "^3.2.3",
|
||||
"css-loader": "^5.2.7",
|
||||
"cssnano": "^6.1.2",
|
||||
@ -37,7 +37,7 @@
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-import-resolver": "^2.0.0",
|
||||
"postcss-loader": "^4.3.0",
|
||||
"postcss-preset-env": "^9.5.13",
|
||||
"postcss-preset-env": "^9.5.14",
|
||||
"postcss-url": "^10.1.3",
|
||||
"semver": "^7.6.2",
|
||||
"std-env": "^3.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user