Skip to content

Commit

Permalink
Chore(web-react): Icon and web package are direct dependencies
Browse files Browse the repository at this point in the history
  * we cannot use web-react without web and icons package
  * it also tells lerna how to manage builds and in what order
  • Loading branch information
literat committed Feb 20, 2024
1 parent e954642 commit 2cf1b61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"types": "./index.d.ts",
"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",
"react-transition-group": "^4.4.5",
Expand Down Expand Up @@ -79,9 +81,6 @@
"webpack-merge": "5.10.0"
},
"peerDependencies": {
"@lmc-eu/spirit-design-tokens": "*",
"@lmc-eu/spirit-icons": "*",
"@lmc-eu/spirit-web": "*",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
Expand Down

0 comments on commit 2cf1b61

Please sign in to comment.