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] authored Sep 17, 2024
1 parent 35d80ba commit d2f822f
Show file tree
Hide file tree
Showing 4 changed files with 926 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"changelogen": "0.5.5",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-tailwindcss": "0.6.5"
"prettier-plugin-tailwindcss": "0.6.6"
}
}
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@vuetils/form": "workspace:*",
"vue": "3.4.35"
"vue": "3.5.6"
},
"devDependencies": {
"sass": "1.77.8",
"unocss": "0.61.9",
"vitepress": "1.3.1",
"wrangler": "3.68.0"
"sass": "1.78.0",
"unocss": "0.62.4",
"vitepress": "1.3.4",
"wrangler": "3.78.3"
}
}
18 changes: 9 additions & 9 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"test:watch": "vitest"
},
"devDependencies": {
"@types/node": "20.14.14",
"@vitejs/plugin-vue": "5.1.2",
"@types/node": "20.16.5",
"@vitejs/plugin-vue": "5.1.3",
"@vuetils/form": "workspace:*",
"typescript": "5.5.4",
"valibot": "0.37.0",
"vite": "5.3.5",
"vitest": "2.0.5",
"vue": "3.4.35",
"vue-tsc": "2.0.29",
"typescript": "5.6.2",
"valibot": "0.42.0",
"vite": "5.4.6",
"vitest": "2.1.1",
"vue": "3.5.6",
"vue-tsc": "2.1.6",
"zod": "3.23.8"
},
"peerDependencies": {
"vue": "3.4.35"
"vue": "3.5.6"
}
}
Loading

0 comments on commit d2f822f

Please sign in to comment.