-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0a7dceb
commit 70a3518
Showing
15 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "esbd", | ||
"version": "3.3.7", | ||
"version": "3.3.8", | ||
"author": "John Gozde <[email protected]>", | ||
"description": "CLI wrapper for esbuild in dev and prod", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jgoz/esbuild-overlay", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "John Gozde <[email protected]>", | ||
"description": "Browser overlay for esbuild errors and warnings", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jgoz/esbuild-plugin-html", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "John Gozde <[email protected]>", | ||
"description": "HTML plugin for esbuild", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jgoz/esbuild-plugin-livereload", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "John Gozde <[email protected]>", | ||
"description": "Livereload plugin for esbuild", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jgoz/esbuild-plugin-sass", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"author": "John Gozde <[email protected]>", | ||
"description": "Sass plugin for esbuild", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jgoz/esbuild-plugin-typecheck", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"author": "John Gozde <[email protected]>", | ||
"description": "TypeScript type-checking plugin for esbuild", | ||
"license": "MIT", | ||
|
@@ -26,7 +26,7 @@ | |
"main": "dist/plugin-typecheck.js", | ||
"types": "lib/index.d.ts", | ||
"peerDependencies": { | ||
"@jgoz/esbuild-plugin-livereload": ">=2.1.0", | ||
"@jgoz/esbuild-plugin-livereload": ">=2.1.1", | ||
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x || 0.22.x || 0.23.x", | ||
"typescript": ">= 3.5" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jgoz/jest-esbuild", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "John Gozde <[email protected]>", | ||
"description": "Esbuild transformer for Jest", | ||
"license": "MIT", | ||
|