|
@@ -2,9 +2,9 @@
|
|
"name": "openzeppelin-solidity",
|
|
"name": "openzeppelin-solidity",
|
|
"description": "Secure Smart Contract library for Solidity",
|
|
"description": "Secure Smart Contract library for Solidity",
|
|
"version": "5.0.0-rc.0",
|
|
"version": "5.0.0-rc.0",
|
|
|
|
+ "private": true,
|
|
"files": [
|
|
"files": [
|
|
"/contracts/**/*.sol",
|
|
"/contracts/**/*.sol",
|
|
- "/build/contracts/*.json",
|
|
|
|
"!/contracts/mocks/**/*"
|
|
"!/contracts/mocks/**/*"
|
|
],
|
|
],
|
|
"scripts": {
|
|
"scripts": {
|
|
@@ -20,7 +20,6 @@
|
|
"lint:sol": "prettier --log-level warn --ignore-path .gitignore '{contracts,test}/**/*.sol' --check && solhint '{contracts,test}/**/*.sol'",
|
|
"lint:sol": "prettier --log-level warn --ignore-path .gitignore '{contracts,test}/**/*.sol' --check && solhint '{contracts,test}/**/*.sol'",
|
|
"lint:sol:fix": "prettier --log-level warn --ignore-path .gitignore '{contracts,test}/**/*.sol' --write",
|
|
"lint:sol:fix": "prettier --log-level warn --ignore-path .gitignore '{contracts,test}/**/*.sol' --write",
|
|
"clean": "hardhat clean && rimraf build contracts/build",
|
|
"clean": "hardhat clean && rimraf build contracts/build",
|
|
- "prepare": "scripts/prepare.sh",
|
|
|
|
"prepack": "scripts/prepack.sh",
|
|
"prepack": "scripts/prepack.sh",
|
|
"generate": "scripts/generate/run.js",
|
|
"generate": "scripts/generate/run.js",
|
|
"release": "scripts/release/release.sh",
|
|
"release": "scripts/release/release.sh",
|
|
@@ -59,6 +58,7 @@
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"@openzeppelin/docs-utils": "^0.1.4",
|
|
"@openzeppelin/docs-utils": "^0.1.4",
|
|
"@openzeppelin/test-helpers": "^0.5.13",
|
|
"@openzeppelin/test-helpers": "^0.5.13",
|
|
|
|
+ "@openzeppelin/upgrade-safe-transpiler": "^0.3.30",
|
|
"@openzeppelin/upgrades-core": "^1.20.6",
|
|
"@openzeppelin/upgrades-core": "^1.20.6",
|
|
"array.prototype.at": "^1.1.1",
|
|
"array.prototype.at": "^1.1.1",
|
|
"chai": "^4.2.0",
|
|
"chai": "^4.2.0",
|
|
@@ -67,10 +67,10 @@
|
|
"eth-sig-util": "^3.0.0",
|
|
"eth-sig-util": "^3.0.0",
|
|
"ethereumjs-util": "^7.0.7",
|
|
"ethereumjs-util": "^7.0.7",
|
|
"ethereumjs-wallet": "^1.0.1",
|
|
"ethereumjs-wallet": "^1.0.1",
|
|
- "glob": "^8.0.3",
|
|
|
|
|
|
+ "glob": "^10.3.5",
|
|
"graphlib": "^2.1.8",
|
|
"graphlib": "^2.1.8",
|
|
"hardhat": "^2.9.1",
|
|
"hardhat": "^2.9.1",
|
|
- "hardhat-exposed": "^0.3.11",
|
|
|
|
|
|
+ "hardhat-exposed": "^0.3.12-1",
|
|
"hardhat-gas-reporter": "^1.0.4",
|
|
"hardhat-gas-reporter": "^1.0.4",
|
|
"hardhat-ignore-warnings": "^0.2.0",
|
|
"hardhat-ignore-warnings": "^0.2.0",
|
|
"keccak256": "^1.0.2",
|
|
"keccak256": "^1.0.2",
|
|
@@ -81,12 +81,12 @@
|
|
"p-limit": "^3.1.0",
|
|
"p-limit": "^3.1.0",
|
|
"prettier": "^3.0.0",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-solidity": "^1.1.0",
|
|
"prettier-plugin-solidity": "^1.1.0",
|
|
- "rimraf": "^3.0.2",
|
|
|
|
|
|
+ "rimraf": "^5.0.1",
|
|
"semver": "^7.3.5",
|
|
"semver": "^7.3.5",
|
|
"solhint": "^3.3.6",
|
|
"solhint": "^3.3.6",
|
|
"solhint-plugin-openzeppelin": "file:scripts/solhint-custom",
|
|
"solhint-plugin-openzeppelin": "file:scripts/solhint-custom",
|
|
"solidity-ast": "^0.4.50",
|
|
"solidity-ast": "^0.4.50",
|
|
- "solidity-coverage": "^0.8.0",
|
|
|
|
|
|
+ "solidity-coverage": "^0.8.5",
|
|
"solidity-docgen": "^0.6.0-beta.29",
|
|
"solidity-docgen": "^0.6.0-beta.29",
|
|
"undici": "^5.22.1",
|
|
"undici": "^5.22.1",
|
|
"web3": "^1.3.0",
|
|
"web3": "^1.3.0",
|