Skip to content

Commit 840f8fa

Browse files
v5.24.8
1 parent c40f4e6 commit 840f8fa

File tree

17 files changed

+139
-138
lines changed

17 files changed

+139
-138
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.7",
3+
"version": "5.24.8",
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.7",
3+
"version": "5.24.8",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -84,10 +84,10 @@
8484
"@babel/preset-env": "^7.23.9",
8585
"@babel/preset-react": "^7.23.3",
8686
"@babel/preset-typescript": "^7.23.3",
87-
"@rjsf/core": "^5.24.7",
88-
"@rjsf/snapshot-tests": "^5.24.7",
89-
"@rjsf/utils": "^5.24.7",
90-
"@rjsf/validator-ajv8": "^5.24.7",
87+
"@rjsf/core": "^5.24.8",
88+
"@rjsf/snapshot-tests": "^5.24.8",
89+
"@rjsf/utils": "^5.24.8",
90+
"@rjsf/validator-ajv8": "^5.24.8",
9191
"@rollup/plugin-replace": "^5.0.5",
9292
"@types/jest": "^29.5.12",
9393
"@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.7",
3+
"version": "5.24.8",
44
"main": "dist/index.js",
55
"module": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -76,10 +76,10 @@
7676
"@babel/preset-env": "^7.23.9",
7777
"@babel/preset-react": "^7.23.3",
7878
"@babel/preset-typescript": "^7.23.3",
79-
"@rjsf/core": "^5.24.7",
80-
"@rjsf/snapshot-tests": "^5.24.7",
81-
"@rjsf/utils": "^5.24.7",
82-
"@rjsf/validator-ajv8": "^5.24.7",
79+
"@rjsf/core": "^5.24.8",
80+
"@rjsf/snapshot-tests": "^5.24.8",
81+
"@rjsf/utils": "^5.24.8",
82+
"@rjsf/validator-ajv8": "^5.24.8",
8383
"@types/jest": "^29.5.12",
8484
"@types/react": "^18.2.58",
8585
"@types/react-dom": "^18.2.19",

0 commit comments

Comments
 (0)