Skip to content

Commit

Permalink
fix: fix ts-sdk deps issue on braces and ws (#89)
Browse files Browse the repository at this point in the history
Because

- fix ts-sdk deps issue on braces and ws

This commit

- fix ts-sdk deps issue on braces and ws
  • Loading branch information
EiffelFly authored Jul 5, 2024
1 parent 2485dad commit 73eedce
Show file tree
Hide file tree
Showing 2 changed files with 3,542 additions and 2,939 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.14.34",
"eslint": "^8.35.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"rimraf": "^3.0.2",
"ts-proto": "^1.157.1",
"tsup": "^6.7.0",
"tsup": "^8.1.0",
"tsx": "^3.12.3",
"typescript": "^5.1.0",
"vitest": "^1.6.0"
Expand All @@ -46,5 +46,11 @@
"axios": "^1.6.8",
"json-schema": "^0.4.0",
"openapi-types": "^12.1.3"
},
"pnpm": {
"overrides": {
"braces": "^3.0.3",
"ws": "8.17.1"
}
}
}
Loading

0 comments on commit 73eedce

Please sign in to comment.