Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 14, 2023
1 parent 0a5efa2 commit 6b7c970
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"types": "types/index.d.ts",
"dependencies": {
"camelize": "^1.0.1",
"commander": "^11.0.0",
"commander": "^11.1.0",
"decamelize": "^6.0.0",
"json5": "^2.2.3",
"sinon": "^16.0.0"
"sinon": "^16.1.0"
},
"devDependencies": {
"@types/firefox-webext-browser": "^111.0.2",
"@types/node": "^20.7.0",
"@types/sinon": "^10.0.17",
"@types/node": "^20.8.6",
"@types/sinon": "^10.0.19",
"c8": "^8.0.1",
"chai": "^4.3.8",
"eslint": "^8.50.0",
"chai": "^4.3.10",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
Expand All @@ -34,7 +34,7 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"undici": "^5.25.2"
"undici": "^5.26.3"
},
"scripts": {
"build": "npm run tsc && npm run lint && npm run test",
Expand Down

0 comments on commit 6b7c970

Please sign in to comment.