Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2023
1 parent e834231 commit 43c6449
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 100 deletions.
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chalk": "^5.3.0",
"commander": "^11.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.19.0",
"esbuild": "^0.19.1",
"nodemon": "^3.0.1",
"open": "^9.1.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion integrations/intellij/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@previewjs/daemon": "workspace:*",
"@previewjs/loader": "workspace:*",
"esbuild": "^0.19.0",
"esbuild": "^0.19.1",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@previewjs/loader": "workspace:*",
"@types/vscode": "^1.71.2",
"cross-env": "^7.0.3",
"esbuild": "^0.19.0",
"esbuild": "^0.19.1",
"exclusive-promises": "^1.0.3",
"execa": "^7.2.0",
"ovsx": "^0.8.3",
Expand Down
Loading

0 comments on commit 43c6449

Please sign in to comment.