Skip to content

Commit

Permalink
Merge 4f7e86e into 5e044b0
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Mar 26, 2021
2 parents 5e044b0 + 4f7e86e commit 0e03aa6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -25,20 +25,19 @@
"coveralls": "npm run coverage && nyc report --reporter=lcov"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.1",
"chai": "^4.3.4",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"mocha": "^8.2.1",
"eslint-plugin-promise": "^4.3.1",
"mocha": "^8.3.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"rewire": "^5.0.0"
},
"dependencies": {
"got": "^11.8.0",
"got": "^11.8.2",
"moment": "^2.29.1"
}
}

0 comments on commit 0e03aa6

Please sign in to comment.