Skip to content

Commit c384fef

Browse files
v5.24.4 (#4511)
1 parent 662ebf7 commit c384fef

File tree

17 files changed

+137
-137
lines changed

17 files changed

+137
-137
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.24.3",
3+
"version": "5.24.4",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": true

package-lock.json

+68-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "5.24.3",
3+
"version": "5.24.4",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -62,10 +62,10 @@
6262
"@babel/preset-env": "^7.23.9",
6363
"@babel/preset-react": "^7.23.3",
6464
"@babel/preset-typescript": "^7.23.3",
65-
"@rjsf/core": "^5.24.3",
66-
"@rjsf/snapshot-tests": "^5.24.3",
67-
"@rjsf/utils": "^5.24.3",
68-
"@rjsf/validator-ajv8": "^5.24.3",
65+
"@rjsf/core": "^5.24.4",
66+
"@rjsf/snapshot-tests": "^5.24.4",
67+
"@rjsf/utils": "^5.24.4",
68+
"@rjsf/validator-ajv8": "^5.24.4",
6969
"@rollup/plugin-replace": "^5.0.5",
7070
"@types/jest": "^29.5.12",
7171
"@types/lodash": "^4.14.202",

packages/bootstrap-4/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/bootstrap-4",
3-
"version": "5.24.3",
3+
"version": "5.24.4",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -54,10 +54,10 @@
5454
"@babel/preset-env": "^7.23.9",
5555
"@babel/preset-react": "^7.23.3",
5656
"@babel/preset-typescript": "^7.23.3",
57-
"@rjsf/core": "^5.24.3",
58-
"@rjsf/snapshot-tests": "^5.24.3",
59-
"@rjsf/utils": "^5.24.3",
60-
"@rjsf/validator-ajv8": "^5.24.3",
57+
"@rjsf/core": "^5.24.4",
58+
"@rjsf/snapshot-tests": "^5.24.4",
59+
"@rjsf/utils": "^5.24.4",
60+
"@rjsf/validator-ajv8": "^5.24.4",
6161
"@types/jest": "^29.5.12",
6262
"@types/react": "^18.2.58",
6363
"@types/react-dom": "^18.2.19",

0 commit comments

Comments
 (0)