Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed May 31, 2024
1 parent 1f1eb5c commit 9aba52f
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 @@ -15,27 +15,27 @@
"type": "module",
"main": "./index.js",
"dependencies": {
"commander": "^12.0.0",
"commander": "^12.1.0",
"readline-sync": "^1.4.10",
"semver-parser": "^4.1.6",
"undici": "^6.16.1",
"undici": "^6.18.2",
"web-ext-native-msg": "^7.0.2"
},
"devDependencies": {
"boxednode": "^2.4.2",
"boxednode": "^2.4.3",
"c8": "^9.1.0",
"chai": "^5.1.1",
"esbuild": "^0.21.2",
"esbuild": "^0.21.4",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-jsdoc": "^48.2.7",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^53.0.0",
"genversion": "^3.2.0",
"jszip-cli": "^1.4.24",
"mocha": "^10.4.0",
"sinon": "^17.0.1"
"sinon": "^18.0.0"
},
"scripts": {
"bundle-js": "esbuild --platform=node --outdir=./bundle --bundle --minify ./index.js",
Expand Down

0 comments on commit 9aba52f

Please sign in to comment.