We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbea84 commit b66a273Copy full SHA for b66a273
package.json
@@ -1,6 +1,7 @@
1
{
2
"private": true,
3
"devDependencies": {
4
+ "@changesets/cli": "^2.29.7",
5
"@commitlint/config-conventional": "^19.8.1",
6
"@commitlint/types": "^19.8.1",
7
"@evilmartians/lefthook": "^1.11.16",
@@ -25,8 +26,7 @@
25
26
"react-test-renderer": "19.0.0",
27
"ts-jest": "^29.4.0",
28
"turbo": "^1.13.4",
- "typescript": "^5.8.3",
29
- "@changesets/cli": "^2.29.7"
+ "typescript": "^5.8.3"
30
},
31
"engines": {
32
"node": ">=18"
@@ -50,5 +50,5 @@
50
"publish:npm": "pnpm -r publish:npm",
51
"publish:yalc": "pnpm -r publish:yalc"
52
53
- "packageManager": "pnpm@10.15.1"
+ "packageManager": "pnpm@10.18.3"
54
}
0 commit comments