Skip to content

Commit 3bd38c8

Browse files
committed
comlink types need to be installed
1 parent 8028422 commit 3bd38c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "sql.js-httpvfs",
3-
"version": "0.8.9",
3+
"version": "0.8.10",
44
"repository": "https://github.com/phiresky/sql.js-httpvfs",
55
"license": "Apache-2.0",
66
"scripts": {
77
"dev": "webpack serve --mode=development",
88
"build": "webpack build --mode=production"
99
},
10-
"dependencies": {},
10+
"dependencies": {
11+
"comlink": "^4.3.0"
12+
},
1113
"devDependencies": {
1214
"@types/debounce-promise": "^3.1.3",
1315
"@types/react": "^17.0.3",
1416
"@types/react-dom": "^17.0.3",
1517
"@types/react-plotly.js": "^2.2.4",
1618
"@types/react-select": "^4.0.14",
1719
"@types/sql.js": "^1.4.2",
18-
"comlink": "^4.3.0",
1920
"debounce-promise": "^3.1.2",
2021
"ts-loader": "^8.1.0",
2122
"ts-node": "^9.1.1",

0 commit comments

Comments
 (0)