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 Oct 16, 2024
1 parent 35d80ba commit 85ce35d
Show file tree
Hide file tree
Showing 4 changed files with 1,257 additions and 1,680 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"format:check": "prettier --check ."
},
"devDependencies": {
"changelogen": "0.5.5",
"changelogen": "0.5.7",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-tailwindcss": "0.6.5"
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.8"
}
}
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.12"
},
"devDependencies": {
"sass": "1.77.8",
"unocss": "0.61.9",
"vitepress": "1.3.1",
"wrangler": "3.68.0"
"sass": "1.79.5",
"unocss": "0.63.4",
"vitepress": "1.4.1",
"wrangler": "3.80.5"
}
}
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.11",
"@vitejs/plugin-vue": "5.1.4",
"@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.3",
"valibot": "0.42.1",
"vite": "5.4.9",
"vitest": "2.1.3",
"vue": "3.5.12",
"vue-tsc": "2.1.6",
"zod": "3.23.8"
},
"peerDependencies": {
"vue": "3.4.35"
"vue": "3.5.12"
}
}
Loading

0 comments on commit 85ce35d

Please sign in to comment.