Skip to content

Commit

Permalink
Update dependency @types/node to v22.13.2 (#1048)
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 Feb 13, 2025
1 parent 39f37e2 commit 9dbcc8b
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 177 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.50.1",
"@responsive-image/vite-plugin": "workspace:*",
"@types/node": "22.13.1",
"@types/node": "22.13.2",
"typescript": "5.7.3",
"vite": "6.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/-internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/node": "22.13.1",
"@types/node": "22.13.2",
"concurrently": "9.1.2",
"eslint": "9.20.1",
"prettier": "3.5.0",
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 @@ -53,7 +53,7 @@
"@responsive-image/internals": "workspace:*",
"@tsconfig/node20": "20.1.4",
"@types/jest-image-snapshot": "6.4.0",
"@types/node": "22.13.1",
"@types/node": "22.13.2",
"concurrently": "9.1.2",
"eslint": "9.20.1",
"glob": "11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@rollup/plugin-node-resolve": "16.0.0",
"@solidjs/testing-library": "0.8.10",
"@tsconfig/strictest": "2.0.5",
"@types/node": "22.13.1",
"@types/node": "22.13.2",
"@vitest/browser": "2.1.9",
"babel-preset-solid": "1.9.3",
"concurrently": "9.1.2",
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 @@ -57,7 +57,7 @@
"@responsive-image/internals": "workspace:*",
"@tsconfig/node20": "20.1.4",
"@types/jest-image-snapshot": "6.4.0",
"@types/node": "22.13.1",
"@types/node": "22.13.2",
"concurrently": "9.1.2",
"eslint": "9.20.1",
"glob": "11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@responsive-image/internals": "workspace:*",
"@tsconfig/node20": "20.1.4",
"@types/jest-image-snapshot": "6.4.0",
"@types/node": "22.13.1",
"@types/node": "22.13.2",
"concurrently": "9.1.2",
"css-loader": "7.1.2",
"eslint": "9.20.1",
Expand Down
342 changes: 171 additions & 171 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 9dbcc8b

Please sign in to comment.