Skip to content

Commit

Permalink
fix: update peer dependencies to 5.7.x (#3675)
Browse files Browse the repository at this point in the history
fixes #3669 by updating the peer dependencies for all packages to 5.7.x
  • Loading branch information
heath-freenome authored May 15, 2023
1 parent 94a08aa commit 887c16f
Show file tree
Hide file tree
Showing 20 changed files with 130 additions and 130 deletions.
30 changes: 15 additions & 15 deletions packages/antd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"peerDependencies": {
"@ant-design/icons": "^4.0.0",
"@rjsf/core": "5.6.x",
"@rjsf/utils": "5.6.x",
"@rjsf/core": "5.7.x",
"@rjsf/utils": "5.7.x",
"antd": "^4.0.0",
"dayjs": "^1.8.0",
"react": "^16.14.0 || >=17"
Expand Down
30 changes: 15 additions & 15 deletions packages/bootstrap-4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
]
},
"peerDependencies": {
"@rjsf/core": "5.6.x",
"@rjsf/utils": "5.6.x",
"@rjsf/core": "5.7.x",
"@rjsf/utils": "5.7.x",
"react": "^16.14.0 || >=17",
"react-bootstrap": "^1.6.5"
},
Expand Down
30 changes: 15 additions & 15 deletions packages/chakra-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@chakra-ui/icons": ">=1.1.1",
"@chakra-ui/react": ">=1.7.3",
"@chakra-ui/system": ">=1.12.1",
"@rjsf/core": "5.6.x",
"@rjsf/utils": "5.6.x",
"@rjsf/core": "5.7.x",
"@rjsf/utils": "5.7.x",
"chakra-react-select": ">=3.3.8",
"framer-motion": ">=5.6.0",
"react": "^16.14.0 || >=17"
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node": ">=14"
},
"peerDependencies": {
"@rjsf/utils": "5.6.x",
"@rjsf/utils": "5.7.x",
"react": "^16.14.0 || >=17"
},
"dependencies": {
Expand Down
30 changes: 15 additions & 15 deletions packages/fluent-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/fluent-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"peerDependencies": {
"@fluentui/react": ">= 7",
"@rjsf/core": "5.6.x",
"@rjsf/utils": "5.6.x",
"@rjsf/core": "5.7.x",
"@rjsf/utils": "5.7.x",
"react": "^16.14.0 || >=17"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 887c16f

Please sign in to comment.