1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

update sql.js #43

This commit is contained in:
lana-k
2021-05-05 15:08:12 +02:00
parent 5ab19c3fae
commit 9fff1d699a
2 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sqliteviz",
"version": "1.0.0",
"version": "0.11.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
@@ -20,7 +20,7 @@
"react": "^16.13.1",
"react-chart-editor": "^0.42.0",
"react-dom": "^16.13.1",
"sql.js": "^1.3.0",
"sql.js": "^1.5.0",
"sqlite-parser": "^1.0.1",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",