Skip to content

Commit 7152e79

Browse files
committed
build: allow non-breaking updates in lockup dep
1 parent 5dc55cf commit 7152e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bun.lockb

-2.53 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@openzeppelin/contracts": "5.0.2",
1414
"@prb/math": "4.0.3",
15-
"@sablier/lockup": "2.0.0",
16-
"@sablier/airdrops": "1.3.0"
15+
"@sablier/lockup": "^2.0.0",
16+
"@sablier/airdrops": "^1.3.0"
1717
},
1818
"devDependencies": {
1919
"forge-std": "github:foundry-rs/forge-std#v1.8.1",

0 commit comments

Comments
 (0)