Skip to content

Commit

Permalink
fix depcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 20, 2024
1 parent e9237d7 commit ac80585
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@sanity/ui": "^2.8.9",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
"@types/lodash-es": "^4.17.7",
"@types/lodash": "^4.17.7",
"@types/node": "^18.19.8",
"@types/react": "^18.3.5",
"@types/semver": "^7.5.6",
Expand Down Expand Up @@ -158,7 +158,7 @@
"js-yaml": "^4.1.0",
"lerna": "^8.1.8",
"lint-staged": "^12.1.2",
"lodash-es": "^4.17.21",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"ora": "^8.0.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/@repo/test-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@jest/globals": "^29.7.0",
"@repo/dev-aliases": "workspace:*",
"dotenv": "^16.4.5",
"jest-environment-jsdom": "^29.7.0"
"jest-environment-jsdom": "^29.7.0",
"lodash-es": "^4.17.21"
}
}
1 change: 1 addition & 0 deletions packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@sanity/schema": "3.57.4",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.17.7",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@rexxars/gitconfiglocal": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sanity/eslint-config-studio": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/babel__register": "^7.17.3",
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 @@ -75,6 +75,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@sanity/icons": "^3.4.0",
"@types/arrify": "^1.0.4",
"@types/lodash": "^4.17.7",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@sanity/insert-menu": "1.0.9",
"rimraf": "^3.0.2"
}
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@types/moment": "^2.13.0",
"rimraf": "^3.0.2"
},
Expand Down
1 change: 1 addition & 0 deletions perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/test-config": "workspace:*",
"@types/lodash": "^4.17.7",
"@types/node": "^18.15.3",
"esbuild": "0.21.5",
Expand Down
30 changes: 27 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 ac80585

Please sign in to comment.