Skip to content

Commit

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

chore(dev-deps): bump @types/node from 22.9.1 to 22.10.2
  • Loading branch information
JoeyDoey authored Dec 29, 2024
2 parents 8814c04 + cc1cb86 commit b109a1f
Show file tree
Hide file tree
Showing 10 changed files with 104 additions and 104 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.11.7",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/chrome": "^0.0.287",
"@types/react": "^18.3.12",
"@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.11.7",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/chrome": "^0.0.287",
"@types/react": "^18.3.12",
"@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.11.7",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/chrome": "^0.0.287",
"@types/react": "^18.3.12",
"@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.6",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.287",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@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.287",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-istanbul": "^2.1.5",
"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.11.7",
"vitest": "^1.4.0",
"@vitest/coverage-istanbul": "^2.1.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/chrome": "^0.0.287",
"@types/react": "^18.3.12",
"@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.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@types/chrome": "^0.0.287",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@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.287",
"@types/listr": "^0.14.9",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"concurrently": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/chrome": "^0.0.287",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint-config-bedframe": "workspace:^",
Expand Down
Loading

0 comments on commit b109a1f

Please sign in to comment.