Skip to content

Commit

Permalink
fixup! Chore(web-react): Icon and web package are optional peer depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
literat committed Dec 16, 2024
1 parent 1f47a22 commit 8e410b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 3 additions & 4 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"types": "./index.d.ts",
"dependencies": {
"@floating-ui/react": "^0.26.5",
"@react-hook/resize-observer": "^1.2.6",
"classnames": "^2.3.1",
"html-dom-parser": "5.0.10",
"html-react-parser": "5.1.18",
Expand Down Expand Up @@ -86,10 +85,10 @@
"webpack-merge": "6.0.1"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0",
"@lmc-eu/spirit-icons": "^1.1.1",
"@lmc-eu/spirit-web": "^1.10.0"
"@lmc-eu/spirit-web": "^1.10.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"peerDependenciesMeta": {
"@lmc-eu/spirit-icons": {
Expand Down
10 changes: 7 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5119,11 +5119,15 @@ __metadata:
webpack-cli: "npm:5.1.4"
webpack-merge: "npm:6.0.1"
peerDependencies:
"@lmc-eu/spirit-design-tokens": "*"
"@lmc-eu/spirit-icons": "*"
"@lmc-eu/spirit-web": "*"
"@lmc-eu/spirit-icons": ^1.1.1
"@lmc-eu/spirit-web": ^1.10.0
react: ^17.0.2 || ^18.0.0
react-dom: ^17.0.2 || ^18.0.0
peerDependenciesMeta:
"@lmc-eu/spirit-icons":
optional: true
"@lmc-eu/spirit-web":
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 8e410b2

Please sign in to comment.