Skip to content

Commit

Permalink
fix type dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Long Zhang <[email protected]>
  • Loading branch information
gluckzhang committed Aug 12, 2024
1 parent 3dc8df1 commit 270a270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn lint-staged && yarn tsc && yarn prettier:check
yarn lint:type-deps && yarn lint-staged && yarn tsc && yarn prettier:check
2 changes: 1 addition & 1 deletion plugins/infrawallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@mui/x-date-pickers": "^6.20.0",
"@stitches/react": "1.2.8",
"@types/react": "^18",
"@types/uuid": "10.0.0",
"@viniarruda/react-month-range-picker": "2.0.4",
"apexcharts": "3.51.0",
"better-react-mathjax": "^2.0.2",
Expand All @@ -71,6 +70,7 @@
"@types/lodash": "^4.14.151",
"@types/node-fetch": "^2.6.4",
"@types/react-date-range": "1.4.5",
"@types/uuid": "10.0.0",
"msw": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 270a270

Please sign in to comment.