Skip to content

Commit 7196f66

Browse files
authored
chore(deps): update Vite 7 (#522)
1 parent 9da5e19 commit 7196f66

File tree

5 files changed

+319
-320
lines changed

5 files changed

+319
-320
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest]
32-
node_version: [18, 20, 22]
32+
node_version: [18, 20, 22, 24]
3333
include:
3434
# Active LTS + other OS
3535
- os: macos-latest
@@ -81,6 +81,9 @@ jobs:
8181
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
8282
run: pnpm playwright install chromium
8383

84+
- if: matrix.node_version == '18'
85+
run: pnpm i -D [email protected] -w
86+
8487
- name: Build
8588
run: pnpm run build
8689

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tsx": "^4.20.3",
5252
"typescript": "^5.8.3",
5353
"typescript-eslint": "^8.35.1",
54-
"vite": "^6.3.3",
54+
"vite": "^7.0.2",
5555
"vitest": "^3.2.4"
5656
},
5757
"simple-git-hooks": {

packages/common/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
},
1010
"peerDependencies": {
1111
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
12-
},
13-
"devDependencies": {
14-
"vite": "^6.3.3"
1512
}
1613
}

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"fs-extra": "^11.3.0",
4545
"picocolors": "^1.1.1",
4646
"prettier": "^3.0.3",
47-
"typescript": "^5.8.3",
48-
"vite": "^6.3.3"
47+
"typescript": "^5.8.3"
4948
}
5049
}

0 commit comments

Comments
 (0)