Skip to content

Commit

Permalink
Fix dependency issue when running npm run dev
Browse files Browse the repository at this point in the history
Related to frontvibe#369

Update `sanity` version to resolve dependency conflict.

* **package.json**
  - Update `sanity` version to `3.62.0` in `dependencies`.

* **studio/package.json**
  - Update `sanity` version to `3.62.0` in `dependencies`.
  • Loading branch information
vishwamartur committed Oct 31, 2024
1 parent 3d70ee6 commit 2a515a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
"sanity": "^3.61.0",
"sanity": "^3.62.0",
"tailwind-merge": "^2.5.4",
"tiny-invariant": "^1.3.3",
"vaul": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rxjs": "^7.8.1",
"sanity": "^3.61.0",
"sanity": "^3.62.0",
"sanity-plugin-internationalized-array": "^3.0.1",
"sanity-plugin-media": "^2.3.2",
"styled-components": "^6.1.13"
Expand Down

0 comments on commit 2a515a6

Please sign in to comment.