mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): update all non-major dependencies (#8870)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
4e3613f96f
commit
308fd426d3
@ -34,7 +34,7 @@
|
||||
"@nuxt/babel-preset-app": "2.15.1",
|
||||
"@nuxt/builder": "2.15.1",
|
||||
"@nuxt/cli": "2.15.1",
|
||||
"@nuxt/components": "^2.1.1",
|
||||
"@nuxt/components": "^2.1.2",
|
||||
"@nuxt/config": "2.15.1",
|
||||
"@nuxt/core": "2.15.1",
|
||||
"@nuxt/generator": "2.15.1",
|
||||
|
12
package.json
12
package.json
@ -33,8 +33,8 @@
|
||||
"test:unit": "jest packages --forceExit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.17",
|
||||
"@babel/preset-env": "^7.12.17",
|
||||
"@babel/core": "^7.13.1",
|
||||
"@babel/preset-env": "^7.13.0",
|
||||
"@ls-lint/ls-lint": "^1.9.2",
|
||||
"@nuxtjs/eslint-config": "^5.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^5.0.0",
|
||||
@ -42,9 +42,9 @@
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^11.2.0",
|
||||
"@rollup/plugin-replace": "^2.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.15.1",
|
||||
"@typescript-eslint/parser": "^4.15.1",
|
||||
"@rollup/plugin-replace": "^2.4.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
||||
"@typescript-eslint/parser": "^4.15.2",
|
||||
"@vue/server-test-utils": "^1.1.3",
|
||||
"@vue/test-utils": "^1.1.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
@ -74,7 +74,7 @@
|
||||
"puppeteer-core": "^7.1.0",
|
||||
"request": "^2.88.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "2.39.0",
|
||||
"rollup": "2.39.1",
|
||||
"rollup-plugin-license": "^2.2.0",
|
||||
"sass": "^1.32.8",
|
||||
"sass-loader": "^10.1.1",
|
||||
|
@ -10,17 +10,17 @@
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.12.13",
|
||||
"@babel/core": "^7.12.17",
|
||||
"@babel/helper-compilation-targets": "^7.12.17",
|
||||
"@babel/compat-data": "^7.13.0",
|
||||
"@babel/core": "^7.13.1",
|
||||
"@babel/helper-compilation-targets": "^7.13.0",
|
||||
"@babel/helper-module-imports": "^7.12.13",
|
||||
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
||||
"@babel/plugin-proposal-decorators": "^7.12.13",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.12.17",
|
||||
"@babel/plugin-transform-runtime": "^7.12.17",
|
||||
"@babel/preset-env": "^7.12.17",
|
||||
"@babel/runtime": "^7.12.18",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.13.0",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
|
||||
"@babel/plugin-transform-runtime": "^7.13.2",
|
||||
"@babel/preset-env": "^7.13.0",
|
||||
"@babel/runtime": "^7.13.2",
|
||||
"@vue/babel-preset-jsx": "^1.2.4",
|
||||
"core-js": "^2.6.5",
|
||||
"core-js-compat": "^3.9.0",
|
||||
|
@ -30,7 +30,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"minimist": "^1.2.5",
|
||||
"opener": "1.5.2",
|
||||
"pretty-bytes": "^5.5.0",
|
||||
"pretty-bytes": "^5.6.0",
|
||||
"semver": "^7.3.4",
|
||||
"serve-static": "^1.14.1",
|
||||
"std-env": "^2.3.0",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"rc9": "^1.2.0",
|
||||
"std-env": "^2.3.0",
|
||||
"ufo": "^0.6.6"
|
||||
"ufo": "^0.6.7"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -15,8 +15,8 @@
|
||||
"devalue": "^2.0.1",
|
||||
"fs-extra": "^9.1.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"node-html-parser": "^2.1.0",
|
||||
"ufo": "^0.6.6"
|
||||
"node-html-parser": "^2.2.1",
|
||||
"ufo": "^0.6.7"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -24,7 +24,7 @@
|
||||
"serve-placeholder": "^1.2.3",
|
||||
"serve-static": "^1.14.1",
|
||||
"server-destroy": "^1.0.1",
|
||||
"ufo": "^0.6.6"
|
||||
"ufo": "^0.6.7"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -19,7 +19,7 @@
|
||||
"serialize-javascript": "^5.0.1",
|
||||
"signal-exit": "^3.0.3",
|
||||
"ua-parser-js": "^0.7.24",
|
||||
"ufo": "^0.6.6"
|
||||
"ufo": "^0.6.7"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -14,7 +14,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"node-fetch": "^2.6.1",
|
||||
"ufo": "^0.6.6",
|
||||
"ufo": "^0.6.7",
|
||||
"unfetch": "^4.2.0",
|
||||
"vue": "^2.6.12",
|
||||
"vue-client-only": "^2.0.0",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"fs-extra": "^9.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lru-cache": "^5.1.1",
|
||||
"ufo": "^0.6.6",
|
||||
"ufo": "^0.6.7",
|
||||
"vue": "^2.6.12",
|
||||
"vue-meta": "^2.4.0",
|
||||
"vue-server-renderer": "^2.6.12"
|
||||
|
@ -8,13 +8,13 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.17",
|
||||
"@babel/core": "^7.13.1",
|
||||
"@nuxt/babel-preset-app": "2.15.1",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
|
||||
"@nuxt/utils": "2.15.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001190",
|
||||
"caniuse-lite": "^1.0.30001191",
|
||||
"consola": "^2.15.3",
|
||||
"css-loader": "^4.3.0",
|
||||
"cssnano": "^4.1.10",
|
||||
|
Loading…
Reference in New Issue
Block a user