Skip to content

Commit

Permalink
pin near pkgs to a fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 10, 2024
1 parent bbff067 commit 228d97c
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions apps/idos-data-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@idos-network/idos-sdk": "workspace:*",
"@near-wallet-selector/core": "^8.9.10",
"@near-wallet-selector/here-wallet": "^8.9.10",
"@near-wallet-selector/meteor-wallet": "^8.9.10",
"@near-wallet-selector/modal-ui": "^8.9.10",
"@near-wallet-selector/core": "8.9.10",
"@near-wallet-selector/here-wallet": "8.9.10",
"@near-wallet-selector/meteor-wallet": "8.9.10",
"@near-wallet-selector/modal-ui": "8.9.10",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@web3modal/wagmi": "^4.2.3",
"ethers": "^6.13.4",
"framer-motion": "^10.18.0",
"lucide-react": "^0.299.0",
"near-api-js": "^3.0.4",
"near-api-js": "3.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/idos-example-dapp/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"peerDependencies": {
"ethers": "^6.12",
"near-api-js": "^3.0.4"
"near-api-js": "3.0.4"
}
}
14 changes: 7 additions & 7 deletions examples/idos-example-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"@idos-network/idos-sdk-types": "workspace:*",
"@idos-network/issuer-sdk-js": "workspace:*",
"@kwilteam/kwil-js": "0.7.1",
"@near-wallet-selector/core": "^8.7.0",
"@near-wallet-selector/here-wallet": "^8.7.0",
"@near-wallet-selector/meteor-wallet": "^8.7.0",
"@near-wallet-selector/modal-ui-js": "^8.7.0",
"@near-wallet-selector/my-near-wallet": "^8.7.0",
"@near-wallet-selector/nightly": "^8.7.0",
"@near-wallet-selector/core": "8.9.10",
"@near-wallet-selector/here-wallet": "8.7.0",
"@near-wallet-selector/meteor-wallet": "8.7.0",
"@near-wallet-selector/modal-ui-js": "8.7.0",
"@near-wallet-selector/my-near-wallet": "8.7.0",
"@near-wallet-selector/nightly": "8.7.0",
"axios": "^1.6.8"
},
"peerDependencies": {
"ethers": "^6.13",
"near-api-js": "^3.0.4"
"near-api-js": "3.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/idos-sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"ethers": "^6.12",
"near-api-js": "^3.0"
"near-api-js": "3.0"
},
"peerDependenciesMeta": {
"ethers": {
Expand All @@ -43,7 +43,7 @@
"@dotenvx/dotenvx": "^1.6.4",
"@idos-network/idos-sdk-types": "workspace:*",
"@near-js/types": "^0.2.1",
"@near-wallet-selector/core": "^8.7.5",
"@near-wallet-selector/core": "8.9.10",
"@release-it/keep-a-changelog": "^5.0.0",
"@vitest/ui": "^0.34.6",
"clean-package": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/idos-sdk-server-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"peerDependencies": {
"ethers": "^6.12",
"near-api-js": "^3.0"
"near-api-js": "3.0"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.6.4",
"@idos-network/kwil-nep413-signer": "workspace:*",
"@near-js/types": "^0.2.1",
"@near-wallet-selector/core": "^8.7.5",
"@near-wallet-selector/core": "8.9.10",
"@release-it/keep-a-changelog": "^5.0.0",
"@vitest/ui": "^0.34.6",
"clean-package": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer-sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"near-api-js": "^3.0.4"
"near-api-js": "3.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/kwil-nep413-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@stablelib/utf8": "^1.0.1",
"borsh": "^1.0.0",
"bs58": "^6.0.0",
"near-api-js": "^3.0.4"
"near-api-js": "3.0.4"
},
"devDependencies": {
"typescript": "^5.6.3"
Expand Down

0 comments on commit 228d97c

Please sign in to comment.