Skip to content

Commit 872ed46

Browse files
authored
Merge pull request #231 from stoqey:warnings
Implement getMarketRule and minor improvements
2 parents af290a9 + 348dd09 commit 872ed46

27 files changed

+1008
-810
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"devDependencies": {
7777
"@types/jest": "^29.5.14",
78-
"@types/node": "^18.19.64",
78+
"@types/node": "^18.19.67",
7979
"@types/source-map-support": "^0.5.10",
8080
"@typescript-eslint/eslint-plugin": "^7.18.0",
8181
"@typescript-eslint/parser": "^7.18.0",
@@ -87,8 +87,8 @@
8787
"jest-environment-node": "^29.7.0",
8888
"jest-junit": "^16.0.0",
8989
"ts-jest": "^29.2.5",
90-
"typedoc": "^0.26.11",
91-
"typescript": "^5.6.3"
90+
"typedoc": "^0.27.2",
91+
"typescript": "^5.7.2"
9292
},
9393
"engines": {
9494
"node": ">=18.0.0"

0 commit comments

Comments
 (0)