Skip to content

Commit a9b4905

Browse files
committed
fix(deps): declare missing dependencies
The types import `@typescript-eslint/utils` and `type-fest`. These dependencies were missing from `package.json`.
1 parent 070e5e3 commit a9b4905

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@
5151
}
5252
},
5353
"dependencies": {
54+
"@typescript-eslint/utils": "^8.34.0",
5455
"get-tsconfig": "^4.10.1",
55-
"stable-hash-x": "^0.2.0"
56+
"stable-hash-x": "^0.2.0",
57+
"type-fest": "^4.39.1"
5658
},
5759
"devDependencies": {
5860
"@1stg/browserslist-config": "^2.1.4",

yarn.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7131,6 +7131,7 @@ __metadata:
71317131
"@types/react": "npm:^19.1.8"
71327132
"@types/react-dom": "npm:^19.1.6"
71337133
"@types/web": "npm:^0.0.243"
7134+
"@typescript-eslint/utils": "npm:^8.34.0"
71347135
"@vercel/analytics": "npm:^1.5.0"
71357136
"@vitejs/plugin-react-swc": "npm:^3.10.2"
71367137
"@vitest/coverage-v8": "npm:^3.2.4"
@@ -7156,6 +7157,7 @@ __metadata:
71567157
stable-hash-x: "npm:^0.2.0"
71577158
stylelint: "npm:^16.21.0"
71587159
type-coverage: "npm:^2.29.7"
7160+
type-fest: "npm:^4.39.1"
71597161
typescript: "npm:^5.8.3"
71607162
unrs-resolver: "npm:^1.9.2"
71617163
vite: "npm:^7.0.0"
@@ -15977,7 +15979,7 @@ __metadata:
1597715979
languageName: node
1597815980
linkType: hard
1597915981

15980-
"type-fest@npm:4.39.1":
15982+
"type-fest@npm:4.39.1, type-fest@npm:^4.39.1":
1598115983
version: 4.39.1
1598215984
resolution: "type-fest@npm:4.39.1"
1598315985
checksum: 10c0/f5bf302eb2e2f70658be1757aa578f4a09da3f65699b0b12b7ae5502ccea76e5124521a6e6b69540f442c3dc924c394202a2ab58718d0582725c7ac23c072594

0 commit comments

Comments
 (0)