Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2023
1 parent 5c19e03 commit ecf94c8
Show file tree
Hide file tree
Showing 7 changed files with 389 additions and 235 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@previewjs/properties": "workspace:*",
"@types/express": "^4.17.19",
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.8.6",
"@types/node": "^20.8.7",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vite": "^4.4.11"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/node": "^20.8.7",
"typescript": "^5.2.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.8.6",
"@types/node": "^20.8.7",
"exclusive-promises": "^1.0.3",
"exit-hook": "^3.2.0",
"is-wsl": "^3.1.0",
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.8.6",
"@types/node": "^20.8.7",
"chalk": "^5.3.0",
"commander": "^11.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 @@ -29,7 +29,7 @@
"devDependencies": {
"@types/inquirer": "^9.0.4",
"@types/license-checker": "^25.0.5",
"@types/node": "^20.8.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"assert-never": "^1.2.1",
Expand Down
Loading

0 comments on commit ecf94c8

Please sign in to comment.