We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef21255 commit 040cc14Copy full SHA for 040cc14
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
23
with:
24
- version: "9"
+ version: "10"
25
run_install: false
26
27
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "trivet",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"private": true,
5
"type": "module",
6
"scripts": {
@@ -56,9 +56,5 @@
56
"tailwindcss": "^3.4.19",
57
"tailwindcss-flip": "1.0.0",
58
"typescript": "^5.9.3"
59
- },
60
- "overrides": {
61
- "lodash": "^4.17.21",
62
- "form-data": "^2.5.4"
63
}
64
0 commit comments