Skip to content

Commit

Permalink
fixup! Chore(web-react): Icon and web package are direct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 5, 2024
1 parent b14b0c4 commit 154ca20
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dependencies": {
"@floating-ui/react": "^0.26.5",
"@lmc-eu/spirit-web": "^1.10.0",
"@lmc-eu/spirit-icons": "^1.1.1",
"@react-hook/resize-observer": "^1.2.6",
"classnames": "^2.3.1",
"html-dom-parser": "5.0.8",
Expand Down Expand Up @@ -80,7 +79,13 @@
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
"react-dom": "^17.0.2 || ^18.0.0",
"@lmc-eu/spirit-icons": "^1.1.1"
},
"peerDependenciesMeta": {
"@lmc-eu/spirit-icons": {
"optional": true
}
},
"scripts": {
"prebuild": "shx rm -rf dist && shx mkdir -p dist && shx cp package.json README.md dist/ ",
Expand Down

0 comments on commit 154ca20

Please sign in to comment.