Skip to content

Commit

Permalink
Merge pull request #4337 from ghostery/dependabot/npm_and_yarn/types/…
Browse files Browse the repository at this point in the history
…chrome-0.0.276
  • Loading branch information
seia-soto authored Oct 4, 2024
2 parents 6b1d95b + f5b6f24 commit 3521741
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chrome": "^0.0.275",
"@types/chrome": "^0.0.276",
"electron": "^32.0.1",
"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.275",
"@types/chrome": "^0.0.276",
"@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": "^15.2.3",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chrome": "^0.0.275",
"@types/chrome": "^0.0.276",
"eslint": "^9.3.0",
"rimraf": "^6.0.1",
"rollup": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@remusao/guess-url-type": "^1.3.0",
"@remusao/small": "^1.2.1",
"@remusao/smaz": "^1.9.1",
"@types/chrome": "^0.0.275",
"@types/chrome": "^0.0.276",
"@types/firefox-webext-browser": "^120.0.0",
"tldts-experimental": "^6.0.14"
}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/chrome": "npm:^0.0.275"
"@types/chrome": "npm:^0.0.276"
electron: "npm:^32.0.1"
eslint: "npm:^9.3.0"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -544,7 +544,7 @@ __metadata:
"@cliqz/adblocker-content": "npm:^1.33.2"
"@cliqz/adblocker-extended-selectors": "npm:^1.33.2"
"@types/chai": "npm:^5.0.0"
"@types/chrome": "npm:^0.0.275"
"@types/chrome": "npm:^0.0.276"
"@types/jsdom": "npm:^21.1.3"
"@types/mocha": "npm:^10.0.1"
"@types/node": "npm:^22.0.2"
Expand All @@ -571,7 +571,7 @@ __metadata:
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-typescript": "npm:^12.1.0"
"@types/chrome": "npm:^0.0.275"
"@types/chrome": "npm:^0.0.276"
eslint: "npm:^9.3.0"
rimraf: "npm:^6.0.1"
rollup: "npm:^4.0.2"
Expand Down Expand Up @@ -614,7 +614,7 @@ __metadata:
"@remusao/smaz-generate": "npm:^1.9.1"
"@rollup/plugin-terser": "npm:^0.4.4"
"@types/chai": "npm:^5.0.0"
"@types/chrome": "npm:^0.0.275"
"@types/chrome": "npm:^0.0.276"
"@types/firefox-webext-browser": "npm:^120.0.0"
"@types/mocha": "npm:^10.0.1"
"@types/node": "npm:^22.0.2"
Expand Down Expand Up @@ -2270,13 +2270,13 @@ __metadata:
languageName: node
linkType: hard

"@types/chrome@npm:^0.0.275":
version: 0.0.275
resolution: "@types/chrome@npm:0.0.275"
"@types/chrome@npm:^0.0.276":
version: 0.0.276
resolution: "@types/chrome@npm:0.0.276"
dependencies:
"@types/filesystem": "npm:*"
"@types/har-format": "npm:*"
checksum: 10/e1a2be8f84c52c5d5eedecf7c4bded7765ec4095d333bdaaec45c4f864d7433c43117250b4e42fbc0ecbe4fce66a0dafcc645a4d368d781f003b3cd36b2373eb
checksum: 10/460e6d0e08ef86afef35aed9524ec2516c6d85f069ba59f4dfb5e1b934d813cfd9737abc0f8baf03951b05014fbbfa82d1b31f920bf17f739337575e52c584ef
languageName: node
linkType: hard

Expand Down

0 comments on commit 3521741

Please sign in to comment.