Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Feb 22, 2024
1 parent 66f608f commit 12b34fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"commander": "^12.0.0",
"readline-sync": "^1.4.10",
"semver-parser": "^4.1.6",
"undici": "^6.6.0",
"web-ext-native-msg": "^6.1.10"
"undici": "^6.6.2",
"web-ext-native-msg": "^6.2.1"
},
"devDependencies": {
"boxednode": "^2.3.0",
"c8": "^9.1.0",
"chai": "^5.0.3",
"esbuild": "^0.20.0",
"chai": "^5.1.0",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"genversion": "^3.2.0",
"jszip-cli": "^1.4.24",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"sinon": "^17.0.1"
},
"scripts": {
Expand All @@ -48,5 +48,5 @@
"test": "c8 --reporter=text mocha --exit test/*.test.js",
"zip-jszip": "jszip"
},
"version": "8.0.0"
"version": "8.0.1"
}

0 comments on commit 12b34fb

Please sign in to comment.