Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(deps): unpin semver
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 5, 2023
1 parent 5ae76e9 commit d7e65c5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cbor": "^5.2.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"semver": "7.5.4",
"semver": "^7.5.1",
"utf8": "^3.0.0",
"web3-utils": "1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node-abort-controller": "^3.0.1",
"original-require": "^1.0.1",
"require-from-string": "^2.0.2",
"semver": "^7.5.4",
"semver": "^7.5.1",
"solc": "0.8.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"debug": "^4.3.1",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"semver": "^7.5.4"
"semver": "^7.5.1"
},
"devDependencies": {
"@truffle/code-utils": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"node-emoji": "^1.8.1",
"original-require": "^1.0.1",
"sane": "^4.0.2",
"semver": "7.5.4",
"semver": "^7.5.1",
"source-map-support": "^0.5.19",
"spawn-args": "0.2.0",
"tmp": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"redux": "^3.7.2",
"redux-saga": "1.0.0",
"reselect-tree": "^1.3.7",
"semver": "^7.5.4",
"semver": "^7.5.1",
"web3": "1.10.0",
"web3-eth-abi": "1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-and-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@truffle/config": "^1.3.60",
"@truffle/source-fetcher": "^1.0.43",
"debug": "^4.3.2",
"semver": "7.5.4",
"semver": "^7.5.1",
"web3-utils": "1.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/from-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@truffle/config": "^1.3.60",
"debug": "^4.3.1",
"find-up": "^2.1.0",
"semver": "^7.5.4"
"semver": "^7.5.1"
},
"devDependencies": {
"@types/find-up": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"graphql-tag": "^2.12.6",
"js-scrypt": "^0.2.0",
"nyc": "^13.0.1",
"semver": "^7.5.4",
"semver": "^7.5.1",
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "^0.2.1",
Expand Down

0 comments on commit d7e65c5

Please sign in to comment.