Skip to content

Commit

Permalink
deps: update test-app dependencies (#577)
Browse files Browse the repository at this point in the history
deps: update test-app dependencies
  • Loading branch information
zacharygolba authored Dec 18, 2016
1 parent 4fad8cb commit 20c381f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions test/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "6.18.2",
"babel-preset-lux": "1.3.0",
"bcryptjs": "2.3.0",
"babel-core": "6.21.0",
"babel-preset-lux": "2.0.1",
"bcryptjs": "2.4.0",
"faker": "3.1.0",
"knex": "0.12.6",
"mssql": "3.3.0",
"mysql2": "1.1.1",
"pg": "6.1.0",
"mysql2": "1.1.2",
"pg": "6.1.2",
"source-map-support": "0.4.6",
"sqlite3": "3.1.8"
},
"devDependencies": {
"faker": "3.1.0"
}
}

0 comments on commit 20c381f

Please sign in to comment.