Skip to content

Commit

Permalink
chore: cleanup depcheck scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored and rexxars committed Feb 14, 2024
1 parent c77b7ba commit 6e37d03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 85 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chore:normalize-versions": "node -r esbuild-register scripts/normalizeDependencyVersions.ts",
"clean": "run-s build:clean clean:deps",
"clean:deps": "rimraf packages/@sanity/*/node_modules packages/*/node_modules node_modules",
"depcheck": "pnpm exec -r depcheck",
"depcheck": "pnpm check:deps",
"deploy:movies": "pnpm build && cd examples/movies-studio && sanity deploy",
"deploy:test": "pnpm build && cd dev/test-studio && sanity deploy",
"dev": "pnpm start",
Expand Down Expand Up @@ -102,16 +102,13 @@
"@sanity/pkg-utils": "^3.3.2",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.0-alpha.38",
"@sanity/types": "3.25.0",
"@sanity/uuid": "^3.0.2",
"@types/node": "^18.19.8",
"@types/react": "^18.2.37",
"@types/semver": "^7.5.6",
"@types/tmp": "^0.2.3",
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.19.0",
"babel-jest": "^29.7.0",
"cac": "^6.7.12",
"chalk": "^4.1.2",
"depcheck": "^1.4.7",
Expand All @@ -137,16 +134,14 @@
"husky": "^7.0.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"js-yaml": "^4.1.0",
"lerna": "^8.1.2",
"lint-staged": "^12.1.2",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"ora": "^6.3.1",
"prettier": "^3.1.0",
"prettier-plugin-packagejson": "^2.4.6",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rxjs": "^7.8.1",
"sanity": "^3.25.0",
Expand Down
81 changes: 3 additions & 78 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 6e37d03

Please sign in to comment.