Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent aa8f3fd commit 7fb8b2d
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 535 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@previewjs/properties": "workspace:*",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vite": "^6.0.5"
},
"devDependencies": {
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@previewjs/api": "workspace:*",
"@previewjs/core": "workspace:*",
"@previewjs/loader": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"exclusive-promises": "^1.0.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@previewjs/api": "workspace:*",
"@previewjs/loader": "workspace:*",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"chalk": "^5.4.0",
"commander": "^12.1.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@eslint/js": "^9.17.0",
"@types/inquirer": "^9.0.7",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"assert-never": "^1.4.0",
Expand Down
1,058 changes: 529 additions & 529 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"playwright": "^1.49.1"
},
"devDependencies": {
"@types/node": "^20.17.10",
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
}
Expand Down

0 comments on commit 7fb8b2d

Please sign in to comment.