Skip to content

Commit

Permalink
Upgrade vite to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 4, 2024
1 parent 29a8b55 commit 86652ea
Show file tree
Hide file tree
Showing 4 changed files with 891 additions and 289 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"tsup": "^8.0.2",
"typescript": "5.4.2",
"uuid": "^9.0.1",
"vite": "^5.1.7",
"vite": "^5.4.8",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.3.1",
"vitest": "^2.1.2",
"wait-on": "^7.2.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
"release-it": "17.1.1",
"storybook": "^8.0.4",
"typescript": "^5.4.5",
"vite": "^5.1.7",
"vitest": "^1.3.1",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vitest-axe": "^0.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"release-it": "16.2.1",
"tsconfig": "workspace:*",
"typescript": "5.4.2",
"vitest": "^0.34.6"
"vitest": "^2.1.2"
}
}
Loading

0 comments on commit 86652ea

Please sign in to comment.