Skip to content

Commit

Permalink
chore(deps): update dependency @types/chrome to ^0.0.299 (#595)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @types/chrome to ^0.0.299

* update test helper

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philipp Giese <[email protected]>
  • Loading branch information
renovate[bot] and frontendphil authored Jan 21, 2025
1 parent 6dfd968 commit e59f0e4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion deployables/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "14.6.0",
"@types/chrome": "^0.0.297",
"@types/chrome": "^0.0.299",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitest/coverage-v8": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion deployables/example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@remix-run/dev": "^2.12.1",
"@types/chrome": "^0.0.297",
"@types/chrome": "^0.0.299",
"@types/react": "^19.0.0",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/tailwind-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion deployables/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "14.6.0",
"@types/chrome": "^0.0.297",
"@types/chrome": "^0.0.299",
"@types/events": "^3.0.3",
"@types/node": "^22.7.5",
"@types/react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@react-router/dev": "^7.1.1",
"@types/chrome": "^0.0.297",
"@types/chrome": "^0.0.299",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@zodiac/eslint-config": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/test-utils/src/chrome/creators/createMockTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const createMockTab = (tab: Partial<chrome.tabs.Tab> = {}): MockTab => ({
pinned: false,
windowId: 0,
selected: true,
frozen: false,

status: 'complete',
url: 'http://test-tab-url.com',
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e59f0e4

Please sign in to comment.