We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab6e4e commit d8a3948Copy full SHA for d8a3948
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "repack",
3
"private": true,
4
- "packageManager": "pnpm@9.5.0",
+ "packageManager": "pnpm@10.32.1",
5
"engines": {
6
- "node": ">=22"
+ "node": ">=24"
7
},
8
"scripts": {
9
"prepare": "is-in-ci || husky",
@@ -28,11 +28,11 @@
28
"@babel/preset-typescript": "^7.23.3",
29
"@babel/runtime": "^7.25.0",
30
"@biomejs/biome": "^1.9.4",
31
- "@changesets/changelog-github": "^0.4.8",
32
- "@changesets/cli": "^2.29.4",
+ "@changesets/changelog-github": "^0.6.0",
+ "@changesets/cli": "^2.30.0",
33
"husky": "^9.1.6",
34
"is-in-ci": "^1.0.0",
35
- "turbo": "^2.8.10",
+ "turbo": "^2.8.16",
36
"typescript": "catalog:"
37
38
"pnpm": {
0 commit comments