We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de4acb4 + 2ffcdf3 commit a1ea547Copy full SHA for a1ea547
.github/workflows/ci.yml
@@ -20,8 +20,6 @@ jobs:
20
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
- with:
24
- version: 10.11.0
25
26
- name: Use NodeJs ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
package.json
@@ -49,7 +49,7 @@
49
"framer-motion": "^12.12.1",
50
"html-to-image": "^1.11.13",
51
"install": "^0.13.0",
52
- "lucide-react": "^0.511.0",
+ "lucide-react": "^0.514.0",
53
"ml-regression-simple-linear": "^3.0.1",
54
"newick": "^3.0.0",
55
"next": "15.3.3",
@@ -85,5 +85,5 @@
85
"typescript": "^5.5.4",
86
"vitest": "^3.0.0"
87
},
88
- "packageManager": "pnpm@10.11.0"
+ "packageManager": "pnpm@10.12.1"
89
}
0 commit comments