Skip to content

Commit cfb3bb1

Browse files
authored
chore: Upgrade vite version from 7.1.12 to 7.3.1 (#882)
1 parent f9cecc1 commit cfb3bb1

21 files changed

Lines changed: 700 additions & 158 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@baseplate-dev/core-generators': patch
3+
'@baseplate-dev/react-generators': patch
4+
---
5+
6+
Upgrade vite version from 7.1.12 to 7.3.1

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.1.12",
92+
"vite": "7.3.1",
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.1.12",
93+
"vite": "7.3.1",
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.1.12",
91+
"vite": "7.3.1",
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.1.12",
91+
"vite": "7.3.1",
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.1.12",
51+
"vite": "7.3.1",
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.1.12",
51+
"vite": "7.3.1",
5252
"vite-tsconfig-paths": "5.1.4",
5353
"vitest": "4.0.16"
5454
},

0 commit comments

Comments
 (0)