Skip to content

Commit f06f92a

Browse files
authored
Merge pull request #52 from kinde-oss/feat/upgrade-vite-to-v8
chore(deps): upgrade vite from v6 to v8 with required migration
2 parents a4b3853 + 1af1102 commit f06f92a

4 files changed

Lines changed: 412 additions & 306 deletions

File tree

.github/workflows/build-test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20.x]
14+
node-version: [22.x]
1515
steps:
1616
- uses: actions/checkout@v6
1717
- uses: pnpm/action-setup@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"husky": "^9.1.6",
3030
"prettier": "^3.3.3",
3131
"typescript": "^5.6.3",
32-
"vite": "^6.0.0",
32+
"vite": "^8.0.0",
3333
"vite-plugin-dts": "^4.3.0",
3434
"vitest": "^2.1.5",
3535
"vitest-fetch-mock": "^0.4.2"

0 commit comments

Comments
 (0)