chore(deps): update all non-major dependencies (#8751)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-03 13:26:37 +00:00 committed by GitHub
parent 6a8339e4c4
commit be79532715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 617 additions and 391 deletions

View File

@ -33,8 +33,8 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-config-typescript": "^5.0.0",

View File

@ -10,16 +10,16 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.12.7",
"@babel/core": "^7.12.10",
"@babel/helper-compilation-targets": "^7.12.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.12.5",
"@babel/compat-data": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/helper-compilation-targets": "^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.13",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/runtime": "^7.12.13",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5",
"core-js-compat": "^3.8.3",

View File

@ -18,7 +18,7 @@
"lodash": "^4.17.20",
"rc9": "^1.2.0",
"std-env": "^2.2.1",
"ufo": "^0.5.4"
"ufo": "^0.6.1"
},
"publishConfig": {
"access": "public"

View File

@ -19,7 +19,7 @@
"serialize-javascript": "^5.0.1",
"signal-exit": "^3.0.3",
"ua-parser-js": "^0.7.23",
"ufo": "^0.5.4"
"ufo": "^0.6.1"
},
"publishConfig": {
"access": "public"

View File

@ -14,7 +14,7 @@
],
"dependencies": {
"node-fetch": "^2.6.1",
"ufo": "^0.5.4",
"ufo": "^0.6.1",
"unfetch": "^4.2.0",
"vue": "^2.6.12",
"vue-client-only": "^2.0.0",

View File

@ -14,7 +14,7 @@
"fs-extra": "^9.1.0",
"lodash": "^4.17.20",
"lru-cache": "^5.1.1",
"ufo": "^0.5.4",
"ufo": "^0.6.1",
"vue": "^2.6.12",
"vue-meta": "^2.4.0",
"vue-server-renderer": "^2.6.12"

View File

@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/core": "^7.12.13",
"@nuxt/babel-preset-app": "2.14.12",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@nuxt/utils": "2.14.12",

974
yarn.lock

File diff suppressed because it is too large Load Diff