Skip to content

Commit

Permalink
Release 5.10.0 (#3766)
Browse files Browse the repository at this point in the history
* Release 5.10.0

- Bumped minor/patch packages by running `npm run bump-all-packages`

* v5.10.0

* - Fix package locks to allow the build to complete
  • Loading branch information
heath-freenome authored Jul 13, 2023
1 parent 62542ca commit 0d5aab0
Show file tree
Hide file tree
Showing 30 changed files with 8,945 additions and 13,586 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.9.0",
"version": "5.10.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": false
Expand Down
1,715 changes: 813 additions & 902 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"license": "Apache-2.0",
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@babel/eslint-parser": "^7.22.9",
"@nrwl/nx-cloud": "^15.3.5",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@types/prettier": "^2.7.3",
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cross-env": "^7.0.3",
"dts-cli": "^1.6.3",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
Expand Down
1,506 changes: 650 additions & 856 deletions packages/antd/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "5.9.0",
"version": "5.10.0",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "dist/antd.esm.js",
Expand Down Expand Up @@ -44,28 +44,28 @@
},
"devDependencies": {
"@ant-design/icons": "^4.8.0",
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/register": "^7.22.5",
"@rjsf/core": "^5.9.0",
"@rjsf/utils": "^5.9.0",
"@rjsf/validator-ajv8": "^5.9.0",
"@rjsf/core": "^5.10.0",
"@rjsf/utils": "^5.10.0",
"@rjsf/validator-ajv8": "^5.10.0",
"@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.11",
"antd": "^4.24.12",
"atob": "^2.1.2",
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"dts-cli": "^1.6.3",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
Expand Down
Loading

0 comments on commit 0d5aab0

Please sign in to comment.