Skip to content

Commit 2ebcf2a

Browse files
committed
:arrow)up: dependencies
1 parent 83173ce commit 2ebcf2a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

package.json

+12-8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"watch": "mocha --watch",
1515
"build.web": "browserify ./lib/vcd-web.js | terser --compress -o demo/vcd-web.min.js",
1616
"watch.web": "watchify ./lib/vcd-web.js -o demo/vcd-web.min.js -v",
17+
"watch.test2": "watchify ./lib/test2.js -o ./v2/main.js -v",
18+
"watch.vcd-worker": "watchify ./lib/vcd-worker.js -o ./v2/vcd-worker.js -v",
1719
"install": "node bin/build.js",
1820
"prepare": "node bin/build.js"
1921
},
@@ -41,20 +43,22 @@
4143
"homepage": "https://github.com/wavedrom/vcd#readme",
4244
"dependencies": {
4345
"bindings": "^1.5.0",
44-
"dot-prop": "^6.0.1",
46+
"dot-prop": "^9.0.0",
4547
"llparse": "^7.1.1"
4648
},
4749
"devDependencies": {
48-
"@drom/eslint-config": "^0.12.0",
49-
"browserify": "^17.0.0",
50-
"chai": "^4.4.1",
51-
"eslint": "^8.13.0",
50+
"@drom/eslint-config": "0.12.0",
51+
"browserify": "^17.0.1",
52+
"chai": "5.1.2",
53+
"chokidar": "4.0.3",
54+
"commander": "^13.0.0",
55+
"eslint": "^8.57.1",
5256
"fs-extra": "^11.2.0",
5357
"http-server": "^14.1.0",
5458
"llparse-dot": "^1.0.1",
55-
"mocha": "^9.2.1",
56-
"node-gyp": "^10.0.0",
57-
"nyc": "^15.1.0",
59+
"mocha": "^11.0.1",
60+
"node-gyp": "^11.0.0",
61+
"nyc": "^17.1.0",
5862
"terser": "^5.27.0",
5963
"watchify": "^4.0.0"
6064
},

0 commit comments

Comments
 (0)