Skip to content

Commit

Permalink
v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 30, 2024
1 parent b12737f commit 9da2f7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"type": "module",
"main": "./index.js",
"dependencies": {
"@inquirer/prompts": "^7.0.0",
"@inquirer/prompts": "^7.0.1",
"commander": "^12.1.0",
"semver-parser": "^4.1.6",
"undici": "^6.20.1",
"web-ext-native-msg": "^8.0.3"
"web-ext-native-msg": "^8.0.4"
},
"devDependencies": {
"boxednode": "^2.4.4",
"c8": "^10.1.2",
"chai": "^5.1.2",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^56.0.0",
"genversion": "^3.2.0",
"globals": "^15.11.0",
"jszip-cli": "^1.4.24",
"mocha": "^10.7.3",
"mocha": "^10.8.1",
"neostandard": "^0.11.7",
"sinon": "^19.0.2"
},
Expand All @@ -49,5 +49,5 @@
"test": "c8 --reporter=text mocha --exit test/*.test.js",
"zip-jszip": "jszip"
},
"version": "8.0.11"
"version": "8.1.0"
}

0 comments on commit 9da2f7f

Please sign in to comment.