mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): update all non-major dependencies (#7557)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
aedab063a9
commit
4c410e351d
@ -57,7 +57,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/cli": "2.13.0",
|
||||
"@nuxt/core": "2.13.0",
|
||||
"@nuxt/telemetry": "^1.0.1",
|
||||
"@nuxt/telemetry": "^1.1.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-client-only": "^2.0.0",
|
||||
|
@ -60,12 +60,12 @@
|
||||
"dependencies": {
|
||||
"@nuxt/builder": "2.13.0",
|
||||
"@nuxt/cli": "2.13.0",
|
||||
"@nuxt/components": "^1.0.0",
|
||||
"@nuxt/components": "^1.0.3",
|
||||
"@nuxt/core": "2.13.0",
|
||||
"@nuxt/generator": "2.13.0",
|
||||
"@nuxt/loading-screen": "^2.0.0",
|
||||
"@nuxt/opencollective": "^0.3.0",
|
||||
"@nuxt/telemetry": "^1.0.1",
|
||||
"@nuxt/telemetry": "^1.1.0",
|
||||
"@nuxt/webpack": "2.13.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -36,8 +36,8 @@
|
||||
"babel-eslint/@babel/parser": "7.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@babel/core": "^7.10.3",
|
||||
"@babel/preset-env": "^7.10.3",
|
||||
"@ls-lint/ls-lint": "^1.8.1",
|
||||
"@nuxtjs/eslint-config": "^3.0.0",
|
||||
"@rollup/plugin-alias": "^3.1.1",
|
||||
@ -52,7 +52,7 @@
|
||||
"consola": "^2.13.0",
|
||||
"create-require": "^1.0.2",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint": "^7.3.0",
|
||||
"eslint-multiplexer": "^2.0.0",
|
||||
"esm": "^3.2.25",
|
||||
"execa": "^3.4.0",
|
||||
@ -65,7 +65,7 @@
|
||||
"improved-yarn-audit": "^2.2.1",
|
||||
"is-wsl": "^2.2.0",
|
||||
"jest": "^26.0.1",
|
||||
"jiti": "^0.1.9",
|
||||
"jiti": "^0.1.11",
|
||||
"jsdom": "^16.2.2",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"lerna": "^3.22.1",
|
||||
|
@ -10,13 +10,13 @@
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/core": "^7.10.3",
|
||||
"@babel/helper-compilation-targets": "^7.10.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.1",
|
||||
"@babel/plugin-proposal-decorators": "^7.10.1",
|
||||
"@babel/plugin-transform-runtime": "^7.10.1",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"@babel/plugin-proposal-decorators": "^7.10.3",
|
||||
"@babel/plugin-transform-runtime": "^7.10.3",
|
||||
"@babel/preset-env": "^7.10.3",
|
||||
"@babel/runtime": "^7.10.3",
|
||||
"@vue/babel-preset-jsx": "^1.1.2",
|
||||
"core-js": "^2.6.5"
|
||||
},
|
||||
|
@ -17,7 +17,7 @@
|
||||
"destr": "^1.0.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"jiti": "^0.1.9",
|
||||
"jiti": "^0.1.11",
|
||||
"rc9": "^1.0.0",
|
||||
"std-env": "^2.2.1"
|
||||
},
|
||||
|
@ -10,7 +10,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/autoprefixer": "^9.7.2",
|
||||
"@types/babel__core": "^7.1.8",
|
||||
"@types/babel__core": "^7.1.9",
|
||||
"@types/compression": "^1.7.0",
|
||||
"@types/connect": "^3.4.33",
|
||||
"@types/etag": "^1.8.0",
|
||||
|
@ -8,13 +8,13 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.10.2",
|
||||
"@babel/core": "^7.10.3",
|
||||
"@nuxt/babel-preset-app": "2.13.0",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
|
||||
"@nuxt/utils": "2.13.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001084",
|
||||
"caniuse-lite": "^1.0.30001085",
|
||||
"chalk": "^3.0.0",
|
||||
"consola": "^2.13.0",
|
||||
"css-loader": "^3.6.0",
|
||||
|
22
yarn.lock
22
yarn.lock
@ -18,7 +18,7 @@
|
||||
invariant "^2.2.4"
|
||||
semver "^5.5.0"
|
||||
|
||||
"@babel/core@^7.1.0", "@babel/core@^7.10.2", "@babel/core@^7.7.5":
|
||||
"@babel/core@^7.1.0", "@babel/core@^7.10.3", "@babel/core@^7.7.5":
|
||||
version "7.10.3"
|
||||
resolved "https://registry.npmjs.org/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e"
|
||||
integrity sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w==
|
||||
@ -279,7 +279,7 @@
|
||||
"@babel/helper-create-class-features-plugin" "^7.10.1"
|
||||
"@babel/helper-plugin-utils" "^7.10.1"
|
||||
|
||||
"@babel/plugin-proposal-decorators@^7.10.1":
|
||||
"@babel/plugin-proposal-decorators@^7.10.3":
|
||||
version "7.10.3"
|
||||
resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.3.tgz#2fc6b5696028adccfcd14bc826c184c578b857f8"
|
||||
integrity sha512-Rzwn5tcYFTdWWK3IrhMZkMDjzFQLIGYqHvv9XuzNnEB91Y6gHr/JjazYV1Yec9g0yMLhy1p/21eiW1P7f5UN4A==
|
||||
@ -665,7 +665,7 @@
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.10.1"
|
||||
|
||||
"@babel/plugin-transform-runtime@^7.10.1":
|
||||
"@babel/plugin-transform-runtime@^7.10.3":
|
||||
version "7.10.3"
|
||||
resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.3.tgz#3b287b06acc534a7cb6e6c71d6b1d88b1922dd6c"
|
||||
integrity sha512-b5OzMD1Hi8BBzgQdRHyVVaYrk9zG0wset1it2o3BgonkPadXfOv0aXRqd7864DeOIu3FGKP/h6lr15FE5mahVw==
|
||||
@ -727,7 +727,7 @@
|
||||
"@babel/helper-create-regexp-features-plugin" "^7.10.1"
|
||||
"@babel/helper-plugin-utils" "^7.10.1"
|
||||
|
||||
"@babel/preset-env@^7.10.2":
|
||||
"@babel/preset-env@^7.10.3":
|
||||
version "7.10.3"
|
||||
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.3.tgz#3e58c9861bbd93b6a679987c7e4bd365c56c80c9"
|
||||
integrity sha512-jHaSUgiewTmly88bJtMHbOd1bJf2ocYxb5BWKSDQIP5tmgFuS/n0gl+nhSrYDhT33m0vPxp+rP8oYYgPgMNQlg==
|
||||
@ -808,7 +808,7 @@
|
||||
"@babel/types" "^7.4.4"
|
||||
esutils "^2.0.2"
|
||||
|
||||
"@babel/runtime@^7.10.2", "@babel/runtime@^7.8.4":
|
||||
"@babel/runtime@^7.10.3", "@babel/runtime@^7.8.4":
|
||||
version "7.10.3"
|
||||
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364"
|
||||
integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==
|
||||
@ -1846,7 +1846,7 @@
|
||||
"@nodelib/fs.scandir" "2.1.3"
|
||||
fastq "^1.6.0"
|
||||
|
||||
"@nuxt/components@^1.0.0":
|
||||
"@nuxt/components@^1.0.3":
|
||||
version "1.0.3"
|
||||
resolved "https://registry.npmjs.org/@nuxt/components/-/components-1.0.3.tgz#c47a1817fa635a2f0a52982c0277cf7dd46ac018"
|
||||
integrity sha512-ZXnRHR4e+svOSaouWUoDCkXUHGC/8KGU5sU0SA/on0yHGuzsk/tD8vDiGYNGcdAxEAXE5J9xB7rzWcBYZMrOlg==
|
||||
@ -1895,7 +1895,7 @@
|
||||
consola "^2.10.1"
|
||||
node-fetch "^2.6.0"
|
||||
|
||||
"@nuxt/telemetry@^1.0.1":
|
||||
"@nuxt/telemetry@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-1.1.0.tgz#47e71a575e268a6c4918daa3ffdeff7dfcf688d9"
|
||||
integrity sha512-XjeSdVT2g4XonpJmQkCswUVmmeSOBYGho5fgmWLvjQMCYsoRlOvdh+tn/cTtfQRleZfWQ6ajm/dqXaEPxK9/yg==
|
||||
@ -2146,7 +2146,7 @@
|
||||
"@types/browserslist" "*"
|
||||
postcss "7.x.x"
|
||||
|
||||
"@types/babel__core@^7.1.7", "@types/babel__core@^7.1.8":
|
||||
"@types/babel__core@^7.1.7", "@types/babel__core@^7.1.9":
|
||||
version "7.1.9"
|
||||
resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.9.tgz#77e59d438522a6fb898fa43dc3455c6e72f3963d"
|
||||
integrity sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw==
|
||||
@ -3893,7 +3893,7 @@ caniuse-api@^3.0.0:
|
||||
lodash.memoize "^4.1.2"
|
||||
lodash.uniq "^4.5.0"
|
||||
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001084:
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001084, caniuse-lite@^1.0.30001085:
|
||||
version "1.0.30001085"
|
||||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001085.tgz#bed28bd51ff7425d33ee23e730c7f3b703711db6"
|
||||
integrity sha512-x0YRFRE0pmOD90z+9Xk7jwO58p4feVNXP+U8kWV+Uo/HADyrgESlepzIkUqPgaXkpyceZU6siM1gsK7sHgplqA==
|
||||
@ -5604,7 +5604,7 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2
|
||||
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
|
||||
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
|
||||
|
||||
eslint@^7.2.0:
|
||||
eslint@^7.3.0:
|
||||
version "7.3.0"
|
||||
resolved "https://registry.npmjs.org/eslint/-/eslint-7.3.0.tgz#f9f1fc3dc1227985d0db88769f2bbac7b4b875d7"
|
||||
integrity sha512-dJMVXwfU5PT1cj2Nv2VPPrKahKTGdX+5Dh0Q3YuKt+Y2UhdL2YbzsVaBMyG9HC0tBismlv/r1+eZqs6SMIV38Q==
|
||||
@ -7978,7 +7978,7 @@ jest@^26.0.1:
|
||||
import-local "^3.0.2"
|
||||
jest-cli "^26.0.1"
|
||||
|
||||
jiti@^0.1.11, jiti@^0.1.9:
|
||||
jiti@^0.1.11:
|
||||
version "0.1.11"
|
||||
resolved "https://registry.npmjs.org/jiti/-/jiti-0.1.11.tgz#8b27b92e4c0866b3c8c91945c55a99a1db17a782"
|
||||
integrity sha512-zSPegl+ageMLSYcq1uAZa6V56pX2GbNl/eU3Or7PFHu10a2YhLAXj5fnHJGd6cHZTalSR8zXGH8WmyuyufMhLA==
|
||||
|
Loading…
Reference in New Issue
Block a user