Skip to content

Commit

Permalink
fix missing @types/lodash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 20, 2024
1 parent 95a254e commit fa365f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"styled-components": "^6.1.11"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"chokidar": "^3.6.0",
"vite": "^4.5.3"
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"@sanity/ui": "^2.8.9",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.19.8",
"@types/react": "^18.3.5",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@repo/package.config": "workspace:*",
"@sanity/icons": "^3.4.0",
"@types/arrify": "^1.0.4",
"@types/lodash": "^4.17.7",
"@types/object-inspect": "^1.13.0",
"@types/react": "^18.3.5",
"rimraf": "^3.0.2"
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa365f0

Please sign in to comment.