Skip to content

Commit

Permalink
fix(components): support react 17 and 18 (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Nov 2, 2023
1 parent 4b3a602 commit db071a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
12 changes: 3 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@layer5/sistent-svg": "workspace:^",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.16",
"@types/mui-datatables": "^4.3.6",
Expand All @@ -44,12 +45,11 @@
"peerDependencies": {
"@emotion/react": "*",
"@emotion/styled": "*",
"@layer5/sistent-svg": "0.11.1-beta.0",
"@mui/material": "*",
"@types/mui-datatables": "*",
"mui-datatables": "*",
"react": "*",
"react-dom": "*",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-error-boundary": "*"
},
"peerDependenciesMeta": {
Expand All @@ -59,9 +59,6 @@
"@emotion/styled": {
"optional": true
},
"@layer5/sistent-svg": {
"optional": true
},
"@mui/material": {
"optional": true
},
Expand All @@ -72,9 +69,6 @@
"optional": true
}
},
"optionalDependencies": {
"@layer5/sistent-svg": "0.11.1-beta.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ __metadata:
dependencies:
"@emotion/react": ^11.11.1
"@emotion/styled": ^11.11.0
"@layer5/sistent-svg": 0.11.1-beta.0
"@layer5/sistent-svg": "workspace:^"
"@mui/icons-material": ^5.14.12
"@mui/material": ^5.14.16
"@types/mui-datatables": ^4.3.6
Expand All @@ -2435,23 +2435,17 @@ __metadata:
peerDependencies:
"@emotion/react": "*"
"@emotion/styled": "*"
"@layer5/sistent-svg": 0.11.1-beta.0
"@mui/material": "*"
"@types/mui-datatables": "*"
mui-datatables: "*"
react: "*"
react-dom: "*"
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react-error-boundary: "*"
dependenciesMeta:
"@layer5/sistent-svg":
optional: true
peerDependenciesMeta:
"@emotion/react":
optional: true
"@emotion/styled":
optional: true
"@layer5/sistent-svg":
optional: true
"@mui/material":
optional: true
mui-datatables:
Expand All @@ -2461,7 +2455,7 @@ __metadata:
languageName: unknown
linkType: soft

"@layer5/sistent-svg@0.11.1-beta.0, @layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
version: 0.0.0-use.local
resolution: "@layer5/sistent-svg@workspace:packages/svg"
dependencies:
Expand Down

0 comments on commit db071a1

Please sign in to comment.