Skip to content

Commit

Permalink
Update esbuild to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 8, 2024
1 parent 45716a6 commit f53a437
Show file tree
Hide file tree
Showing 9 changed files with 719 additions and 350 deletions.
11 changes: 11 additions & 0 deletions .changeset/purple-pianos-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@chialab/esbuild-plugin-meta-url": minor
"@chialab/esbuild-plugin-metadata": minor
"@chialab/esbuild-plugin-postcss": minor
"@chialab/esbuild-plugin-html": minor
"@chialab/esbuild-plugin-env": minor
"@chialab/esbuild-rna": minor
"@chialab/rna-bundler": minor
---

Update esbuild to 0.20.x
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"devDependencies": {
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@jimp/png": "^0.22.0",
"@types/js-beautify": "^1.13.3",
"cheerio": "^1.0.0-rc.12",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"htmlnano": "^2.1.0",
"js-beautify": "^1.14.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-meta-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/mime-types": "^2.1.1",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=18"
},
"devDependencies": {
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@chialab/postcss-dart-sass": "^0.18.0",
"cssnano": "^6.0.1",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"postcss-scss": "^4.0.0",
"typescript": "^5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-rna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@chialab/node-resolve": "^0.18.0"
},
"devDependencies": {
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"typescript": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/rna-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@chialab/esbuild-rna": "^0.18.0",
"@chialab/rna-config-loader": "^0.18.0",
"@chialab/rna-logger": "^0.18.0",
"esbuild": "^0.19.0"
"esbuild": "^0.20.0"
},
"devDependencies": {
"typescript": "^5.0.0"
Expand Down
Loading

0 comments on commit f53a437

Please sign in to comment.