We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796838e commit 84db5ffCopy full SHA for 84db5ff
package.json
@@ -28,12 +28,17 @@
28
"@vitest/coverage-v8": "^4.0.18",
29
"memfs": "^4.56.10",
30
"pyrajs-cli": "workspace:*",
31
- "tsup": "^8.5.0",
+ "tsup": "^8.5.1",
32
"tsx": "^4.20.6",
33
"typescript": "^5.9.3",
34
"vitest": "^4.0.18"
35
},
36
"dependencies": {
37
"@types/node": "^24.10.0"
38
+ },
39
+ "pnpm": {
40
+ "overrides": {
41
+ "sucrase": "^3.35.1"
42
+ }
43
}
44
packages/cli/package.json
@@ -58,8 +58,7 @@
58
"@inquirer/prompts": "^7.2.0",
59
"chalk": "^5.6.2",
60
"commander": "^12.1.0",
61
- "glob": "^10.3.10",
62
- "picocolors": "^1.1.1",
+"picocolors": "^1.1.1",
63
"pyrajs-adapter-react": "workspace:*",
64
"pyrajs-core": "workspace:*",
65
"pyrajs-shared": "workspace:*"
0 commit comments