Skip to content

Commit

Permalink
v8.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jul 10, 2024
1 parent 9aba52f commit 2de6aef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"commander": "^12.1.0",
"readline-sync": "^1.4.10",
"semver-parser": "^4.1.6",
"undici": "^6.18.2",
"undici": "^6.19.2",
"web-ext-native-msg": "^7.0.2"
},
"devDependencies": {
"boxednode": "^2.4.3",
"c8": "^9.1.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
"esbuild": "^0.21.4",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.7",
"eslint-plugin-jsdoc": "^48.6.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"genversion": "^3.2.0",
"jszip-cli": "^1.4.24",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"sinon": "^18.0.0"
},
"scripts": {
Expand All @@ -48,5 +48,5 @@
"test": "c8 --reporter=text mocha --exit test/*.test.js",
"zip-jszip": "jszip"
},
"version": "8.0.7"
"version": "8.0.8"
}

0 comments on commit 2de6aef

Please sign in to comment.