mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
chore(deps): update all non-major dependencies (2.x) (#21015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
db0e1554ba
commit
8785ab4e8b
14
package.json
14
package.json
@ -33,8 +33,8 @@
|
||||
"test:unit": "jest packages --forceExit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.8",
|
||||
"@babel/preset-env": "^7.21.5",
|
||||
"@babel/core": "^7.22.1",
|
||||
"@babel/preset-env": "^7.22.2",
|
||||
"@ls-lint/ls-lint": "^1.11.2",
|
||||
"@nuxtjs/eslint-config": "^12.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
@ -44,8 +44,8 @@
|
||||
"@rollup/plugin-node-resolve": "^15.0.2",
|
||||
"@rollup/plugin-replace": "^5.0.2",
|
||||
"@types/jest": "^29.5.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
"@vue/server-test-utils": "^1.3.0",
|
||||
"@vue/test-utils": "^1.3.5",
|
||||
"@vue/vue2-jest": "^29.2.4",
|
||||
@ -64,19 +64,19 @@
|
||||
"fs-extra": "^10.1.0",
|
||||
"get-port": "^6.1.2",
|
||||
"glob": "^8.1.0",
|
||||
"got": "^12.6.0",
|
||||
"got": "^12.6.1",
|
||||
"improved-yarn-audit": "^3.0.0",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-jsdom": "^29.5.0",
|
||||
"jest-util": "^29.5.0",
|
||||
"jiti": "^1.18.2",
|
||||
"jsdom": "^22.0.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"jsonfile": "^6.1.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"lerna": "^6.6.2",
|
||||
"lodash": "^4.17.21",
|
||||
"node-fetch-native": "^1.1.1",
|
||||
"puppeteer-core": "^20.3.0",
|
||||
"puppeteer-core": "^20.4.0",
|
||||
"request": "^2.88.2",
|
||||
"rimraf": "^4.4.1",
|
||||
"rollup": "3.23.0",
|
||||
|
@ -10,18 +10,18 @@
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.21.9",
|
||||
"@babel/core": "^7.21.8",
|
||||
"@babel/helper-compilation-targets": "^7.21.5",
|
||||
"@babel/compat-data": "^7.22.3",
|
||||
"@babel/core": "^7.22.1",
|
||||
"@babel/helper-compilation-targets": "^7.22.1",
|
||||
"@babel/helper-module-imports": "^7.21.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.21.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.22.3",
|
||||
"@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-transform-runtime": "^7.21.4",
|
||||
"@babel/preset-env": "^7.21.5",
|
||||
"@babel/runtime": "^7.21.5",
|
||||
"@babel/plugin-transform-runtime": "^7.22.2",
|
||||
"@babel/preset-env": "^7.22.2",
|
||||
"@babel/runtime": "^7.22.3",
|
||||
"@vue/babel-preset-jsx": "^1.4.0",
|
||||
"core-js": "^3.30.2",
|
||||
"core-js-compat": "^3.30.2",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"**/*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/babel__core": "7.20.0",
|
||||
"@types/babel__core": "7.20.1",
|
||||
"@types/compression": "1.7.2",
|
||||
"@types/connect": "3.4.35",
|
||||
"@types/etag": "1.8.1",
|
||||
|
@ -8,7 +8,7 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.21.8",
|
||||
"@babel/core": "^7.22.1",
|
||||
"@nuxt/babel-preset-app": "2.16.3",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
||||
"@nuxt/utils": "2.16.3",
|
||||
@ -30,7 +30,7 @@
|
||||
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
||||
"pify": "^5.0.0",
|
||||
"pnp-webpack-plugin": "^1.7.0",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-import-resolver": "^2.0.0",
|
||||
"postcss-loader": "^4.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user