Skip to content

Commit

Permalink
v5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jul 7, 2024
1 parent c6ed4d8 commit 2eea8b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"sinon": "^18.0.0"
},
"devDependencies": {
"@types/firefox-webext-browser": "^120.0.3",
"@types/node": "^20.14.2",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^20.14.10",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"chai": "^5.1.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.11",
"eslint-plugin-jsdoc": "^48.5.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^53.0.0",
"mocha": "^10.4.0",
"eslint-plugin-unicorn": "^54.0.0",
"mocha": "^10.6.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.4.5",
"undici": "^6.18.2"
"typescript": "^5.5.3",
"undici": "^6.19.2"
},
"scripts": {
"build": "npm run tsc && npm run lint && npm run test",
Expand All @@ -54,5 +54,5 @@
"update-mail": "node index update --channel=mail -i",
"update-release": "node index update --channel=release -i"
},
"version": "5.3.4"
"version": "5.3.5"
}

0 comments on commit 2eea8b2

Please sign in to comment.