Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps-dev): Bump @types/chrome from 0.0.290 to 0.0.293 #4582

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/adblocker-electron-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chrome": "^0.0.290",
"@types/chrome": "^0.0.293",
"electron": "^33.0.0",
"eslint": "^9.3.0",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-webextension-cosmetics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
],
"devDependencies": {
"@types/chai": "^5.0.0",
"@types/chrome": "^0.0.290",
"@types/chrome": "^0.0.293",
"@types/jsdom": "^21.1.3",
"@types/mocha": "^10.0.1",
"@types/node": "^22.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-webextension-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chrome": "^0.0.290",
"@types/chrome": "^0.0.293",
"@types/webextension-polyfill": "^0.12.1",
"eslint": "^9.3.0",
"rimraf": "^6.0.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^16.0.0"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/chrome": "npm:^0.0.290"
"@types/chrome": "npm:^0.0.293"
electron: "npm:^33.0.0"
eslint: "npm:^9.3.0"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -865,7 +865,7 @@ __metadata:
"@ghostery/adblocker-content": "npm:^2.3.1"
"@ghostery/adblocker-extended-selectors": "npm:^2.3.1"
"@types/chai": "npm:^5.0.0"
"@types/chrome": "npm:^0.0.290"
"@types/chrome": "npm:^0.0.293"
"@types/jsdom": "npm:^21.1.3"
"@types/mocha": "npm:^10.0.1"
"@types/node": "npm:^22.0.2"
Expand All @@ -892,7 +892,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^16.0.0"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/chrome": "npm:^0.0.290"
"@types/chrome": "npm:^0.0.293"
"@types/webextension-polyfill": "npm:^0.12.1"
eslint: "npm:^9.3.0"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -2343,13 +2343,13 @@ __metadata:
languageName: node
linkType: hard

"@types/chrome@npm:^0.0.290":
version: 0.0.290
resolution: "@types/chrome@npm:0.0.290"
"@types/chrome@npm:^0.0.293":
version: 0.0.293
resolution: "@types/chrome@npm:0.0.293"
dependencies:
"@types/filesystem": "npm:*"
"@types/har-format": "npm:*"
checksum: 10/f6c714bd1628e80db3a9deaba8dc6edb918440b8f682ae14698db2274c61b0a062eace7d4261dbb66be716a3ac5ffa070917349d3429a0fc423a94965279edef
checksum: 10/bba3e8b917009aa6816135c489f0959c3ba86ed406fa4b180b964123f4b5ab15ae512c456183edd485b7f20263e71941bbfb2f4a2f89a4adbd87fa080505b7d8
languageName: node
linkType: hard

Expand Down
Loading