Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent c76ff58 commit 43b9376
Show file tree
Hide file tree
Showing 7 changed files with 466 additions and 466 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.6",
"@types/node": "^22.9.0",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"typescript": "^5.6.3",
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": "^5.3.1"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"typescript": "^5.6.3",
"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.6",
"@types/node": "^22.9.0",
"exclusive-promises": "^1.0.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"@types/node": "^22.9.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"cross-env": "^7.0.3",
Expand All @@ -38,6 +38,6 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.20.3"
"node": ">=22.11.0"
}
}
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.14.0",
"@types/inquirer": "^9.0.7",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"assert-never": "^1.2.1",
Expand Down
916 changes: 458 additions & 458 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"e2e-test": "cd test-app && node generate-screenshots.js"
},
"engines": {
"node": ">=18.20.3"
"node": ">=22.11.0"
},
"dependencies": {
"@previewjs/analyzer-api": "^0.1.6",
Expand All @@ -33,7 +33,7 @@
"playwright": "^1.48.2"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"typescript": "^5.6.3",
"unbuild": "^2.0.0"
}
Expand Down

0 comments on commit 43b9376

Please sign in to comment.