Skip to content

Commit b66a273

Browse files
committed
chore: updated pnpm to latest
1 parent 4cbea84 commit b66a273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4+
"@changesets/cli": "^2.29.7",
45
"@commitlint/config-conventional": "^19.8.1",
56
"@commitlint/types": "^19.8.1",
67
"@evilmartians/lefthook": "^1.11.16",
@@ -25,8 +26,7 @@
2526
"react-test-renderer": "19.0.0",
2627
"ts-jest": "^29.4.0",
2728
"turbo": "^1.13.4",
28-
"typescript": "^5.8.3",
29-
"@changesets/cli": "^2.29.7"
29+
"typescript": "^5.8.3"
3030
},
3131
"engines": {
3232
"node": ">=18"
@@ -50,5 +50,5 @@
5050
"publish:npm": "pnpm -r publish:npm",
5151
"publish:yalc": "pnpm -r publish:yalc"
5252
},
53-
"packageManager": "pnpm@10.15.1"
53+
"packageManager": "pnpm@10.18.3"
5454
}

0 commit comments

Comments
 (0)