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

Commit fad0098

Browse files
Fix version range warnings
1 parent 7e8de6c commit fad0098

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
"dependencies": {
2525
"@truffle/artifactor": "^4.0.163",
2626
"@truffle/box": "^2.1.54",
27-
"@truffle/codec": "^0.13.2",
27+
"@truffle/codec": "^0.13.3",
2828
"@truffle/compile-common": "^0.7.32",
2929
"@truffle/compile-solidity": "^6.0.37",
3030
"@truffle/config": "^1.3.34",
3131
"@truffle/contract": "^4.5.19",
32-
"@truffle/dashboard": "^0.1.9",
32+
"@truffle/dashboard": "^0.1.10",
3333
"@truffle/debug-utils": "^6.0.29",
3434
"@truffle/debugger": "^11.0.2",
3535
"@truffle/decoder": "^5.2.22",
3636
"@truffle/deployer": "^3.2.90",
3737
"@truffle/environment": "^0.2.117",
3838
"@truffle/error": "^0.1.0",
39-
"@truffle/expect": "^0.1.1",
39+
"@truffle/expect": "^0.1.2",
4040
"@truffle/fetch-and-compile": "^0.5.12",
4141
"@truffle/interface-adapter": "^0.5.20",
4242
"@truffle/migrate": "^3.3.4",
43-
"@truffle/plugins": "^0.2.7",
43+
"@truffle/plugins": "^0.2.8",
4444
"@truffle/preserve": "^0.2.7",
4545
"@truffle/promise-tracker": "^0.1.1",
4646
"@truffle/provider": "^0.2.58",

packages/truffle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@truffle/box": "^2.1.54",
4646
"@truffle/config": "^1.3.34",
4747
"@truffle/contract": "^4.5.19",
48-
"@truffle/core": "^5.5.23",
48+
"@truffle/core": "^5.5.24",
4949
"@truffle/interface-adapter": "^0.5.20",
5050
"clean-webpack-plugin": "^3.0.0",
5151
"copy-webpack-plugin": "^7.0.0",

0 commit comments

Comments
 (0)