Skip to content

Commit

Permalink
chore: bump dependencies (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra authored Jun 20, 2024
1 parent af6e8fd commit f752f52
Show file tree
Hide file tree
Showing 10 changed files with 892 additions and 699 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"run": {
"npmClient": "yarn"
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "FORCE_COLOR=1 lerna run test --stream",
"play": "ts-node ./playground/config/run.ts",
"format": "lerna run format && prettier --write \"playground/**/*.ts\"",
"prepare": "husky install"
"prepare": "husky"
},
"workspaces": {
"packages": [
Expand All @@ -20,19 +20,19 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^18.18.8",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lerna": "^7.4.2",
"lint-staged": "^14.0.1",
"prettier": "^3.2.5",
"lerna": "^8.1.3",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
Expand All @@ -54,14 +54,14 @@
"sinon": "^14.0.2",
"sinon-chai": "^3.7.0",
"tsconfig-paths": "^4.2.0",
"viem": "^2.10.2",
"viem": "^2.15.1",
"web3": "^4.7.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@safe-global/protocol-kit": "^4.0.1",
"@safe-global/safe-core-sdk-types": "^5.0.1",
"ethers": "^6.12.1",
"ethers": "^6.13.1",
"node-fetch": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/auth-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@safe-global/api-kit": "^2.4.1",
"@safe-global/protocol-kit": "^4.0.1",
"@web3auth/safeauth-embed": "^0.0.0",
"ethers": "^6.12.1"
"ethers": "^6.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/onramp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@safe-global/safe-core-sdk-types": "^5.0.1",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.54.2",
"ethers": "^6.12.1"
"ethers": "^6.13.1"
},
"devDependencies": {
"events": "^3.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"devDependencies": {
"@gnosis.pm/safe-contracts-v1.3.0": "npm:@gnosis.pm/[email protected]",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@openzeppelin/contracts": "^2.5.1",
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/[email protected]",
"@types/chai": "^4.3.16",
Expand All @@ -67,17 +67,17 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"tsconfig-paths": "^4.2.0",
"viem": "^2.10.2",
"viem": "^2.15.1",
"web3": "^4.7.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@noble/hashes": "^1.3.3",
"@safe-global/safe-core-sdk-types": "^5.0.1",
"@safe-global/safe-deployments": "^1.36.0",
"@safe-global/safe-deployments": "^1.37.0",
"abitype": "^1.0.2",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.12.1",
"semver": "^7.6.1"
"ethers": "^6.13.1",
"semver": "^7.6.2"
}
}
19 changes: 18 additions & 1 deletion packages/protocol-kit/src/utils/eip-3770/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ export const networks: NetworkShortName[] = [
{ chainId: 1285n, shortName: 'mriver' },
{ chainId: 1287n, shortName: 'mbase' },
{ chainId: 1294n, shortName: 'bobabeam' },
{ chainId: 1329n, shortName: 'sei' },
{ chainId: 1442n, shortName: 'testnet-zkEVM-mango' },
{ chainId: 1559n, shortName: 'tenet' },
{ chainId: 1625n, shortName: 'gravity' },
{ chainId: 1663n, shortName: 'Gobi' },
{ chainId: 1729n, shortName: 'reya' },
{ chainId: 1807n, shortName: 'rana' },
Expand All @@ -109,6 +111,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 2019n, shortName: 'pmint_test' },
{ chainId: 2020n, shortName: 'pmint' },
{ chainId: 2021n, shortName: 'edg' },
{ chainId: 2039n, shortName: 'aleph' },
{ chainId: 2221n, shortName: 'tkava' },
{ chainId: 2222n, shortName: 'kava' },
{ chainId: 2331n, shortName: 'rss3-testnet' },
Expand Down Expand Up @@ -138,6 +141,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 7171n, shortName: 'bitrock' },
{ chainId: 7332n, shortName: 'EON' },
{ chainId: 7341n, shortName: 'shyft' },
{ chainId: 7560n, shortName: 'cyeth' },
{ chainId: 7700n, shortName: 'canto' },
{ chainId: 7771n, shortName: 'tbitrock' },
{ chainId: 8192n, shortName: 'tqf' },
Expand All @@ -154,6 +158,7 @@ export const networks: NetworkShortName[] = [
{ chainId: 10200n, shortName: 'chi' },
{ chainId: 10242n, shortName: 'aa' },
{ chainId: 10243n, shortName: 'aat' },
{ chainId: 10849n, shortName: 'lamina1' },
{ chainId: 11111n, shortName: 'WAGMI' },
{ chainId: 11235n, shortName: 'islm' },
{ chainId: 11437n, shortName: 'shyftt' },
Expand All @@ -166,10 +171,13 @@ export const networks: NetworkShortName[] = [
{ chainId: 17000n, shortName: 'holesky' },
{ chainId: 17069n, shortName: 'garnet' },
{ chainId: 17172n, shortName: 'eclipse' },
{ chainId: 18231n, shortName: 'unreal' },
{ chainId: 18231n, shortName: 'unreal-old' },
{ chainId: 18233n, shortName: 'unreal' },
{ chainId: 23294n, shortName: 'sapphire' },
{ chainId: 23295n, shortName: 'sapphire-testnet' },
{ chainId: 28979n, shortName: 'kimbonet-testnet' },
{ chainId: 32769n, shortName: 'zil' },
{ chainId: 33101n, shortName: 'zil-testnet' },
{ chainId: 34443n, shortName: 'mode' },
{ chainId: 42161n, shortName: 'arb1' },
{ chainId: 42170n, shortName: 'arb-nova' },
Expand All @@ -180,11 +188,13 @@ export const networks: NetworkShortName[] = [
{ chainId: 44787n, shortName: 'alfa' },
{ chainId: 45000n, shortName: 'autobahnnetwork' },
{ chainId: 47805n, shortName: 'rei' },
{ chainId: 48899n, shortName: 'zircuit-testnet' },
{ chainId: 54211n, shortName: 'islmt' },
{ chainId: 56288n, shortName: 'boba-bnb' },
{ chainId: 57000n, shortName: 'tsys-rollux' },
{ chainId: 58008n, shortName: 'sepPNG' },
{ chainId: 59140n, shortName: 'linea-testnet' },
{ chainId: 59141n, shortName: 'linea-sepolia' },
{ chainId: 59144n, shortName: 'linea' },
{ chainId: 71401n, shortName: 'gw-testnet-v1' },
{ chainId: 71402n, shortName: 'gw-mainnet-v1' },
Expand All @@ -197,7 +207,10 @@ export const networks: NetworkShortName[] = [
{ chainId: 84532n, shortName: 'basesep' },
{ chainId: 103454n, shortName: 'masatest' },
{ chainId: 105105n, shortName: 'stratis' },
{ chainId: 111188n, shortName: 're-al' },
{ chainId: 167000n, shortName: 'tko-mainnet' },
{ chainId: 167008n, shortName: 'tko-katla' },
{ chainId: 167009n, shortName: 'tko-hekla' },
{ chainId: 200101n, shortName: 'milktada' },
{ chainId: 200202n, shortName: 'milktalgo' },
{ chainId: 200810n, shortName: 'btrt' },
Expand All @@ -213,13 +226,17 @@ export const networks: NetworkShortName[] = [
{ chainId: 555666n, shortName: 'eclipset' },
{ chainId: 622277n, shortName: 'rth' },
{ chainId: 713715n, shortName: 'sei-devnet' },
{ chainId: 764984n, shortName: 'lamina1test' },
{ chainId: 810180n, shortName: 'zklink-nova' },
{ chainId: 7225878n, shortName: 'saakuru' },
{ chainId: 7777777n, shortName: 'zora' },
{ chainId: 6038361n, shortName: 'azkyt' },
{ chainId: 11155111n, shortName: 'sep' },
{ chainId: 11155420n, shortName: 'opsep' },
{ chainId: 94204209n, shortName: 'polygon-blackberry' },
{ chainId: 111557560n, shortName: 'cysep' },
{ chainId: 123420111n, shortName: 'opcelestia-raspberry' },
{ chainId: 161221135n, shortName: 'plume-testnet' },
{ chainId: 168587773n, shortName: 'blastsepolia' },
{ chainId: 222000222n, shortName: 'kanazawa' },
{ chainId: 245022926n, shortName: 'neonevm-devnet' },
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@safe-global/protocol-kit": "^4.0.1",
"@safe-global/safe-core-sdk-types": "^5.0.1",
"@safe-global/safe-modules-deployments": "^2.1.1",
"ethers": "^6.12.1"
"ethers": "^6.13.1"
}
}
Loading

0 comments on commit f752f52

Please sign in to comment.