Skip to content

Commit 8931ab0

Browse files
authored
feat(deps): update to latest camelcase/decamelize (#281)
1 parent f0c1032 commit 8931ab0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"author": "Ben Coe <[email protected]>",
2828
"license": "ISC",
2929
"devDependencies": {
30-
"c8": "^7.0.1",
30+
"c8": "^7.1.2",
3131
"chai": "^4.2.0",
32-
"mocha": "^7.0.0",
33-
"standard": "^14.3.1"
32+
"mocha": "^7.2.0",
33+
"standard": "^14.3.4"
3434
},
3535
"dependencies": {
36-
"camelcase": "^5.0.0",
37-
"decamelize": "^3.2.0"
36+
"camelcase": "^6.0.0",
37+
"decamelize": "^4.0.0"
3838
},
3939
"files": [
4040
"lib",

0 commit comments

Comments
 (0)