Skip to content

Commit 090dba8

Browse files
committed
v0.1.0-alpha.1
1 parent c7a58ef commit 090dba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"build:ts": "yarn rimraf dist && tsc -p tsconfig.prod.json"
1919
},
2020
"devDependencies": {
21-
"@safe-global/safe-singleton-factory": "^1.0.14",
2221
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
2322
"@nomicfoundation/hardhat-ethers": "^3.0.0",
2423
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
2524
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
2625
"@nomicfoundation/hardhat-verify": "^1.0.0",
2726
"@openzeppelin/contracts": "^4.9.1",
2827
"@safe-global/mock-contract": "^4.0.0",
28+
"@safe-global/safe-singleton-factory": "^1.0.14",
2929
"@typechain/ethers-v6": "^0.4.0",
3030
"@typechain/hardhat": "^8.0.0",
3131
"@types/chai": "^4.2.0",
@@ -56,7 +56,7 @@
5656
"yargs": "^17.7.2"
5757
},
5858
"name": "@safe-global/safe-core-protocol",
59-
"version": "0.1.0-alpha.0",
59+
"version": "0.1.0-alpha.1",
6060
"description": "Safe{Core} Protocol contracts",
6161
"main": "dist/deployments.js",
6262
"repository": "git@github.com:5afe/safe-core-protocol.git",

0 commit comments

Comments
 (0)