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 2485dad commit 73eedceCopy full SHA for 73eedce
package.json
@@ -30,10 +30,10 @@
30
"@vitejs/plugin-react": "^4.2.1",
31
"esbuild": "^0.14.34",
32
"eslint": "^8.35.0",
33
- "jsdom": "^24.0.0",
+ "jsdom": "^24.1.0",
34
"rimraf": "^3.0.2",
35
"ts-proto": "^1.157.1",
36
- "tsup": "^6.7.0",
+ "tsup": "^8.1.0",
37
"tsx": "^3.12.3",
38
"typescript": "^5.1.0",
39
"vitest": "^1.6.0"
@@ -46,5 +46,11 @@
46
"axios": "^1.6.8",
47
"json-schema": "^0.4.0",
48
"openapi-types": "^12.1.3"
49
+ },
50
+ "pnpm": {
51
+ "overrides": {
52
+ "braces": "^3.0.3",
53
+ "ws": "8.17.1"
54
+ }
55
}
56
0 commit comments