Skip to content

Commit

Permalink
chore: upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Oct 25, 2023
1 parent 9021cf2 commit 4deeeed
Show file tree
Hide file tree
Showing 23 changed files with 999 additions and 977 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"prettier": "2.8.6",
"prettier-plugin-solidity": "1.0.0-beta.19",
"remap-istanbul": "0.13.0",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/advanced-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"devDependencies": {
"@types/jest": "26.0.13",
"@types/node": "16.11.7",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
6 changes: 3 additions & 3 deletions packages/currency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@types/multicoin-address-validator": "0.5.0",
"@types/node-dijkstra": "2.5.2",
"ethers": "5.5.1",
"jest": "26.4.2",
"jest": "29.5.0",
"prettier": "2.1.1",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"devDependencies": {
"@types/jest": "26.0.13",
"@types/node": "16.11.7",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/data-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rimraf": "3.0.2",
"shx": "0.3.2",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
6 changes: 3 additions & 3 deletions packages/epk-decryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"amd-loader": "0.0.8",
"crypto-browserify": "3.12.0",
"duplicate-package-checker-webpack-plugin": "3.0.0",
"jest": "26.4.2",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "4.2.3",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-loader": "8.4.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript": "5.1.3",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/epk-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"amd-loader": "0.0.8",
"crypto-browserify": "3.12.0",
"duplicate-package-checker-webpack-plugin": "3.0.0",
"jest": "26.4.2",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "4.2.3",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-loader": "8.4.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript": "5.1.3",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/ethereum-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@types/jest": "26.0.13",
"@types/node": "16.11.7",
"axios-mock-adapter": "1.19.0",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"solium": "1.2.5",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript": "5.1.3",
"web3-providers-http": "1.3.6"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@types/jest": "26.0.13",
"@types/node": "16.11.7",
"ethers": "5.5.1",
"jest": "26.4.2",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "2.5.0",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/multi-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
"devDependencies": {
"@types/jest": "26.0.13",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/payment-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
"@requestnetwork/advanced-logic": "0.36.0",
"@types/jest": "26.0.13",
"@types/lodash": "4.14.161",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/payment-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
},
"devDependencies": {
"@types/jest": "26.0.13",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"typescript": "4.9.5"
"ts-jest": "29.1.0",
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/request-client.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
"axios-mock-adapter": "1.19.0",
"crypto-browserify": "3.12.0",
"duplicate-package-checker-webpack-plugin": "3.0.0",
"jest": "26.4.2",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "4.2.3",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-loader": "8.4.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript": "5.1.3",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/request-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"devDependencies": {
"@types/jest": "26.0.13",
"@types/semver": "7.3.4",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
6 changes: 3 additions & 3 deletions packages/request-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
"@types/node": "16.11.7",
"@types/supertest": "2.0.10",
"@types/yargs": "17.0.14",
"jest": "26.4.2",
"jest": "29.5.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"supertest": "5.0.0",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"ts-node-dev": "1.0.0-pre.62",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
6 changes: 3 additions & 3 deletions packages/thegraph-data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
},
"devDependencies": {
"@types/jest": "26.0.13",
"jest": "26.4.2",
"jest": "29.5.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"cross-env": "7.0.2",
"shx": "0.3.2",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/transaction-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
},
"devDependencies": {
"@types/jest": "26.0.13",
"jest": "26.4.2",
"jest": "29.5.0",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"shx": "0.3.2",
"ts-node": "10.9.1",
"typed-emitter": "2.1.0",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
2 changes: 1 addition & 1 deletion packages/usage-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"devDependencies": {
"@types/eccrypto": "1.1.2",
"@types/jest": "26.0.13",
"jest": "26.4.2",
"jest": "29.5.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.3"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
6 changes: 3 additions & 3 deletions packages/web3-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"amd-loader": "0.0.8",
"crypto-browserify": "3.12.0",
"duplicate-package-checker-webpack-plugin": "3.0.0",
"jest": "26.4.2",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"shx": "0.3.2",
"source-map-support": "0.5.19",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "4.2.3",
"ts-jest": "26.3.0",
"ts-jest": "29.1.0",
"ts-loader": "8.4.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript": "5.1.3",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.2.0",
"webpack-cli": "3.3.12"
Expand Down
Loading

0 comments on commit 4deeeed

Please sign in to comment.