Skip to content

Commit

Permalink
fix: correct dependencies in package.json to avoid 3rd party code in …
Browse files Browse the repository at this point in the history
…bundle (=smaller Studio bundle)
  • Loading branch information
marcusforsberg committed Jun 4, 2024
1 parent c7253fb commit b87f200
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 103 deletions.
141 changes: 40 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@
"fix:lint": "eslint src/ --fix --quiet"
},
"dependencies": {
"@sanity/icons": "^2.11.8",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^2.1.3",
"lucide-react": "^0.368.0"
"lucide-react": "^0.368.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
Expand All @@ -95,7 +97,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.37.2",
"styled-components": "^6.0.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down

0 comments on commit b87f200

Please # to comment.