Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 14, 2021
1 parent 5934f41 commit f744fbe
Show file tree
Hide file tree
Showing 9 changed files with 840 additions and 516 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nuxt/utils": "2.15.6",
"@nuxt/vue-renderer": "2.15.6",
"node-fetch": "^2.6.1",
"vue": "^2.6.13",
"vue": "^2.6.14",
"vue-client-only": "^2.1.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
Expand All @@ -43,17 +43,17 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@vue/server-test-utils": "^1.2.0",
"@vue/test-utils": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@vue/server-test-utils": "^1.2.1",
"@vue/test-utils": "^1.2.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"chrome-launcher": "^0.14.0",
"consola": "^2.15.3",
"create-require": "^1.1.1",
"cross-spawn": "^7.0.3",
"esbuild": "^0.12.6",
"esbuild": "^0.12.8",
"eslint": "^7.28.0",
"eslint-multiplexer": "^2.0.0",
"execa": "^5.1.1",
Expand All @@ -75,7 +75,7 @@
"puppeteer-core": "^10.0.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.51.0",
"rollup": "2.51.2",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-license": "^2.5.0",
"sass": "^1.34.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.14.4",
"@babel/core": "^7.14.3",
"@babel/helper-compilation-targets": "^7.14.4",
"@babel/helper-module-imports": "^7.13.12",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/runtime": "^7.14.0",
"@babel/compat-data": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/helper-compilation-targets": "^7.14.5",
"@babel/helper-module-imports": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5",
"core-js-compat": "^3.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devalue": "^2.0.1",
"fs-extra": "^10.0.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^3.3.4",
"node-html-parser": "^3.3.5",
"ufo": "^0.7.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/file-loader": "5.0.0",
"@types/html-minifier": "4.0.0",
"@types/less": "3.0.2",
"@types/node": "14.17.2",
"@types/node": "14.17.3",
"@types/optimize-css-assets-webpack-plugin": "5.0.3",
"@types/pug": "2.0.4",
"@types/sass-loader": "8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"node-fetch": "^2.6.1",
"ufo": "^0.7.5",
"unfetch": "^4.2.0",
"vue": "^2.6.13",
"vue": "^2.6.14",
"vue-client-only": "^2.1.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.13",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"ufo": "^0.7.5",
"vue": "^2.6.13",
"vue": "^2.6.14",
"vue-meta": "^2.4.0",
"vue-server-renderer": "^2.6.13"
"vue-server-renderer": "^2.6.14"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/core": "^7.14.5",
"@nuxt/babel-preset-app": "2.15.6",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@nuxt/utils": "2.15.6",
"babel-loader": "^8.2.2",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001235",
"caniuse-lite": "^1.0.30001237",
"consola": "^2.15.3",
"css-loader": "^4.3.0",
"cssnano": "^4.1.11",
Expand Down Expand Up @@ -46,7 +46,7 @@
"url-loader": "^4.1.1",
"vue-loader": "^15.9.7",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.13",
"vue-template-compiler": "^2.6.14",
"watchpack": "^2.2.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2",
Expand Down

0 comments on commit f744fbe

Please sign in to comment.