Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [18, 20, 22]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^6.3.3",
"vite": "^7.0.1",
"vitest": "^3.2.4"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
},
"devDependencies": {
"vite": "^6.3.3"
"vite": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-react-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"picocolors": "^1.1.1",
"prettier": "^3.0.3",
"typescript": "^5.8.3",
"vite": "^6.3.3"
Copy link
Contributor Author

@hi-ogawa hi-ogawa Jul 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I stripped inner dev deps, so only root dep dep affects vite version. I think this is fine?

"vite": "^7.0.1"
}
}
Loading
Loading