Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Dec 30, 2024
1 parent aa6c135 commit 7a8f542
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,34 @@
},
"type": "module",
"dependencies": {
"commander": "^12.1.0",
"commander": "^13.0.0",
"dompurify": "^3.2.3",
"url-sanitizer": "^2.0.6",
"webext-schema": "^5.5.1"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.3.5",
"@types/node": "^22.10.1",
"addons-linter": "^7.6.0",
"c8": "^10.1.2",
"chai": "^5.1.2",
"@asamuzakjp/dom-selector": "^6.3.7",
"@types/node": "^22.10.2",
"addons-linter": "^7.7.0",
"c8": "^10.1.3",
"copyfiles": "^2.4.1",
"eslint": "^9.16.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint": "^9.17.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.13.0",
"html-validate": "^8.27.0",
"globals": "^15.14.0",
"html-validate": "^9.1.0",
"jsdom": "^25.0.1",
"mocha": "^11.0.1",
"neostandard": "^0.11.9",
"npm-run-all2": "^7.0.1",
"neostandard": "^0.12.0",
"npm-run-all2": "^7.0.2",
"sinon": "^19.0.2",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.7.2",
"undici": "^7.1.0"
"undici": "^7.2.0"
},
"scripts": {
"include": "npm-run-all -s include-*",
Expand Down

0 comments on commit 7a8f542

Please sign in to comment.