Skip to content

Commit 87ea587

Browse files
chore(deps): update all non-major dependencies
1 parent ad1e76c commit 87ea587

File tree

5 files changed

+1607
-2340
lines changed

5 files changed

+1607
-2340
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout LFS objects
2323
run: git lfs checkout
2424

25-
- uses: pnpm/action-setup@v4.1.0
25+
- uses: pnpm/action-setup@v4.2.0
2626

2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: git lfs checkout
3030

3131
- name: Setup pnpm
32-
uses: pnpm/action-setup@v4.1.0
32+
uses: pnpm/action-setup@v4.2.0
3333

3434
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: git lfs checkout
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@v4.1.0
33+
uses: pnpm/action-setup@v4.2.0
3434

3535
- name: Use Node.js ${{ matrix.node-version }}
3636
uses: actions/setup-node@v4
@@ -71,7 +71,7 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272

7373
- name: Create Release
74-
uses: softprops/action-gh-release@v2.2.1
74+
uses: softprops/action-gh-release@v2.4.1
7575
with:
7676
draft: false
7777
prerelease: true

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.1.0",
55
"private": true,
6-
"packageManager": "pnpm@10.11.0",
6+
"packageManager": "pnpm@10.20.0",
77
"description": "Marchen player",
88
"author": "Suemor",
99
"license": "AGPL-3.0",
@@ -100,7 +100,7 @@
100100
"lint-staged": "^15.2.8",
101101
"lodash-es": "^4.17.21",
102102
"lowdb": "^7.0.1",
103-
"lucide-react": "^0.511.0",
103+
"lucide-react": "^0.552.0",
104104
"nbump": "^2.0.4",
105105
"next-themes": "^0.4.4",
106106
"node-machine-id": "^1.1.12",
@@ -111,7 +111,7 @@
111111
"react": "^19.0.0",
112112
"react-dom": "^19.0.0",
113113
"react-router": "^7.0.2",
114-
"react-scan": "^0.3.0",
114+
"react-scan": "^0.4.0",
115115
"rollup-plugin-copy": "^3.5.0",
116116
"simple-git-hooks": "^2.11.1",
117117
"spark-md5": "^3.0.2",

0 commit comments

Comments
 (0)