From 560695527be4afb4f7de7151b803f4ca2dbfd2ac Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Fri, 12 Jul 2024 10:47:07 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20remove=20duplicate=20de?= =?UTF-8?q?pendency=20for=20dotenv=20(#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why? Remove duplicate dependency for dotenv. ## How? - Remove dotenv from devDependencies as its required as a dependency, e.g. env variable overrides ## Tickets? - [PLAT-1145](https://linear.app/fleekxyz/issue/PLAT-1145/remove-duplicate-dependency-for-dotenv) ## 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? Screenshot 2024-07-11 at 10 58 42 --- .changeset/five-starfishes-fetch.md | 5 +++++ package.json | 3 +-- pnpm-lock.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .changeset/five-starfishes-fetch.md diff --git a/.changeset/five-starfishes-fetch.md b/.changeset/five-starfishes-fetch.md new file mode 100644 index 0000000..f04f34a --- /dev/null +++ b/.changeset/five-starfishes-fetch.md @@ -0,0 +1,5 @@ +--- +"@fleek-platform/cli": patch +--- + +Remove duplicate dotenv dependency diff --git a/package.json b/package.json index d85d8b0..06905a1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "cli-progress": "^3.12.0", "commander": "^9.4.1", "conf": "^10.2.0", - "dotenv": "^16.0.3", + "dotenv": "^16.4.5", "esbuild": "^0.21.3", "files-from-path": "^1.0.0", "glob": "^8.1.0", @@ -85,7 +85,6 @@ "@types/update-notifier": "^6.0.8", "@vitest/coverage-v8": "1.3.1", "concurrently": "^7.6.0", - "dotenv": "^16.4.5", "mock-stdin": "^1.0.0", "typescript": "4.9.3", "vitest": "1.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28b1c7a..6588829 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,7 +36,7 @@ specifiers: commander: ^9.4.1 concurrently: ^7.6.0 conf: ^10.2.0 - dotenv: ^16.0.3 + dotenv: ^16.4.5 esbuild: ^0.21.3 files-from-path: ^1.0.0 glob: ^8.1.0