Skip to content

Commit

Permalink
v12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jan 9, 2025
1 parent accf522 commit 2696603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"dompurify": "^3.2.3",
"url-sanitizer": "^2.0.6",
"webext-schema": "^5.5.1"
"webext-schema": "^5.5.2"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.3.7",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"addons-linter": "^7.7.0",
"c8": "^10.1.3",
"commander": "^13.0.0",
Expand All @@ -31,15 +31,15 @@
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"html-validate": "^9.1.0",
"jsdom": "^25.0.1",
"html-validate": "^9.1.2",
"jsdom": "^26.0.0",
"mocha": "^11.0.1",
"neostandard": "^0.12.0",
"npm-run-all2": "^7.0.2",
"sinon": "^19.0.2",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"undici": "^7.2.0"
},
"scripts": {
Expand All @@ -60,5 +60,5 @@
"test_all": "npm-run-all -s test-*",
"tsc": "node index clean --dir=types -i && npx tsc"
},
"version": "12.0.2"
"version": "12.1.0"
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"tabs"
],
"short_name": "__MSG_extensionName__",
"version": "12.0.2"
"version": "12.1.0"
}

0 comments on commit 2696603

Please sign in to comment.