Skip to content

Commit

Permalink
chore: update esbuild-loader to 2.8.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel authored Jan 18, 2021
1 parent 3438f09 commit f5470af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/craco-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"esbuild-jest": "0.3.0",
"esbuild-loader": "^2.7.0"
"esbuild-loader": "^2.8.0"
},
"devDependencies": {
"@craco/craco": "6.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5039,7 +5039,7 @@ __metadata:
dependencies:
"@craco/craco": 6.0.0
esbuild-jest: 0.3.0
esbuild-loader: ^2.7.0
esbuild-loader: ^2.8.0
react-scripts: 4.0.1
peerDependencies:
"@craco/craco": ^5.5.0
Expand Down Expand Up @@ -6193,26 +6193,26 @@ __metadata:
languageName: node
linkType: hard

"esbuild-loader@npm:^2.7.0":
version: 2.7.0
resolution: "esbuild-loader@npm:2.7.0"
"esbuild-loader@npm:^2.8.0":
version: 2.8.0
resolution: "esbuild-loader@npm:2.8.0"
dependencies:
esbuild: ^0.8.17
esbuild: ^0.8.33
loader-utils: ^2.0.0
type-fest: ^0.20.2
webpack-sources: ^2.2.0
peerDependencies:
webpack: ^4.40.0 || ^5.0.0
checksum: 667600b27393001f21324d75de0b97480d670ba384a48d5f66b962b6e942c3bc6dc71ff8e9e04bfe9c4bae71f396d01c093a3bf238487b9ca08c3af28fd8847f
checksum: 2e40d2a9b19bddd3820b0ca1642a2011fd2b7155c0d4df645c455f4cb226eed602af68dee129d88b6431306f0a7f8c8874fa34087d67a2de3a57103b7a0aa282
languageName: node
linkType: hard

"esbuild@npm:^0.8.17":
version: 0.8.26
resolution: "esbuild@npm:0.8.26"
"esbuild@npm:^0.8.33":
version: 0.8.33
resolution: "esbuild@npm:0.8.33"
bin:
esbuild: bin/esbuild
checksum: dd77cde85ab0be203a665f7453c313c116811938ffd69cd967711fafa3d484f7d6cdbaba186ec980a5abb823cddca96db31c7b1e737bd925b82eb07ab3698594
checksum: 956e4935701806a5c9ebf0931e9ad4513cf7450123b613bc5e29eb29f4617799e6eb2768691dac8e40d6dd1cd503a967439996ce6c9e9a917ff2083c244413da
languageName: node
linkType: hard

Expand Down

0 comments on commit f5470af

Please sign in to comment.