Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @types/node to ^20.6.4
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 23, 2023
1 parent b798ce4 commit 158ac81
Showing 7 changed files with 348 additions and 208 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"@previewjs/properties": "workspace:*",
"@types/express": "^4.17.18",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.6.3",
"@types/node": "^20.6.4",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"typescript": "^5.2.2",
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"build": "tsc && unbuild"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/node": "^20.6.4",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.4.9"
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"@previewjs/api": "workspace:*",
"@previewjs/core": "workspace:*",
"@previewjs/loader": "workspace:*",
"@types/node": "^20.6.3",
"@types/node": "^20.6.4",
"exclusive-promises": "^1.0.3",
"exit-hook": "^3.2.0",
"is-wsl": "^3.0.0",
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"devDependencies": {
"@previewjs/api": "workspace:*",
"@previewjs/loader": "workspace:*",
"@types/node": "^20.6.3",
"@types/node": "^20.6.4",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"cross-env": "^7.0.3",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/license-checker": "^25.0.4",
"@types/node": "^20.6.3",
"@types/node": "^20.6.4",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"assert-never": "^1.2.1",
544 changes: 342 additions & 202 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
@@ -33,7 +33,7 @@
"playwright": "^1.38.1"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/node": "^20.6.4",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
}

0 comments on commit 158ac81

Please sign in to comment.