Skip to content

Commit

Permalink
v16.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Feb 5, 2025
1 parent f142d16 commit 27b5529
Show file tree
Hide file tree
Showing 16 changed files with 173 additions and 219 deletions.
175 changes: 64 additions & 111 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
"type": "module",
"dependencies": {
"@asamuzakjp/css-color": "^3.0.4",
"dompurify": "^3.2.3",
"tldts-experimental": "^6.1.74",
"url-sanitizer": "^2.0.6",
"webext-schema": "^5.5.2"
"@asamuzakjp/css-color": "^3.0.7",
"dompurify": "^3.2.4",
"tldts-experimental": "^6.1.76",
"url-sanitizer": "^2.0.7",
"webext-schema": "^5.5.3"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.4.0",
"@asamuzakjp/dom-selector": "^6.4.2",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.10.10",
"@types/node": "^22.13.1",
"addons-linter": "^7.8.0",
"c8": "^10.1.3",
"camelize": "^1.0.1",
Expand All @@ -31,18 +31,18 @@
"decamelize": "^6.0.0",
"eslint": "^9.19.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.2",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"html-validate": "^9.1.3",
"html-validate": "^9.2.0",
"jsdom": "^26.0.0",
"mocha": "^11.1.0",
"neostandard": "^0.12.0",
"neostandard": "^0.12.1",
"npm-run-all2": "^7.0.2",
"sinon": "^19.0.2",
"stylelint": "^16.13.2",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
"typescript": "^5.7.3",
"undici": "^7.3.0"
Expand Down Expand Up @@ -71,5 +71,5 @@
"update-dark": "node index update --dir=dark -i",
"update-light": "node index update --dir=light -i"
},
"version": "16.0.0"
"version": "16.0.1"
}
Loading

0 comments on commit 27b5529

Please sign in to comment.