diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-02 22:57:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 03:57:27 +0000 |
commit | d7db65a9b3b8d941c6934597862b8010a1ccac64 (patch) | |
tree | 5b406707f95243d786be048f8fc20c5fe90d48ae /package.json | |
parent | 17ffea6cb907c12c1af47d3f6f27126f126b168f (diff) |
Chrome types update (#614)
* Update chrome types
* Fix issues
* Update manifest author
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7497e857..7c56f8e1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@stylistic/stylelint-plugin": "^2.0.0", "@types/assert": "^1.5.10", "@types/browserify": "^12.0.40", - "@types/chrome": "^0.0.254", + "@types/chrome": "^0.0.260", "@types/css": "^0.0.37", "@types/events": "^3.0.3", "@types/firefox-webext-browser": "^120.0.0", |