Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52,488 changes: 21,981 additions & 30,507 deletions dapp-example/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dapp-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hashgraph/sdk": "^2.60.1",
"@mui/material": "^7.2.0",
"@hashgraph/sdk": "^2.70.0",
"@mui/material": "^7.3.1",
"ethers": "^6.15.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
Expand All @@ -27,7 +27,7 @@
"mocha": "10.8.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@cypress/webpack-batteries-included-preprocessor": "^3.1.2",
"@cypress/webpack-preprocessor": "^5.0.2",
Expand All @@ -39,7 +39,7 @@
"env-cmd": "^10.1.0",
"http-server": "^14.1.1",
"mocha-junit-reporter": "^2.2.1",
"start-server-and-test": "^2.0.12",
"start-server-and-test": "^2.0.13",
"webpack": "^5.101.0"
},
"scripts": {
Expand Down
17,119 changes: 4,792 additions & 12,327 deletions tools/hardhat-example/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tools/hardhat-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"test": "hardhat --network hardhat test"
},
"devDependencies": {
"@hashgraph/hedera-local": "^2.22.0",
"@hashgraph/hedera-local": "^2.37.1",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"dotenv": "^17.2.1",
"hardhat": "^2.26.1"
"hardhat": "^2.26.2"
},
"dependencies": {
"@hashgraph/smart-contracts": "github:hashgraph/hedera-smart-contracts#11c5017c1867b3f31012163cdac0aafa4a30b60a",
Expand Down
10,247 changes: 1,878 additions & 8,369 deletions tools/hardhat-viem-example/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tools/hardhat-viem-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"local-node": "npx @hashgraph/hedera-local restart -d"
},
"dependencies": {
"@hashgraph/hedera-local": "^2.29.2",
"@hashgraph/hedera-local": "^2.37.1",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"dotenv": "^17.2.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"hardhat": "^2.26.1"
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
"hardhat": "^2.26.2"
},
"overrides": {
"elliptic": "^6.6.1",
Expand Down
66 changes: 33 additions & 33 deletions tools/hedera-crosschain-bridge/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tools/hedera-crosschain-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@hashgraph/sdk": "^2.69.0",
"@layerzerolabs/lz-evm-oapp-v2": "^3.0.98",
"@layerzerolabs/lz-v2-utilities": "^3.0.98",
"@hashgraph/sdk": "^2.70.0",
"@layerzerolabs/lz-evm-oapp-v2": "^3.0.121",
"@layerzerolabs/lz-v2-utilities": "^3.0.121",
"@layerzerolabs/oapp-evm": "^0.3.2",
"@layerzerolabs/onft-evm": "^0.2.3",
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
"dotenv": "^17.2.1",
"hardhat": "^2.24.1"
"hardhat": "^2.26.2"
}
}
Loading
Loading