Skip to content

Commit

Permalink
v11.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Nov 21, 2023
1 parent 236d3a5 commit f5f63ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dompurify": "^3.0.6",
"tldts-experimental": "^6.0.20",
"url-sanitizer": "^0.10.14",
"webext-schema": "^5.2.5"
"webext-schema": "^5.2.6"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^1.1.2",
Expand All @@ -43,7 +43,7 @@
"sinon": "^17.0.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"undici": "^5.27.2"
},
"scripts": {
Expand All @@ -69,5 +69,5 @@
"update-dark": "node index update --dir=dark -i",
"update-light": "node index update --dir=light -i"
},
"version": "11.1.4"
"version": "11.1.5"
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"default_panel": "html/sidebar.html",
"default_title": "__MSG_extensionShortName__"
},
"version": "11.1.4"
"version": "11.1.5"
}

0 comments on commit f5f63ad

Please sign in to comment.