Skip to content

Commit

Permalink
chore: 🤖 Update @fleek-platform dependencies (#55)
Browse files Browse the repository at this point in the history
## Why?

Add functions esbuild config package to monorepository.

⚠️ This PR serves to support the integration of external package
"add-functions-esbuild-config" onto monorepo. Important, shouldn't merge
into develop branch.

Related to:
FleekHQ/fleek#3439

Expects:
https://github.com/fleek-platform/cli/pull/59/files

## How?

- Set "workspace" protocol to target package

## Tickets?

N/A

## 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
heldrida authored Oct 31, 2024
1 parent 06037b3 commit 9185d8d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-tips-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fleek-platform/cli": minor
---

Update @fleek-platform dependencies
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.449.0",
"@fleek-platform/functions-esbuild-config": "0.0.19",
"@fleek-platform/functions-esbuild-config": "^0.0.19",
"@web-std/file": "^3.0.2",
"ansi-escapes": "^3.0.1",
"as-table": "^1.0.55",
Expand Down Expand Up @@ -66,13 +66,13 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.6",
"@fleek-platform/errors": "^2.5.1",
"@fleek-platform/errors": "^2.7.0",
"@fleek-platform/sdk": "^3.5.0",
"@fleek-platform/tester": "^2.11.0",
"@fleek-platform/utils-gateways": "^0.1.2",
"@fleek-platform/tester": "^2.11.1",
"@fleek-platform/utils-gateways": "^0.1.12",
"@fleek-platform/utils-github": "^0.0.2",
"@fleek-platform/utils-ipfs": "^0.4.2",
"@fleek-platform/utils-ipns": "^0.1.2",
"@fleek-platform/utils-ipns": "^0.1.12",
"@fleek-platform/utils-validation": "^2.4.0",
"@tsconfig/node16": "^16.1.3",
"@types/ansi-escapes": "3.0.1",
Expand Down
53 changes: 23 additions & 30 deletions pnpm-lock.yaml

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

0 comments on commit 9185d8d

Please sign in to comment.