Skip to content

Commit

Permalink
Update typescript to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Mar 8, 2024
1 parent 211dc4c commit ddb9b6a
Show file tree
Hide file tree
Showing 10 changed files with 388 additions and 146 deletions.
2 changes: 1 addition & 1 deletion apps/composable-nft-renderer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "^3.0.3",
"typescript": "5.4.0-dev.20240116"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prettier": "^2.8.8",
"simple-git-hooks": "^2.9.0",
"ts-node": "10.9.1",
"typescript": "5.4.0-dev.20240116",
"typescript": "^5.4.2",
"vitest": "^1.2.0"
},
"packageManager": "pnpm@8.14.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public",
"repository": {
"type": "git",
"url": "https://github.com/rmrk-team/rmrk-ui.git",
"url": "https://github.com/rmrk-team/rmrk-js.git",
"directory": "packages/ipfs-utils"
},
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"is-ipfs": "6.0.2"
},
"peerDependencies": {
"typescript": ">=5.4.0-dev.20240116"
"typescript": ">=5.4.2"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nft-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public",
"repository": {
"type": "git",
"url": "https://github.com/rmrk-team/rmrk-ui.git",
"url": "https://github.com/rmrk-team/rmrk-js.git",
"directory": "packages/nft-renderer"
},
"scripts": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tsc-alias": "^1.8.8",
"typescript": "5.4.0-dev.20240116",
"typescript": "^5.4.2",
"viem": "^2.5.0",
"vite": "^4.4.9",
"wagmi": "^2.5.1"
Expand All @@ -78,7 +78,7 @@
"@tanstack/react-query": ">=5.17.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": ">=5.4.0-dev.20240116",
"typescript": ">=5.4.2",
"viem": ">=2.5.0",
"wagmi": ">=2.5.1",
"@wagmi/core": "^2.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/rmrk-2d-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public",
"repository": {
"type": "git",
"url": "https://github.com/rmrk-team/rmrk-ui.git",
"url": "https://github.com/rmrk-team/rmrk-js.git",
"directory": "packages/rmrk-2d-renderer"
},
"scripts": {
Expand Down Expand Up @@ -70,12 +70,12 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tsc-alias": "^1.8.8",
"typescript": "5.4.0-dev.20240116",
"typescript": "^5.4.2",
"vite": "^4.4.9"
},
"peerDependencies": {
"react": ">=18",
"typescript": ">=5.4.0-dev.20240116"
"typescript": ">=5.4.2"
},
"license": "MIT",
"authors": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rmrk-evm-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public",
"repository": {
"type": "git",
"url": "https://github.com/rmrk-team/rmrk-ui.git",
"url": "https://github.com/rmrk-team/rmrk-js.git",
"directory": "packages/rmrk-evm-utils"
},
"scripts": {
Expand Down Expand Up @@ -48,13 +48,13 @@
"install": "^0.13.0",
"pnpm": "^8.14.1",
"ts-node": "10.9.1",
"typescript": "5.4.0-dev.20240116",
"typescript": "^5.4.2",
"viem": "^2.5.0",
"wagmi": "^2.5.1",
"zod": "^3.22.4"
},
"peerDependencies": {
"typescript": ">=5.4.0-dev.20240116",
"typescript": ">=5.4.2",
"viem": ">=2.5.0",
"wagmi": ">=2.5.1"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/rmrk-evm-utils/src/lib/rmrk-contract-addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type RMRKUtilityContracts = Record<Chain['id'], NETWORK_CONTRACT_TYPES>;
export const EVM_RMRK_CONTRACTS = {
[moonbeam.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x3bd52D2F911A1243f681d36f1C28bcC6aaa26ef6',
'0x415aEcB40E26Cda3D3Db8b475F56198A994501ea',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0xb6ccec23d23b4ed3f623cafbc90cfff32dbf1834',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -49,7 +49,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[sepolia.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x6Ee72618573b4c7484D4Ee46b04f4b271a81e882',
'0xCfD0B976C17ab8e1fBbbA472888593440cC997a8',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0xee04d24462A3952aC8f64F23f5F16e0fFFb5b6CC',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -59,7 +59,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[polygon.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x4e42678e426fdd147a7cf509dd6673b1853e12ed',
'0x085Ac5cC465a81A8c6BCdF1DE421a48EBDCF35eb',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0x28F5550315182D8446e9BFa5eD24a7796ee6e2a1',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -69,7 +69,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[polygonMumbai.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x5b583eDC4e212Fb737894D2bE44fa7D0805f0774',
'0xeCdfC29d4b1CE7da0f6e4c469EE4F70F9b03d4CE',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0xA799A6b45ED9BeE6A9bE436aef29469b9BE0DE3F',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -79,7 +79,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[moonbaseAlpha.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0xC8EBEdb00cBE44da99c3eE1f0c6F5F5BdEf67843',
'0x314e2cb6052de2caBfEbB76b32e531eE5876aEfe',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0x3d3295D71138078df5F470A22628ec4377416e5d',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -89,7 +89,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[base.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x59E1038E3C94B7EFF7C24B0A2d56DBfc606C1b7C',
'0x8c2CA0412c2bf5974535fb8Fcb12bE3B7F36d6aD',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0x91d098a91faf61984F965C3A202Ad30747dae275',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -99,7 +99,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[baseSepolia.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x0665ddcACB4064044343fb0DBb368Be3851caB4f',
'0x097C3C5eB5554CbA9B48d4a0d2b07B621A73157E',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0xb4F28c86808872f7B368893cbc975F764aD0fdB5',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -109,7 +109,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[astar.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x248ab178b3342bc843BE7Aacc88eCf3cbf2E25d3',
'0x48acD3757818D0605EE10CC896Ff99117757e279',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0x5B01637FD17c1ac79df13dFF4F7080Fdd4cfEC46',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand All @@ -119,7 +119,7 @@ export const EVM_RMRK_CONTRACTS = {
},
[bsc.id]: {
[NETWORK_CONTRACTS_PROPS.RMRKEquipRenderUtils]:
'0x7Bd4fDCcACb2D084bc68b750f00ffC012fB2b6A2',
'0x17F87355371C08fF0cd782c6423CC6877080cb8d',
[NETWORK_CONTRACTS_PROPS.RMRKBulkWriter]:
'0x07864668A597Ac3866Fd70A4313C7304C9E81693',
[NETWORK_CONTRACTS_PROPS.RMRKCollectionUtils]:
Expand Down
2 changes: 1 addition & 1 deletion packages/rmrk-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public",
"repository": {
"type": "git",
"url": "https://github.com/rmrk-team/rmrk-ui.git",
"url": "https://github.com/rmrk-team/rmrk-js.git",
"directory": "packages/rmrk-hooks"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public",
"repository": {
"type": "git",
"url": "https://github.com/rmrk-team/rmrk-ui.git",
"url": "https://github.com/rmrk-team/rmrk-js.git",
"directory": "packages/types"
},
"scripts": {
Expand Down
Loading

0 comments on commit ddb9b6a

Please sign in to comment.