Skip to content

Commit d190d75

Browse files
committed
v0.8.7
1 parent a6971ce commit d190d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js-httpvfs",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"repository": "https://github.com/phiresky/sql.js-httpvfs",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -9,20 +9,20 @@
99
},
1010
"dependencies": {},
1111
"devDependencies": {
12-
"comlink": "^4.3.0",
13-
"debounce-promise": "^3.1.2",
1412
"@types/debounce-promise": "^3.1.3",
1513
"@types/react": "^17.0.3",
1614
"@types/react-dom": "^17.0.3",
1715
"@types/react-plotly.js": "^2.2.4",
1816
"@types/react-select": "^4.0.14",
1917
"@types/sql.js": "^1.4.2",
18+
"comlink": "^4.3.0",
19+
"debounce-promise": "^3.1.2",
2020
"ts-loader": "^8.1.0",
2121
"ts-node": "^9.1.1",
2222
"typescript": "^4.3.0-dev.20210331",
2323
"webpack": "^5.28.0",
24-
"webpack-cli": "^4.6.0",
2524
"webpack-bundle-analyzer": "^4.4.1",
25+
"webpack-cli": "^4.6.0",
2626
"webpack-dev-server": "^3.11.2"
2727
},
2828
"main": "dist/index.js",

0 commit comments

Comments
 (0)