Skip to content

Commit b231bca

Browse files
authored
chore: Upgrade vite to 7.3.2 instead of 7.3.1 (#883)
1 parent cfb3bb1 commit b231bca

22 files changed

Lines changed: 601 additions & 281 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@baseplate-dev/react-generators': patch
44
---
55

6-
Upgrade vite version from 7.1.12 to 7.3.1
6+
Upgrade vite version from 7.1.12 to 7.3.2

examples/blog-with-auth/apps/admin/baseplate/generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"tw-animate-css": "1.2.9",
9090
"typescript": "5.9.3",
9191
"typescript-eslint": "8.54.0",
92-
"vite": "7.3.1",
92+
"vite": "7.3.2",
9393
"vite-plugin-svgr": "4.5.0",
9494
"vite-tsconfig-paths": "5.1.4",
9595
"vitest": "4.0.16"

examples/blog-with-auth/apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"tw-animate-css": "1.2.9",
9191
"typescript": "5.9.3",
9292
"typescript-eslint": "8.54.0",
93-
"vite": "7.3.1",
93+
"vite": "7.3.2",
9494
"vite-plugin-svgr": "4.5.0",
9595
"vite-tsconfig-paths": "5.1.4",
9696
"vitest": "4.0.16"

examples/blog-with-auth/apps/backend/baseplate/generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"tsx": "4.20.6",
8989
"typescript": "5.9.3",
9090
"typescript-eslint": "8.54.0",
91-
"vite": "7.3.1",
91+
"vite": "7.3.2",
9292
"vite-tsconfig-paths": "5.1.4",
9393
"vitest": "4.0.16",
9494
"vitest-mock-extended": "3.1.0"

examples/blog-with-auth/apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"tsx": "4.20.6",
8989
"typescript": "5.9.3",
9090
"typescript-eslint": "8.54.0",
91-
"vite": "7.3.1",
91+
"vite": "7.3.2",
9292
"vite-tsconfig-paths": "5.1.4",
9393
"vitest": "4.0.16",
9494
"vitest-mock-extended": "3.1.0"

examples/blog-with-auth/libs/transactional/baseplate/generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prettier-plugin-packagejson": "3.0.0",
4949
"typescript": "5.9.3",
5050
"typescript-eslint": "8.54.0",
51-
"vite": "7.3.1",
51+
"vite": "7.3.2",
5252
"vite-tsconfig-paths": "5.1.4",
5353
"vitest": "4.0.16"
5454
},

examples/blog-with-auth/libs/transactional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prettier-plugin-packagejson": "3.0.0",
4949
"typescript": "5.9.3",
5050
"typescript-eslint": "8.54.0",
51-
"vite": "7.3.1",
51+
"vite": "7.3.2",
5252
"vite-tsconfig-paths": "5.1.4",
5353
"vitest": "4.0.16"
5454
},

examples/blog-with-auth/pnpm-lock.yaml

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/todo-with-better-auth/apps/admin/baseplate/generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"tw-animate-css": "1.2.9",
9494
"typescript": "5.9.3",
9595
"typescript-eslint": "8.54.0",
96-
"vite": "7.3.1",
96+
"vite": "7.3.2",
9797
"vite-plugin-svgr": "4.5.0",
9898
"vite-tsconfig-paths": "5.1.4",
9999
"vitest": "4.0.16"

examples/todo-with-better-auth/apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"tw-animate-css": "1.2.9",
9494
"typescript": "5.9.3",
9595
"typescript-eslint": "8.54.0",
96-
"vite": "7.3.1",
96+
"vite": "7.3.2",
9797
"vite-plugin-svgr": "4.5.0",
9898
"vite-tsconfig-paths": "5.1.4",
9999
"vitest": "4.0.16"

0 commit comments

Comments
 (0)