Skip to content

Commit cdb2d17

Browse files
committed
Bump version to 0.4.10 and update dependencies
1 parent 5d9c18e commit cdb2d17

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@btc-vision/unit-test-framework",
4-
"version": "0.4.9",
4+
"version": "0.4.10",
55
"description": "OP_NET Unit Test Framework. This package contains all the necessary tools to run unit tests for OP_NET smart contracts.",
66
"main": "build/index.js",
77
"scripts": {
@@ -48,20 +48,20 @@
4848
"typescript": "^5.9.3"
4949
},
5050
"devDependencies": {
51-
"@btc-vision/as-bignum": "^0.0.6",
52-
"@btc-vision/btc-runtime": "1.10.10",
53-
"@btc-vision/opnet-transform": "^0.1.12",
51+
"@btc-vision/as-bignum": "^0.0.7",
52+
"@btc-vision/btc-runtime": "1.10.12",
53+
"@btc-vision/opnet-transform": "^0.2.1",
5454
"@eslint/js": "^9.39.1",
55-
"@types/node": "^24.8.1",
56-
"@typescript-eslint/eslint-plugin": "^8.46.1",
57-
"@typescript-eslint/parser": "^8.46.1",
55+
"@types/node": "^25.0.1",
56+
"@typescript-eslint/eslint-plugin": "^8.49.0",
57+
"@typescript-eslint/parser": "^8.49.0",
5858
"eslint": "^9.39.1",
5959
"gulp": "^5.0.1",
6060
"gulp-cached": "^1.1.1",
6161
"gulp-clean": "^0.4.0",
6262
"gulp-eslint-new": "^2.5.0",
6363
"gulp-typescript": "^6.0.0-alpha.1",
64-
"prettier": "^3.6.2",
65-
"tsx": "^4.20.6"
64+
"prettier": "^3.7.4",
65+
"tsx": "^4.21.0"
6666
}
6767
}

0 commit comments

Comments
 (0)