Skip to content

Commit

Permalink
chore: add missing types packages (#5751)
Browse files Browse the repository at this point in the history
Add missing types for lodash and react-dom in various packages.
  • Loading branch information
skogsmaskin committed Feb 15, 2024
1 parent c708671 commit 656bec2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@sanity/schema": "3.29.1",
"@sanity/types": "3.29.1",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.14.149",
"@types/react": "^18.2.37",
"jsdom": "^23.0.1"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
"@jest/globals": "^29.7.0",
"@rexxars/gitconfiglocal": "^3.0.1",
"@types/decompress": "^4.2.4",
"@types/lodash": "^4.14.149",
"@types/rimraf": "^3.0.2",
"@types/validate-npm-package-name": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sanity/client": "^6.12.4",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
},
"devDependencies": {
"@sanity/client": "^6.12.4",
"@types/lodash": "^4.14.149",
"@types/is-hotkey": "^0.1.10",
"react": "^18.2.0",
"sanity": "3.29.1",
Expand Down
1 change: 1 addition & 0 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
"@types/log-symbols": "^2.0.0",
"@types/node": "^18.19.8",
"@types/raf": "^3.4.0",
"@types/react-dom": "^18.2.15",
"@types/refractor": "^3.0.0",
"@types/resolve-from": "^4.0.0",
"@types/rimraf": "^3.0.2",
Expand Down
15 changes: 15 additions & 0 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 656bec2

Please sign in to comment.