Skip to content

Commit

Permalink
Update esbuild to v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 2, 2024
1 parent c352200 commit 3aa4eae
Show file tree
Hide file tree
Showing 26 changed files with 288 additions and 250 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-keys-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nx.js/runtime": patch
---

Update `esbuild` to v0.23.1
2 changes: 1 addition & 1 deletion apps/2048/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/animated-gif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"decode-gif": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"kleur": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/app-launch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/battery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/gamepads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"@nx.js/http": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"@types/react": "^18.2.56",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/repl-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/save-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/snake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/starwars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"strip-ansi": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
Expand Down
2 changes: 1 addition & 1 deletion apps/tcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"uvu": "github:TooTallNate/uvu#master"
Expand Down
2 changes: 1 addition & 1 deletion apps/touchscreen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"@types/color-hash": "^1.0.5",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
},
"dependencies": {
"color-hash": "^2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/vibrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/virtual-keyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion apps/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nx.js/nro": "workspace:^",
"@nx.js/nsp": "workspace:^",
"@nx.js/runtime": "workspace:^",
"esbuild": "^0.17.19"
"esbuild": "^0.23.1"
}
}
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"color-rgba": "^2.4.0",
"data-uri-to-buffer": "^6.0.1",
"dts-bundle-generator": "^8.1.2",
"esbuild": "^0.17.19",
"esbuild": "^0.23.1",
"kleur": "github:TooTallNate/kleur#rgb",
"parse-css-font": "^4.0.0",
"to-px": "^1.1.0",
Expand Down
Loading

0 comments on commit 3aa4eae

Please sign in to comment.