Skip to content

Commit

Permalink
chore: 🤖 upgrade dependencies (#59)
Browse files Browse the repository at this point in the history
* chore: 🤖 upgrade dependencies

* chore: 🤖 upgrade to pnpm@8

* chore: 🤖 add changelog
  • Loading branch information
theashraf authored Jan 19, 2024
1 parent 0db4446 commit 00fe1b3
Show file tree
Hide file tree
Showing 5 changed files with 3,767 additions and 3,007 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-gorillas-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dotlottie/dotlottie-js": patch
---

chore: 🤖 upgrade dependencies
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2

- name: ⎔ Setup pnpm@7
- name: ⎔ Setup pnpm@8
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: ⎔ Setup Node@18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

- name: ⎔ Setup pnpm@7
- name: ⎔ Setup pnpm@8
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: ⎔ Setup Node@18
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
"typescript": "4.7.4",
"zx": "7.0.7"
},
"packageManager": "pnpm@7.1.6"
"packageManager": "pnpm@8.8.0"
}
8 changes: 4 additions & 4 deletions packages/dotlottie-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"browser-image-hash": "0.0.5",
"fflate": "0.8.0",
"sharp": "0.32.5",
"sharp-phash": "2.1.0",
"browser-image-hash": "^0.0.5",
"fflate": "^0.8.1",
"sharp": "^0.33.2",
"sharp-phash": "^2.1.0",
"valibot": "^0.13.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 00fe1b3

Please sign in to comment.