Skip to content

Commit

Permalink
upgrade ts and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 16, 2023
1 parent 3334997 commit 4f99f9a
Show file tree
Hide file tree
Showing 37 changed files with 144 additions and 185 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@coral-xyz/anchor": "^0.28.0",
"@coral-xyz/anchor-cli": "^0.28.0",
"@coral-xyz/borsh": "^0.2.6",
"@helium/crypto": "^4.10.2",
"@helium/modular-governance-idls": "^0.0.2",
"@helium/proposal-sdk": "^0.0.2",
"@helium/crypto": "^4.10.2",
"@helium/transactions": "^3.38.0",
"@metaplex-foundation/mpl-bubblegum": "^0.7.0",
"@pythnetwork/client": "^2.8.0",
Expand All @@ -56,6 +56,6 @@
"prettier": "^2.6.2",
"shx": "^0.3.4",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/account-fetch-cache-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/account-fetch-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
14 changes: 7 additions & 7 deletions packages/account-postgres-sink-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@helium/account-fetch-cache": "^0.4.1",
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/web3.js": "^1.78.4",
"aws-sdk": "^2.1344.0",
"axios": "^1.3.6",
"aws-sdk": "^2.1469.0",
"axios": "^1.5.0",
"axios-retry": "^3.8.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"deep-equal": "^2.2.2",
"fastify": "^4.13.0",
"fastify": "^4.24.2",
"fastify-cron": "^1.3.1",
"fastify-metrics": "^10.3.0",
"fastify-plugin": "^4.5.1",
Expand All @@ -52,23 +52,23 @@
"inflection": "^2.0.1",
"lodash": "^4.17.21",
"p-limit": "3.1.0",
"pg": "^8.9.0",
"pg": "^8.11.3",
"prom-client": "^14.2.0",
"sequelize": "^6.28.0",
"sequelize": "^6.33.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"@types/deep-equal": "^1.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^18.11.11",
"@types/node": "^18.15.3",
"@types/pg": "^8.6.6",
"@types/yargs": "^17.0.24",
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
6 changes: 3 additions & 3 deletions packages/active-device-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
},
"dependencies": {
"@fastify/cors": "^8.1.1",
"fastify": "^4.13.0"
"fastify": "^4.24.2"
},
"devDependencies": {
"@types/node": "^18.11.11",
"@types/node": "^18.15.3",
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/anchor-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-breaker-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
8 changes: 4 additions & 4 deletions packages/crons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
"@helium/treasury-management-sdk": "^0.4.1",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.4",
"axios": "^1.3.6",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/bn.js": "^5.1.1",
"@types/bs58": "^4.0.2",
"@types/yargs": "^17.0.24",
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
}
}
2 changes: 1 addition & 1 deletion packages/data-credits-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
14 changes: 7 additions & 7 deletions packages/distributor-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
"@metaplex-foundation/mpl-bubblegum": "^0.7.0",
"@solana/spl-token": "^0.3.8",
"@types/sequelize": "^4.28.14",
"aws-sdk": "^2.1344.0",
"axios": "^1.3.6",
"aws-sdk": "^2.1469.0",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"fastify": "^4.13.0",
"fastify": "^4.24.2",
"ky": "^0.31.4",
"pg": "^8.9.0",
"sequelize": "^6.28.0",
"pg": "^8.11.3",
"sequelize": "^6.33.0",
"typescript-collections": "^1.3.3"
},
"devDependencies": {
"@types/bs58": "^4.0.1",
"@types/bs58": "^4.0.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/pg": "^8.6.6",
"git-format-staged": "^2.1.3",
"nodemon": "^2.0.20",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
6 changes: 3 additions & 3 deletions packages/fanout-metadata-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@solana/spl-account-compression": "^0.1.7",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.4",
"axios": "^1.3.6",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"fastify": "^4.13.0"
"fastify": "^4.24.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/fanout-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
10 changes: 5 additions & 5 deletions packages/faucet-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
"@solana/web3.js": "^1.78.4",
"angry-purple-tiger": "^1.0.5",
"axios": "^1.3.6",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"fastify": "^4.13.0",
"pg": "^8.9.0",
"sequelize": "^6.28.0"
"fastify": "^4.24.2",
"pg": "^8.11.3",
"sequelize": "^6.33.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/helium-admin-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.4",
"@sqds/sdk": "2.0.4",
"axios": "^1.3.6",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"yargs": "^17.7.1"
Expand All @@ -68,7 +68,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/helium-entity-manager-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
2 changes: 1 addition & 1 deletion packages/helium-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@solana/wallet-adapter-react": "^0.15.32",
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helium-sub-daos-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
2 changes: 1 addition & 1 deletion packages/idls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"ts-loader": "^9.2.3",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
}
6 changes: 3 additions & 3 deletions packages/iot-premine-data-only-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"csv-parser": "^3.0.0",
"fastify": "^4.13.0",
"pg": "^8.9.0",
"fastify": "^4.24.2",
"pg": "^8.11.3",
"pg-format": "^1.0.4",
"yargs": "^17.7.1"
},
Expand All @@ -52,7 +52,7 @@
"@types/yargs": "^17.0.24",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
}
}
2 changes: 1 addition & 1 deletion packages/lazy-distributor-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
2 changes: 1 addition & 1 deletion packages/lazy-transactions-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
6 changes: 3 additions & 3 deletions packages/metadata-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@solana/web3.js": "^1.78.4",
"angry-purple-tiger": "^1.0.5",
"aws-sdk": "^2.1469.0",
"axios": "^1.3.6",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"fastify": "^4.13.0",
"fastify": "^4.24.2",
"pg": "^8.11.3",
"sequelize": "^6.33.0"
},
Expand All @@ -57,7 +57,7 @@
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
10 changes: 5 additions & 5 deletions packages/migration-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"@types/lowdb": "^1.0.11",
"@types/pg-format": "^1.0.2",
"@types/yargs": "^17.0.24",
"aws-sdk": "^2.1344.0",
"axios": "^1.3.6",
"aws-sdk": "^2.1469.0",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"cli-progress": "^3.12.0",
"fastify": "^4.13.0",
"pg": "^8.9.0",
"fastify": "^4.24.2",
"pg": "^8.11.3",
"pg-format": "^1.0.4",
"typescript-collections": "^1.3.3",
"yargs": "^17.7.1"
Expand All @@ -74,7 +74,7 @@
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile-entity-manager-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.2.2",
"yarn": "^1.22.18"
},
"gitHead": "5a8bf0b7b88e5934ef8d774e686f7c95804fbb8d"
Expand Down
Loading

0 comments on commit 4f99f9a

Please sign in to comment.