Skip to content

Commit

Permalink
fix: inconsistent peerDeps in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Nov 7, 2023
1 parent 4335636 commit dc059ad
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 842 deletions.
14 changes: 7 additions & 7 deletions packages/balances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@polkadot/api-contract": "^10.1.4",
"@polkadot/types": "^10.1.4",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"@polkadot/api-contract": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@substrate/txwrapper-core": "*",
"@talismn/eslint-config": "workspace:*",
"@talismn/tsconfig": "workspace:*",
Expand All @@ -58,10 +58,10 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@polkadot/api-contract": "^10.x",
"@polkadot/api-contract": "10.x",
"@polkadot/types": "10.x",
"@polkadot/util": "11.x",
"@polkadot/util-crypto": "11.x",
"@polkadot/util": "12.x",
"@polkadot/util-crypto": "12.x",
"@substrate/txwrapper-core": "4.x"
},
"preconstruct": {
Expand Down
12 changes: 6 additions & 6 deletions packages/chain-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
},
"dependencies": {
"@polkadot/util": "^11.1.1",
"@polkadot/x-global": "^11.1.1",
"@polkadot/x-ws": "^11.1.1",
"@talismn/chaindata-provider": "workspace:*",
"@talismn/connection-meta": "workspace:*",
"@talismn/util": "workspace:*",
Expand All @@ -37,6 +34,9 @@
},
"devDependencies": {
"@polkadot/rpc-provider": "^10.1.4",
"@polkadot/util": "^12.3.2",
"@polkadot/x-global": "^12.3.2",
"@polkadot/x-ws": "^12.3.2",
"@talismn/eslint-config": "workspace:*",
"@talismn/tsconfig": "workspace:*",
"@types/jest": "^27.5.1",
Expand All @@ -47,9 +47,9 @@
},
"peerDependencies": {
"@polkadot/rpc-provider": "10.x",
"@polkadot/util": "11.x",
"@polkadot/x-global": "11.x",
"@polkadot/x-ws": "11.x"
"@polkadot/util": "12.x",
"@polkadot/x-global": "12.x",
"@polkadot/x-ws": "12.x"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/on-chain-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"anylogger": "^1.0.11"
},
"devDependencies": {
"@polkadot/types": "^10.1.4",
"@polkadot/types": "^10.9.1",
"@talismn/eslint-config": "workspace:*",
"@talismn/tsconfig": "workspace:*",
"@types/jest": "^27.5.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/orb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
},
"dependencies": {
"@polkadot/util-crypto": "12.2.1",
"blueimp-md5": "2.19.0",
"color": "4.2.3",
"nanoid": "3.3.6"
},
"devDependencies": {
"@polkadot/util-crypto": "12.3.2",
"@talismn/eslint-config": "workspace:*",
"@talismn/tsconfig": "workspace:*",
"@types/react": "18.0.14",
Expand All @@ -35,6 +35,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@polkadot/util-crypto": "12.x",
"react": "*",
"react-dom": "*"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"tailwind-merge": "^1.13.2"
},
"devDependencies": {
"@polkadot/keyring": "^12.2.1",
"@polkadot/util": "^12.2.1",
"@polkadot/util-crypto": "^12.2.1",
"@polkadot/keyring": "^12.3.2",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@talismn/eslint-config": "workspace:*",
"@talismn/tsconfig": "workspace:*",
"@types/jest": "^27.5.1",
Expand Down
Loading

0 comments on commit dc059ad

Please sign in to comment.