Skip to content

Commit

Permalink
Bumped peer dependencies to 5.19.x due to new API used from utils
Browse files Browse the repository at this point in the history
Since other repos required a new API in `utils` we need to bump peer dependencies
- Ran `npm run bump-peer-deps` and committed changes
- Updated the `CHANGELOG.md` accordingly
  • Loading branch information
heath-freenome committed Jul 3, 2024
1 parent 3aca5fa commit 4c4a0cb
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b
-->

# 5.19.1

## Dev / docs / playground

- Bumped the peer dependencies to `5.19.x` due to use of new API in `5.19.0`

# 5.19.0

##@rjsf/antd
Expand Down
4 changes: 2 additions & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"peerDependencies": {
"@ant-design/icons": "^4.0.0 || ^5.0.0",
"@rjsf/core": "^5.18.x",
"@rjsf/utils": "^5.18.x",
"@rjsf/core": "^5.19.x",
"@rjsf/utils": "^5.19.x",
"antd": "^4.24.0 || ^5.8.5",
"dayjs": "^1.8.0",
"react": "^16.14.0 || >=17"
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
]
},
"peerDependencies": {
"@rjsf/core": "^5.18.x",
"@rjsf/utils": "^5.18.x",
"@rjsf/core": "^5.19.x",
"@rjsf/utils": "^5.19.x",
"react": "^16.14.0 || >=17",
"react-bootstrap": "^1.6.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@chakra-ui/icons": ">=1.1.1",
"@chakra-ui/react": ">=1.7.3",
"@chakra-ui/system": ">=1.12.1",
"@rjsf/core": "^5.18.x",
"@rjsf/utils": "^5.18.x",
"@rjsf/core": "^5.19.x",
"@rjsf/utils": "^5.19.x",
"chakra-react-select": ">=3.3.8",
"framer-motion": ">=5.6.0",
"react": "^16.14.0 || >=17"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node": ">=14"
},
"peerDependencies": {
"@rjsf/utils": "^5.18.x",
"@rjsf/utils": "^5.19.x",
"react": "^16.14.0 || >=17"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"peerDependencies": {
"@fluentui/react": ">= 7",
"@rjsf/core": "^5.18.x",
"@rjsf/utils": "^5.18.x",
"@rjsf/core": "^5.19.x",
"@rjsf/utils": "^5.19.x",
"react": "^16.14.0 || >=17"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui-rc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node": ">=14"
},
"peerDependencies": {
"@rjsf/utils": "^5.18.x",
"@rjsf/utils": "^5.19.x",
"react": "^16.14.0 || >=17"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"peerDependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@rjsf/core": "^5.18.x",
"@rjsf/utils": "^5.18.x",
"@rjsf/core": "^5.19.x",
"@rjsf/utils": "^5.19.x",
"react": "^16.14.0 || >=17"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.2",
"@rjsf/core": "^5.18.x",
"@rjsf/utils": "^5.18.x",
"@rjsf/core": "^5.19.x",
"@rjsf/utils": "^5.19.x",
"react": ">=17"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
]
},
"peerDependencies": {
"@rjsf/core": "^5.18.x",
"@rjsf/utils": "^5.18.x",
"@rjsf/core": "^5.19.x",
"@rjsf/utils": "^5.19.x",
"react": "^16.14.0 || >=17",
"semantic-ui-react": "^1.3.1 || ^2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-ajv6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@rjsf/utils": "^5.18.x"
"@rjsf/utils": "^5.19.x"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-ajv8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@rjsf/utils": "^5.18.x"
"@rjsf/utils": "^5.19.x"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down

0 comments on commit 4c4a0cb

Please sign in to comment.