Skip to content

Commit

Permalink
v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome committed Aug 1, 2023
1 parent 724e77c commit 0a7771f
Show file tree
Hide file tree
Showing 15 changed files with 114 additions and 114 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.11.0",
"version": "5.11.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true
Expand Down
100 changes: 50 additions & 50 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.11.0",
"version": "5.11.1",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "dist/antd.esm.js",
Expand Down Expand Up @@ -51,19 +51,19 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@rjsf/core": "^5.11.1",
"@rjsf/utils": "^5.11.1",
"@rjsf/validator-ajv8": "^5.11.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/lodash": "^4.14.195",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
"antd": "^4.24.12",
"atob": "^2.1.2",
"babel-jest": "^29.6.1",
"dayjs": "^1.11.9",
"dts-cli": "^1.6.3",
"babel-jest": "^29.6.1",
"eslint": "^8.44.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
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.11.0",
"version": "5.11.1",
"main": "dist/index.js",
"module": "dist/bootstrap-4.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -44,14 +44,14 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@rjsf/core": "^5.11.1",
"@rjsf/utils": "^5.11.1",
"@rjsf/validator-ajv8": "^5.11.1",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
"dts-cli": "^1.6.3",
"babel-jest": "^29.6.1",
"dts-cli": "^1.6.3",
"eslint": "^8.44.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/chakra-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/chakra-ui",
"version": "5.11.0",
"version": "5.11.1",
"description": "Chakra UI theme, fields, and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "dist/chakra-ui.esm.js",
Expand Down Expand Up @@ -63,19 +63,19 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@rjsf/core": "^5.11.0",
"@rjsf/utils": "^5.11.0",
"@rjsf/validator-ajv8": "^5.11.0",
"@rjsf/core": "^5.11.1",
"@rjsf/utils": "^5.11.1",
"@rjsf/validator-ajv8": "^5.11.1",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.2",
"babel-jest": "^29.6.1",
"chakra-react-select": "^3.3.9",
"dts-cli": "^1.6.3",
"babel-jest": "^29.6.1",
"eslint": "^8.44.0",
"framer-motion": "^5.6.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"framer-motion": "^5.6.0",
"jest-watch-typeahead": "^2.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading

0 comments on commit 0a7771f

Please sign in to comment.