Skip to content

Commit

Permalink
Merge pull request #602 from nyaggah/dependabot-npm_and_yarn-types-no…
Browse files Browse the repository at this point in the history
…de-22.9.0

chore(dev-deps): bump @types/node from 22.7.5 to 22.9.0
  • Loading branch information
JoeyDoey authored Nov 12, 2024
2 parents 583513a + 84c9a0c commit 7ef9929
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion examples/devtools-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"happy-dom": "^15.7.4",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"@types/chrome": "^0.0.270",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"happy-dom": "^15.7.4",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"@types/chrome": "^0.0.270",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"happy-dom": "^15.7.4",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"@types/chrome": "^0.0.270",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@testing-library/svelte": "^5.2.1",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.270",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"@vitest/coverage-istanbul": "^2.1.4",
"commitizen": "^4.3.0",
"concurrently": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/vue": "^8.1.0",
"@types/chrome": "^0.0.270",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-istanbul": "^2.1.4",
"cz-conventional-changelog": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"happy-dom": "^15.7.4",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"@types/chrome": "^0.0.270",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/chrome": "^0.0.277",
"@types/node": "^22.7.5",
"@types/node": "^22.9.0",
"@types/prompts": "^2.4.9",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@rollup/plugin-typescript": "^12.1.1",
"@types/chrome": "^0.0.277",
"@types/listr": "^0.14.9",
"@types/node": "^22.7.5",
"@types/node": "^22.9.0",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"concurrently": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/chrome": "^0.0.277",
"@types/node": "^22.7.5",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint-config-bedframe": "workspace:^",
Expand Down
Loading

0 comments on commit 7ef9929

Please sign in to comment.