diff --git a/.nvmrc b/.nvmrc index af7e30bd..e2c3ea2d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22.6.0 \ No newline at end of file +v22.3.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5d3429f1..7113687e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "simple-staking", "version": "0.2.44", "dependencies": { - "@babylonlabs-io/btc-staking-ts": "0.3.0-canary.9", + "@babylonlabs-io/btc-staking-ts": "0.3.0-canary.10", "@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3", "@bitcoinerlab/secp256k1": "^1.1.1", "@keystonehq/animated-qr": "^0.8.6", @@ -74,7 +74,7 @@ "typescript": "^5" }, "engines": { - "node": ">=22.0.0" + "node": "22.3.0" } }, "node_modules/@adobe/css-tools": { @@ -2073,16 +2073,16 @@ } }, "node_modules/@babylonlabs-io/btc-staking-ts": { - "version": "0.3.0-canary.9", - "resolved": "https://registry.npmjs.org/@babylonlabs-io/btc-staking-ts/-/btc-staking-ts-0.3.0-canary.9.tgz", - "integrity": "sha512-OiDPkKeOF9xtK7R6KbPC+z128H2rcdgVEwehIWjgwGXxWXVnhkNvaoFPBV03hoLPwRe1PRjawXU6s04qQBletw==", + "version": "0.3.0-canary.10", + "resolved": "https://registry.npmjs.org/@babylonlabs-io/btc-staking-ts/-/btc-staking-ts-0.3.0-canary.10.tgz", + "integrity": "sha512-KyZRNnIRB0acVJlMMHazw60mAB1OaQaSnkY9mI7PpuRb+exUNvpVnbftbYvY0jovqhfHQe2uwyC3LaZ/hGiFKQ==", "license": "SEE LICENSE IN LICENSE", - "engines": { - "node": ">=22.0.0" - }, - "peerDependencies": { + "dependencies": { "@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3", "bitcoinjs-lib": "6.1.5" + }, + "engines": { + "node": "22.3.0" } }, "node_modules/@bcoe/v8-coverage": { diff --git a/package.json b/package.json index 1804f3fb..d656786a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", @@ -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",