Skip to content

Commit 106764a

Browse files
committed
Version 7.3.0 (autocommit)
1 parent 77d6335 commit 106764a

File tree

79 files changed

+2912
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2912
-441
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ src/tests/module/reports
2020
src/tests/react-17/reports
2121
src/tests/react-18/reports
2222
src/tests/react-19/reports
23+
24+
!src/documentation/website/packages/*.tgz

community/examples/formdata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"@faker-js/faker": "^10.0.0",
21-
"@react-form-builder/components-rsuite": "^7.2.0",
22-
"@react-form-builder/core": "^7.2.0",
21+
"@react-form-builder/components-rsuite": "^7.3.0",
22+
"@react-form-builder/core": "^7.3.0",
2323
"@vitejs/plugin-react-swc": "^3.7.2",
2424
"lodash-es": "^4.17.21",
2525
"react": "^19.0.0",

community/src/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "7.2.0"
5+
"version": "7.3.0"
66
}

0 commit comments

Comments
 (0)