Skip to content

Commit 040cc14

Browse files
committed
chore: update pnpm workspace overrides for dependency versions
1 parent ef21255 commit 040cc14

File tree

4 files changed

+85
-198
lines changed

4 files changed

+85
-198
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2323
with:
24-
version: "9"
24+
version: "10"
2525
run_install: false
2626

2727
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trivet",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -56,9 +56,5 @@
5656
"tailwindcss": "^3.4.19",
5757
"tailwindcss-flip": "1.0.0",
5858
"typescript": "^5.9.3"
59-
},
60-
"overrides": {
61-
"lodash": "^4.17.21",
62-
"form-data": "^2.5.4"
6359
}
6460
}

0 commit comments

Comments
 (0)