Skip to content

Commit

Permalink
fix(deps): align arrify versions, drop types package (#8019)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored Dec 14, 2024
1 parent 37b3065 commit fc55e3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 31 deletions.
1 change: 0 additions & 1 deletion packages/@sanity/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"devDependencies": {
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@types/arrify": "^2.0.1",
"@types/debug": "^4.1.12",
"rimraf": "^5.0.10",
"vitest": "^2.1.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.67.1",
"arrify": "^1.0.1",
"arrify": "^2.0.1",
"groq-js": "^1.14.2",
"humanize-list": "^1.0.1",
"leven": "^3.1.0",
Expand All @@ -76,7 +76,6 @@
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@sanity/icons": "^3.5.2",
"@types/arrify": "^1.0.4",
"@types/lodash": "^4.17.7",
"@types/object-inspect": "^1.13.0",
"@types/react": "^18.3.12",
Expand Down
3 changes: 1 addition & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"@types/use-sync-external-store": "^0.0.6",
"@vitejs/plugin-react": "^4.3.4",
"archiver": "^7.0.0",
"arrify": "^1.0.1",
"arrify": "^2.0.1",
"async-mutex": "^0.4.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
Expand Down Expand Up @@ -279,7 +279,6 @@
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^13.5.0",
"@types/archiver": "^6.0.2",
"@types/arrify": "^1.0.4",
"@types/configstore": "^5.0.1",
"@types/debug": "^4.1.12",
"@types/jsdom": "^20.0.0",
Expand Down
30 changes: 4 additions & 26 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 fc55e3e

Please sign in to comment.