Skip to content

Commit e4ba45b

Browse files
authored
chore: use pnpm@9 (#370)
1 parent fdf6ce4 commit e4ba45b

File tree

6 files changed

+4513
-3599
lines changed

6 files changed

+4513
-3599
lines changed

.github/renovate.json5

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"ignoreDeps": [
1414
// manually bumping
1515
"node",
16-
"pnpm",
1716

1817
// breaking changes
1918
"source-map", // `source-map:v0.7.0+` needs more investigation

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"
77
},
8+
"packageManager": "[email protected]",
89
"homepage": "https://github.com/vitejs/vite-plugin-react/",
910
"keywords": [
1011
"frontend",
@@ -52,7 +53,7 @@
5253
"simple-git-hooks": "^2.11.1",
5354
"tsx": "^4.19.1",
5455
"typescript": "^5.6.2",
55-
"vite": "^5.4.0",
56+
"vite": "^5.4.8",
5657
"vitest": "^2.1.1"
5758
},
5859
"simple-git-hooks": {
@@ -71,6 +72,5 @@
7172
"playground/**/__tests__/**/*.ts": [
7273
"eslint --cache --fix"
7374
]
74-
},
75-
"packageManager": "[email protected]"
75+
}
7676
}

playground/compiler-react-18/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@vitejs/plugin-react": "workspace:*",
2020
"babel-plugin-react-compiler": "^0.0.0-experimental-b12479e-20240926",
2121
"typescript": "^5.6.2",
22-
"vite": "^5.4.0"
22+
"vite": "^5.4.8"
2323
}
2424
}

playground/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@vitejs/plugin-react": "workspace:*",
1919
"babel-plugin-react-compiler": "^0.0.0-experimental-b12479e-20240926",
2020
"typescript": "^5.6.2",
21-
"vite": "^5.4.0"
21+
"vite": "^5.4.8"
2222
}
2323
}

playground/ssr-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@vitejs/plugin-react": "workspace:*",
2121
"compression": "^1.7.4",
22-
"express": "^4.19.2",
23-
"serve-static": "^1.15.0"
22+
"express": "^4.21.0",
23+
"serve-static": "^1.16.2"
2424
}
2525
}

0 commit comments

Comments
 (0)