Skip to content

Commit

Permalink
chore: use pnpm@9 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre authored Sep 29, 2024
1 parent fdf6ce4 commit e4ba45b
Show file tree
Hide file tree
Showing 6 changed files with 4,513 additions and 3,599 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"ignoreDeps": [
// manually bumping
"node",
"pnpm",

// breaking changes
"source-map", // `source-map:v0.7.0+` needs more investigation
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"packageManager": "pnpm@9.11.0",
"homepage": "https://github.com/vitejs/vite-plugin-react/",
"keywords": [
"frontend",
Expand Down Expand Up @@ -52,7 +53,7 @@
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
},
"simple-git-hooks": {
Expand All @@ -71,6 +72,5 @@
"playground/**/__tests__/**/*.ts": [
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.11.0"
}
}
2 changes: 1 addition & 1 deletion playground/compiler-react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "^0.0.0-experimental-b12479e-20240926",
"typescript": "^5.6.2",
"vite": "^5.4.0"
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion playground/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@vitejs/plugin-react": "workspace:*",
"babel-plugin-react-compiler": "^0.0.0-experimental-b12479e-20240926",
"typescript": "^5.6.2",
"vite": "^5.4.0"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions playground/ssr-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@vitejs/plugin-react": "workspace:*",
"compression": "^1.7.4",
"express": "^4.19.2",
"serve-static": "^1.15.0"
"express": "^4.21.0",
"serve-static": "^1.16.2"
}
}
Loading

0 comments on commit e4ba45b

Please sign in to comment.