Skip to content

Commit

Permalink
fix: bump btc-staking to canary 10 for fixing broken build and fix th…
Browse files Browse the repository at this point in the history
…e node version (#152)
  • Loading branch information
jrwbabylonlab authored Sep 16, 2024
1 parent 76c60ca commit f347a10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.6.0
v22.3.0
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:e2e:report": "playwright show-report"
},
"engines": {
"node": ">=22.0.0"
"node": "22.3.0"
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3",
Expand All @@ -36,7 +36,7 @@
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.7.4",
"bitcoinjs-lib": "6.1.5",
"@babylonlabs-io/btc-staking-ts": "0.3.0-canary.9",
"@babylonlabs-io/btc-staking-ts": "0.3.0-canary.10",
"date-fns": "^3.6.0",
"decimal.js-light": "^2.5.1",
"framer-motion": "^11.1.9",
Expand All @@ -54,7 +54,6 @@
"usehooks-ts": "^3.0.2"
},
"devDependencies": {
"postcss-import": "^16.1.0",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
Expand All @@ -81,6 +80,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
Expand Down

0 comments on commit f347a10

Please sign in to comment.