Skip to content

Commit

Permalink
Merge 01bb540 into 6a4fecf
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 10, 2019
2 parents 6a4fecf + 01bb540 commit e2114a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
matrix:
fast_finish: true
include:
- node_js: "11"
- node_js: "12"
env: DB="mssql mysql mysql2 postgres sqlite3" CXX=g++-4.8 KNEX_TEST_TIMEOUT=60000
- node_js: "10"
env: DB="mssql mysql mysql2 postgres sqlite3" CXX=g++-4.8 KNEX_TEST_TIMEOUT=60000
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=6"
},
"dependencies": {
"@babel/polyfill": "^7.4.3",
"@babel/polyfill": "^7.4.4",
"@types/bluebird": "^3.5.26",
"bluebird": "^3.5.4",
"colorette": "1.0.7",
Expand All @@ -24,7 +24,7 @@
"tarn": "^1.1.5",
"tildify": "1.2.0",
"uuid": "^3.3.2",
"v8flags": "^3.1.2"
"v8flags": "^3.1.3"
},
"lint-staged": {
"*.{js,json}": [
Expand All @@ -33,40 +33,40 @@
]
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@types/node": "^11.11.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@types/node": "^11.13.10",
"JSONStream": "^1.3.5",
"async": "^2.6.2",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"chai": "^4.2.0",
"chai-subset-in-order": "^2.1.3",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"dtslint": "^0.7.1",
"eslint": "5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"husky": "^1.3.1",
"jake": "^8.1.1",
"json-loader": "^0.5.7",
"lint-staged": "^8.1.5",
"mocha": "^6.1.2",
"mock-fs": "^4.8.0",
"mssql": "^5.0.5",
"mysql": "^2.16.0",
"lint-staged": "^8.1.6",
"mocha": "^6.1.4",
"mock-fs": "^4.9.0",
"mssql": "^5.1.0",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"nyc": "^13.3.0",
"pg": "^7.9.0",
"nyc": "^14.1.1",
"pg": "^7.11.0",
"pg-query-stream": "^2.0.0",
"prettier": "^1.16.4",
"prettier": "^1.17.0",
"rimraf": "^2.6.3",
"sinon": "^7.3.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"source-map-support": "^0.5.12",
"sqlite3": "^4.0.6",
"sqlite3": "^4.0.7",
"tap-spec": "^5.0.0",
"tape": "^4.10.1",
"through": "^2.3.8",
Expand Down

0 comments on commit e2114a8

Please sign in to comment.