Skip to content

Commit e2b04f3

Browse files
LaurentClaesclaude
andcommitted
Add moved peer deps to styleguide dependencies
The styleguide demos all components including Sortable, MultiSelect, and UploadBox, so it needs @dnd-kit, react-select, and spark-md5. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b2c891c commit e2b04f3

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/styleguide/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"build:publish": "./publish.sh"
1515
},
1616
"dependencies": {
17+
"@dnd-kit/core": "^6.3.1",
18+
"@dnd-kit/modifiers": "^9.0.0",
19+
"@dnd-kit/sortable": "^10.0.0",
20+
"@dnd-kit/utilities": "^3.2.2",
1721
"@drawbotics/icons": "file:../icons",
1822
"@drawbotics/react-drylus": "file:../react-drylus",
1923
"@drawbotics/use-screen-size": "^3.0.1",
@@ -23,6 +27,8 @@
2327
"lodash.upperfirst": "^4.3.1",
2428
"react-json-pretty": "^2.1.0",
2529
"react-router-dom": "^6.30.0",
30+
"react-select": "^5.10.2",
31+
"spark-md5": "^3.0.2",
2632
"strip-indent": "^3.0.0",
2733
"unist-util-is": "^2.1.2"
2834
}

0 commit comments

Comments
 (0)