Skip to content

Commit 543698d

Browse files
Cleanup dependencies
1 parent 4077975 commit 543698d

File tree

5 files changed

+390
-743
lines changed

5 files changed

+390
-743
lines changed

examples/node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"starknet": "catalog:"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5.3.3",
18-
"tsx": "^4.7.0",
19-
"@types/node": "^22.12.0"
17+
"typescript": "catalog:",
18+
"tsx": "catalog:",
19+
"@types/node": "catalog:"
2020
}
2121
}

packages/keychain/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
"graphql-request": "^5.0.0",
3939
"inapp-spy": "4.2.1",
4040
"lodash": "catalog:",
41-
"p-throttle": "^6.2.0",
42-
"posthog-js-lite": "3.2.1",
4341
"react": "catalog:",
4442
"react-dom": "catalog:",
4543
"react-query": "catalog:",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "catalog:",
3737
"@types/react": "catalog:",
3838
"prettier": "catalog:",
39-
"tsx": "^4.19.2",
39+
"tsx": "catalog:",
4040
"typescript": "catalog:"
4141
}
4242
}

0 commit comments

Comments
 (0)