Skip to content

Commit

Permalink
feat(deps): update to latest camelcase/decamelize (yargs#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and QmarkC committed Jun 9, 2020
1 parent 37e6354 commit 729ff4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -36,20 +36,20 @@
"@types/node": "^10.0.3",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"c8": "^7.0.1",
"c8": "^7.1.2",
"chai": "^4.2.0",
"eslint": "^7.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"gts": "^2.0.0-alpha.4",
"mocha": "^7.0.0",
"mocha": "^7.2.0",
"rimraf": "^3.0.2",
"standardx": "^5.0.0",
"typescript": "^3.7.0"
},
"dependencies": {
"camelcase": "^5.0.0",
"decamelize": "^3.2.0"
"camelcase": "^6.0.0",
"decamelize": "^4.0.0"
},
"files": [
"index.js",
Expand Down

0 comments on commit 729ff4d

Please sign in to comment.