Skip to content

Commit 3cf37b3

Browse files
Release 5.8.0 (rjsf-team#3722)
* Release 5.8.0 - Bump all packages, adding the `@babel/plugin-proposal-optional-chaining` to all packages * v5.8.0
1 parent 5001083 commit 3cf37b3

31 files changed

+18075
-14704
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "5.7.3",
3+
"version": "5.8.0",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
55
"useNx": true,
66
"useWorkspaces": false

package-lock.json

Lines changed: 1093 additions & 891 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
"devDependencies": {
3535
"@babel/eslint-parser": "^7.21.8",
3636
"@nrwl/nx-cloud": "^15.3.5",
37-
"@types/node": "^18.16.14",
38-
"@types/prettier": "^2.7.2",
39-
"@types/react": "^17.0.59",
37+
"@types/node": "^18.16.16",
38+
"@types/prettier": "^2.7.3",
39+
"@types/react": "^17.0.60",
4040
"@types/react-dom": "^17.0.20",
41-
"@typescript-eslint/eslint-plugin": "^5.59.7",
42-
"@typescript-eslint/parser": "^5.59.7",
41+
"@typescript-eslint/eslint-plugin": "^5.59.9",
42+
"@typescript-eslint/parser": "^5.59.9",
4343
"cross-env": "^7.0.3",
4444
"dts-cli": "^1.6.3",
45-
"eslint": "^8.41.0",
45+
"eslint": "^8.42.0",
4646
"eslint-plugin-import": "^2.27.5",
4747
"eslint-plugin-jsx-a11y": "^6.7.1",
4848
"eslint-plugin-react": "^7.32.2",
@@ -55,7 +55,7 @@
5555
"prettier": "^2.8.8",
5656
"rimraf": "^5.0.1",
5757
"ts-jest": "^27.1.5",
58-
"tslib": "^2.5.2",
58+
"tslib": "^2.5.3",
5959
"typescript": "^4.9.5"
6060
}
6161
}

packages/antd/package-lock.json

Lines changed: 1320 additions & 951 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rjsf/antd",
3-
"version": "5.7.3",
3+
"version": "5.8.0",
44
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
55
"main": "dist/index.js",
66
"module": "dist/antd.esm.js",
@@ -45,26 +45,27 @@
4545
"devDependencies": {
4646
"@ant-design/icons": "^4.8.0",
4747
"@babel/cli": "^7.21.5",
48-
"@babel/core": "^7.21.8",
48+
"@babel/core": "^7.22.1",
4949
"@babel/eslint-parser": "^7.21.8",
5050
"@babel/plugin-proposal-class-properties": "^7.18.6",
51-
"@babel/plugin-transform-react-jsx": "^7.21.5",
52-
"@babel/preset-env": "^7.21.5",
53-
"@babel/preset-react": "^7.18.6",
51+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
52+
"@babel/plugin-transform-react-jsx": "^7.22.3",
53+
"@babel/preset-env": "^7.22.4",
54+
"@babel/preset-react": "^7.22.3",
5455
"@babel/register": "^7.21.0",
55-
"@rjsf/core": "^5.7.3",
56-
"@rjsf/utils": "^5.7.3",
57-
"@rjsf/validator-ajv8": "^5.7.3",
56+
"@rjsf/core": "^5.8.0",
57+
"@rjsf/utils": "^5.8.0",
58+
"@rjsf/validator-ajv8": "^5.8.0",
5859
"@rollup/plugin-replace": "^5.0.2",
59-
"@types/lodash": "^4.14.194",
60-
"@types/react": "^17.0.59",
60+
"@types/lodash": "^4.14.195",
61+
"@types/react": "^17.0.60",
6162
"@types/react-dom": "^17.0.20",
6263
"@types/react-test-renderer": "^17.0.2",
6364
"antd": "^4.24.10",
6465
"atob": "^2.1.2",
65-
"dayjs": "^1.11.7",
66+
"dayjs": "^1.11.8",
6667
"dts-cli": "^1.6.3",
67-
"eslint": "^8.41.0",
68+
"eslint": "^8.42.0",
6869
"react": "^17.0.2",
6970
"react-dom": "^17.0.2",
7071
"react-test-renderer": "^17.0.2",

0 commit comments

Comments
 (0)