Skip to content

Commit

Permalink
chore: 🤖 remove duplicate dependency for esbuild (#12)
Browse files Browse the repository at this point in the history
## Why?

Remove duplicate dependency for esbuild.

## How?

- Remove esbuild from devDependencies as its required as a dependency,
e.g. functions bundling

## Tickets?

-
[PLAT-1144](https://linear.app/fleekxyz/issue/PLAT-1144/remove-duplicate-dependency-for-esbuild)

## Contribution checklist?

- [x] The commit messages are detailed
- [x] The `build` command runs locally
- [ ] Assets or static content are linked and stored in the project
- [x] 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?

<img width="828" alt="Screenshot 2024-07-11 at 10 02 03"
src="https://github.com/fleek-platform/cli/assets/236752/0465b45b-5cca-4d0a-bd86-005dd940f005">
  • Loading branch information
heldrida authored Jul 12, 2024
1 parent f75ea2e commit fa97a4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-cobras-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fleek-platform/cli": patch
---

Remove duplicate dependency for esbuild
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"commander": "^9.4.1",
"conf": "^10.2.0",
"dotenv": "^16.0.3",
"esbuild": "^0.21.1",
"esbuild": "^0.21.3",
"files-from-path": "^1.0.0",
"glob": "^8.1.0",
"lodash-es": "^4.17.21",
Expand Down Expand Up @@ -86,7 +86,6 @@
"@vitest/coverage-v8": "1.3.1",
"concurrently": "^7.6.0",
"dotenv": "^16.4.5",
"esbuild": "^0.21.3",
"mock-stdin": "^1.0.0",
"typescript": "4.9.3",
"vitest": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa97a4e

Please sign in to comment.