Skip to content

Commit

Permalink
chore: dont allow minor version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed May 15, 2024
1 parent d7efde4 commit 26489f8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 75 deletions.
2 changes: 1 addition & 1 deletion background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest --coverage --detectOpenHandles"
},
"dependencies": {
"@planetarium/account": "^4.4.2",
"@planetarium/account": "~4.4.2",
"@planetarium/bencodex": "0.2.2",
"@planetarium/tx": "^4.4.2",
"axios": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/daily-reward-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@planetarium/account": "^4.4.2",
"@planetarium/account": "~4.4.2",
"@planetarium/bencodex": "^0.2.2",
"@planetarium/chrono-sdk": "workspace:^",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrono-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@planetarium/account": "^4.4.2",
"@planetarium/account": "~4.4.2",
"@planetarium/bencodex": "^0.2.2",
"@planetarium/tx": "^4.4.2",
"buffer": "^6.0.3"
Expand Down
94 changes: 22 additions & 72 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26489f8

Please sign in to comment.