Skip to content

Commit

Permalink
Update dependency @types/node to v22.10.4 (#892)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 9a0c0c7 commit 213861c
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion apps/wc-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@playwright/test": "1.49.1",
"@responsive-image/vite-plugin": "workspace:*",
"@types/node": "22.10.3",
"@types/node": "22.10.4",
"typescript": "5.7.2",
"vite": "6.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/jest-image-snapshot": "6.4.0",
"@types/node": "22.10.3",
"@types/node": "22.10.4",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"concurrently": "9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@rollup/plugin-node-resolve": "16.0.0",
"@solidjs/testing-library": "0.8.10",
"@tsconfig/strictest": "2.0.5",
"@types/node": "22.10.3",
"@types/node": "22.10.4",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@vitest/browser": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/jest-image-snapshot": "6.4.0",
"@types/node": "22.10.3",
"@types/node": "22.10.4",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"concurrently": "9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/jest-image-snapshot": "6.4.0",
"@types/node": "22.10.3",
"@types/node": "22.10.4",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"concurrently": "9.1.2",
Expand Down
Loading

0 comments on commit 213861c

Please sign in to comment.