Skip to content

Commit

Permalink
update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgodoy committed Jul 2, 2021
1 parent 7b4946f commit 629f614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ env:
- KNEX_VERSION=0.19
- KNEX_VERSION=0.20
- KNEX_VERSION=0.21
- KNEX_VERSION=0.95
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@types/geojson": "^7946.0.7"
},
"devDependencies": {
"@types/node": "^13.13.4",
"chai": "^4.3.0",
"@types/node": "^15.14.0",
"chai": "^4.3.4",
"compare-versions": "^3.6.0",
"eslint": "^6.8.0",
"knex": "^0.21.1",
"mocha": "^7.1.2"
"eslint": "^7.29.0",
"knex": "^0.95.6",
"mocha": "^9.0.1"
},
"scripts": {
"test": "mocha tests",
Expand Down

0 comments on commit 629f614

Please sign in to comment.