Skip to content

Commit 5a5fc8f

Browse files
committed
Adds dependencies
1 parent f7ceaf6 commit 5a5fc8f

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

package-lock.json

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodegui/devtools",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A react nodegui devtools integrator",
55
"main": "index.js",
66
"scripts": {
@@ -9,7 +9,9 @@
99
"author": "[email protected]",
1010
"license": "ISC",
1111
"dependencies": {
12+
"bufferutil": "^4.0.1",
1213
"react-devtools-core": "^4.3.0",
14+
"utf-8-validate": "^5.0.2",
1315
"ws": "^7.2.1"
1416
}
1517
}

0 commit comments

Comments
 (0)