Skip to content

Commit

Permalink
Test use fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Feb 3, 2025
1 parent b9d0efa commit e49b4ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"!**/*.test.*"
],
"scripts": {
"prepare": "husky && tsc && node dist/scripts/prepare.js",
"prepare": "tsc && node dist/scripts/prepare.js",
"prepublish": "rimraf dist *.tsbuildinfo && hardhat clean",
"test": "ava",
"test:watch": "ava --watch",
"version": "node ../../scripts/bump-changelog.js",
"update-env": "rm ./src/environments/hardhat/package-lock.json && npm install --package-lock-only --prefix ./src/environments/hardhat && rm ./src/environments/hardhat/upgradeable/package-lock.json && npm install --package-lock-only --prefix ./src/environments/hardhat/upgradeable"
},
"devDependencies": {
"@openzeppelin/community-contracts": "https://github.com/OpenZeppelin/openzeppelin-community-contracts",
"@openzeppelin/community-contracts": "https://github.com/ericglau/openzeppelin-community-contracts",
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/contracts-upgradeable": "^5.1.0",
"@types/node": "^18.0.0",
Expand All @@ -34,7 +34,6 @@
"semver": "^7.6.0",
"solidity-ast": "^0.4.18",
"ts-node": "^10.4.0",
"typescript": "^5.0.0",
"husky": "^9.1.7"
"typescript": "^5.0.0"
}
}
3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.0.15",
"tslib": "^2.0.0",
"typescript": "^5.0.0",
"husky": "^9.1.7"
"typescript": "^5.0.0"
},
"dependencies": {
"file-saver": "^2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@
"@nomicfoundation/solidity-analyzer-linux-x64-musl" "0.1.2"
"@nomicfoundation/solidity-analyzer-win32-x64-msvc" "0.1.2"

"@openzeppelin/community-contracts@https://github.com/OpenZeppelin/openzeppelin-community-contracts":
"@openzeppelin/community-contracts@https://github.com/ericglau/openzeppelin-community-contracts":
version "0.0.1"
resolved "https://github.com/OpenZeppelin/openzeppelin-community-contracts#4d029e17c22d8ece6eb94604e55306c7017cbdb2"
resolved "https://github.com/ericglau/openzeppelin-community-contracts#6a1c66e39002fadfbc1b7b707d63ca03c60fce79"
dependencies:
"@axelar-network/axelar-gmp-sdk-solidity" "^5.10.0"

Expand Down

0 comments on commit e49b4ca

Please sign in to comment.