1
0
Fork 0

Upgrade deps

This commit is contained in:
Gregory Eremin 2018-09-07 14:31:54 +02:00
parent 2fb6ac74bd
commit 45cc50c371
3 changed files with 4489 additions and 3814 deletions

View File

@ -4,9 +4,9 @@ import (
"reflect"
"strings"
_ "github.com/go-sql-driver/mysql"
_ "github.com/go-sql-driver/mysql" // Import MySQL driver
"github.com/jmoiron/sqlx"
_ "github.com/mattn/go-sqlite3"
_ "github.com/mattn/go-sqlite3" // Import SQLite driver
uuid "github.com/satori/go.uuid"
"github.com/localhots/cmdui/backend/config"

File diff suppressed because it is too large Load Diff

View File

@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"source-map-explorer": "^1.5.0"
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"source-map-explorer": "^1.6.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",