Skip to content

Commit

Permalink
v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Aug 1, 2024
1 parent 19c1c2a commit 998c9b5
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 @@ -21,20 +21,20 @@
},
"devDependencies": {
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^20.14.10",
"@types/node": "^22.0.2",
"@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.6.0",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^54.0.0",
"mocha": "^10.6.0",
"eslint-plugin-unicorn": "^55.0.0",
"mocha": "^10.7.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.3",
"undici": "^6.19.2"
"typescript": "^5.5.4",
"undici": "^6.19.5"
},
"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.4.0"
"version": "5.4.1"
}

0 comments on commit 998c9b5

Please sign in to comment.