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 Dec 9, 2020
1 parent 85bb979 commit d608bdf
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 192 deletions.
2 changes: 1 addition & 1 deletion distributions/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@nuxt/builder": "2.14.10",
"@nuxt/cli": "2.14.10",
"@nuxt/components": "^1.2.1",
"@nuxt/components": "^1.2.2",
"@nuxt/core": "2.14.10",
"@nuxt/generator": "2.14.10",
"@nuxt/loading-screen": "^2.0.3",
Expand Down
6 changes: 3 additions & 3 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.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@ls-lint/ls-lint": "^1.9.2",
"@nuxtjs/eslint-config": "^5.0.0",
"@rollup/plugin-alias": "^3.1.1",
Expand All @@ -59,7 +59,7 @@
"get-port": "^5.1.1",
"glob": "^7.1.6",
"got": "^11.8.0",
"improved-yarn-audit": "^2.3.1",
"improved-yarn-audit": "^2.3.2",
"is-wsl": "^2.2.0",
"jest": "^26.6.3",
"jiti": "^0.1.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/core": "^7.12.9",
"@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.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"index.d.ts"
],
"dependencies": {
"@nuxt/ufo": "^0.0.3",
"@nuxt/ufo": "^0.1.0",
"@nuxt/utils": "2.14.10",
"consola": "^2.15.0",
"create-require": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/autoprefixer": "^9.7.2",
"@types/babel__core": "^7.1.12",
"@types/compression": "^1.7.0",
"@types/connect": "^3.4.33",
"@types/connect": "^3.4.34",
"@types/etag": "^1.8.0",
"@types/file-loader": "^4.2.0",
"@types/html-minifier": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"@nuxt/ufo": "^0.0.3",
"@nuxt/ufo": "^0.1.0",
"consola": "^2.15.0",
"fs-extra": "^9.0.1",
"hash-sum": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"index.d.ts"
],
"dependencies": {
"@nuxt/ufo": "^0.0.3",
"@nuxt/ufo": "^0.1.0",
"node-fetch": "^2.6.1",
"unfetch": "^4.2.0",
"vue": "^2.6.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.12.9",
"@babel/core": "^7.12.10",
"@nuxt/babel-preset-app": "2.14.10",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@nuxt/utils": "2.14.10",
Expand All @@ -21,7 +21,7 @@
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
"eventsource-polyfill": "^0.9.6",
"extract-css-chunks-webpack-plugin": "^4.8.0",
"extract-css-chunks-webpack-plugin": "^4.9.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"hard-source-webpack-plugin": "^0.13.1",
Expand Down

0 comments on commit d608bdf

Please sign in to comment.