Skip to content

Commit

Permalink
chore: downgrade esbuild (#57)
Browse files Browse the repository at this point in the history
## Why?

Esbuild v0.24.0 was causing dependency conflicts on the monorepo

## How?

- Done A (replace with a breakdown of the steps)
- Done B
- Done C

## Tickets?

- [Ticket 1](the-ticket-url-here)
- [Ticket 2](the-ticket-url-here)
- [Ticket 3](the-ticket-url-here)

## Contribution checklist?

- [ ] The commit messages are detailed
- [ ] The `build` command runs locally
- [ ] Assets or static content are linked and stored in the project
- [ ] You have manually tested
- [ ] You have provided tests

## Security checklist?

- [ ] Sensitive data has been identified and is being protected properly
- [ ] Injection has been prevented (parameterized queries, no eval or
system calls)

## Preview?

Optionally, provide the preview url here
  • Loading branch information
gabrielmpinto authored Oct 29, 2024
1 parent 29596b2 commit 72400cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 278 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"conf": "^10.2.0",
"dotenv": "^16.4.5",
"eciesjs": "0.4.7",
"esbuild": "0.24.0",
"esbuild": "^0.21.4",
"files-from-path": "^1.0.0",
"glob": "^8.1.0",
"hash-wasm": "^4.11.0",
Expand Down
Loading

0 comments on commit 72400cc

Please sign in to comment.