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

update chokidar

This commit is contained in:
lana-k
2021-07-04 13:05:06 +02:00
parent 1ff4adf95c
commit fb930028de
2 changed files with 49 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sqliteviz",
"version": "0.13.2",
"version": "0.14.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
@@ -19,6 +19,7 @@
"react": "^16.13.1",
"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",
@@ -26,8 +27,7 @@
"vue-router": "^3.2.0",
"vuejs-paginate": "^2.1.0",
"vuera": "^0.2.7",
"vuex": "^3.4.0",
"sql.js": "file:./lib/sql-js"
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.0",