Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent f326322 commit 591452e
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 93 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hiratake-web-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=16.14.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/social-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"dependencies": {
"@vueuse/core": "10.4.1"
"@vueuse/core": "10.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.4.0",
Expand All @@ -47,7 +47,7 @@
"typescript": "5.2.2",
"vite": "4.4.11",
"vue": "3.3.4",
"vue-tsc": "1.8.16"
"vue-tsc": "1.8.18"
},
"peerDependencies": {
"vue": "^3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"license": "UNLICENSED",
"dependencies": {
"@types/node": "20.8.3"
"@types/node": "20.8.4"
}
}
Loading

0 comments on commit 591452e

Please sign in to comment.