Skip to content

Commit

Permalink
v5.18.2 (rjsf-team#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome committed Apr 10, 2024
1 parent 509ef2d commit 9b9f0e6
Show file tree
Hide file tree
Showing 17 changed files with 137 additions and 137 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.18.1",
"version": "5.18.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
136 changes: 68 additions & 68 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.18.1",
"version": "5.18.2",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.18.1",
"@rjsf/snapshot-tests": "^5.18.1",
"@rjsf/utils": "^5.18.1",
"@rjsf/validator-ajv8": "^5.18.1",
"@rjsf/core": "^5.18.2",
"@rjsf/snapshot-tests": "^5.18.2",
"@rjsf/utils": "^5.18.2",
"@rjsf/validator-ajv8": "^5.18.2",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
Expand Down
10 changes: 5 additions & 5 deletions packages/bootstrap-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/bootstrap-4",
"version": "5.18.1",
"version": "5.18.2",
"main": "dist/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -49,10 +49,10 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.18.1",
"@rjsf/snapshot-tests": "^5.18.1",
"@rjsf/utils": "^5.18.1",
"@rjsf/validator-ajv8": "^5.18.1",
"@rjsf/core": "^5.18.2",
"@rjsf/snapshot-tests": "^5.18.2",
"@rjsf/utils": "^5.18.2",
"@rjsf/validator-ajv8": "^5.18.2",
"@types/jest": "^29.5.12",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
Expand Down

0 comments on commit 9b9f0e6

Please sign in to comment.