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

uninstall sqlite parser #78

This commit is contained in:
lana-k
2021-08-18 20:58:53 +02:00
parent 53b2d8372f
commit a91add40cc
2 changed files with 3 additions and 21 deletions

21
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "sqliteviz",
"version": "0.15.0",
"version": "0.15.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sqliteviz",
"version": "0.15.0",
"version": "0.15.3",
"license": "Apache-2.0",
"dependencies": {
"codemirror": "^5.57.0",
@@ -22,7 +22,6 @@
"react-chart-editor": "^0.45.0",
"react-dom": "^16.13.1",
"sql.js": "file:./lib/sql-js",
"sqlite-parser": "^1.0.1",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-js-modal": "^2.0.0-rc.6",
@@ -19472,17 +19471,6 @@
"resolved": "lib/sql-js",
"link": true
},
"node_modules/sqlite-parser": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/sqlite-parser/-/sqlite-parser-1.0.1.tgz",
"integrity": "sha1-EQGD8mgvBKxsfYrQnEREbvl21ew=",
"bin": {
"sqlite-parser": "bin/sqlite-parser"
},
"engines": {
"node": ">=4"
}
},
"node_modules/sshpk": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
@@ -40174,11 +40162,6 @@
"sql.js": {
"version": "file:lib/sql-js"
},
"sqlite-parser": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/sqlite-parser/-/sqlite-parser-1.0.1.tgz",
"integrity": "sha1-EQGD8mgvBKxsfYrQnEREbvl21ew="
},
"sshpk": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",

View File

@@ -1,6 +1,6 @@
{
"name": "sqliteviz",
"version": "0.15.3",
"version": "0.16.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
@@ -23,7 +23,6 @@
"react-chart-editor": "^0.45.0",
"react-dom": "^16.13.1",
"sql.js": "file:./lib/sql-js",
"sqlite-parser": "^1.0.1",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-js-modal": "^2.0.0-rc.6",