Skip to content

Commit

Permalink
feat: build with latest esbuild (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude authored Apr 27, 2024
1 parent 2b6914c commit 6a52be7
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 256 deletions.
8 changes: 8 additions & 0 deletions .changeset/lemon-carrots-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@httpx/assert": patch
"@httpx/dsn-parser": patch
"@httpx/exception": patch
"@httpx/json-api": patch
---

Rebuild using esbuild 0.20.2
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,10 @@
"typescript": "5.4.5"
},
"resolutions?": {
"typescript-eslint-v7": "https://github.com/belgattitude/shared-dx/releases/tag/%40belgattitude%2Feslint-config-bases%405.0.0"
"esbuildHelp": "Till tsup update esbuild"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/typescript-estree": "^7.6.0",
"@typescript-eslint/utils": "^7.6.0"
"esbuild": "^0.20.2"
},
"engines": {
"node": ">=18.18"
Expand Down
Loading

0 comments on commit 6a52be7

Please sign in to comment.