Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies to ^3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2021
1 parent f468ad5 commit 011f5fd
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/mocha": "^9.0.0",
"@types/node": "^14.17.15",
"@types/object-hash": "^2",
"@vue/server-renderer": "^3.2.9",
"@vue/server-renderer": "^3.2.10",
"chai": "^4.3.4",
"esbuild": "^0.12.25",
"eslint": "^7.32.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@rollup/pluginutils": "^4.1.1",
"@types/jsdom": "^16.2.13",
"@vercel/nft": "^0.13.1",
"@vue/server-renderer": "^3.2.9",
"@vue/server-renderer": "^3.2.10",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
Expand Down Expand Up @@ -66,7 +66,7 @@
"unenv": "^0.3.2",
"unstorage": "^0.2.3",
"upath": "^2.0.1",
"vue": "3.2.9",
"vue": "3.2.10",
"vue-bundle-renderer": "^0.3.0",
"vue-server-renderer": "^2.6.14"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@nuxt/nitro": "^0.10.0",
"@nuxt/vite-builder": "^0.10.0",
"@nuxt/webpack-builder": "^0.10.0",
"@vue/reactivity": "3.2.9",
"@vue/server-renderer": "^3.2.9",
"@vue/shared": "3.2.9",
"@vue/reactivity": "3.2.10",
"@vue/server-renderer": "^3.2.10",
"@vue/shared": "3.2.10",
"@vueuse/head": "^0.6.0",
"chokidar": "^3.5.2",
"consola": "^2.15.3",
Expand All @@ -42,7 +42,7 @@
"ufo": "^0.7.9",
"unplugin": "^0.2.7",
"upath": "^2.0.1",
"vue": "^3.2.9",
"vue": "^3.2.10",
"vue-router": "^4.0.11",
"vuex5": "^0.5.0-testing.3"
},
Expand All @@ -54,8 +54,8 @@
"vue-meta": "next"
},
"peerDependencies": {
"@vue/reactivity": "3.2.9",
"@vue/shared": "3.2.9",
"vue": "3.2.9"
"@vue/reactivity": "3.2.10",
"@vue/shared": "3.2.10",
"vue": "3.2.10"
}
}
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@nuxt/kit": "^0.10.0",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.9",
"@vue/compiler-sfc": "^3.2.10",
"chokidar": "^3.5.2",
"consola": "^2.15.3",
"debounce": "^1.2.1",
Expand All @@ -26,6 +26,6 @@
"ufo": "^0.7.9",
"upath": "^2.0.1",
"vite": "^2.5.4",
"vue": "3.2.9"
"vue": "3.2.10"
}
}
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@nuxt/kit": "^0.10.0",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/compiler-sfc": "^3.2.9",
"@vue/compiler-sfc": "^3.2.10",
"babel-loader": "^8.2.2",
"consola": "^2.15.3",
"css-loader": "^6.2.0",
Expand All @@ -37,7 +37,7 @@
"ufo": "^0.7.9",
"upath": "^2.0.1",
"url-loader": "^4.1.1",
"vue": "3.2.9",
"vue": "3.2.10",
"vue-loader": "^16.5.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.52.0",
Expand Down
Loading

0 comments on commit 011f5fd

Please sign in to comment.