Skip to content

Commit 0cbd477

Browse files
Chore updated all non-problematic libraries (#4824)
* Chore updated all non-problematic libraries Updated all of the libraries that aren't problematic to the latest ones - Updated the snapshots for those themes that needed them due to the updates * - Updated `CHANGELOG.md` * - Rolled back deep-freeze-es6 due to node version restriction
1 parent 710b4c3 commit 0cbd477

29 files changed

+8423
-8012
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
1515
should change the heading of the (upcoming) version to include a major version bump.
1616
1717
-->
18+
# 6.0.0
19+
20+
## Dev / docs / playground
21+
22+
- Updated the libraries to the latest ones that aren't problematic
23+
1824
# 6.0.0-beta.23
1925

2026
## @rjsf/antd

package-lock.json

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

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,35 @@
3232
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
3333
"devDependencies": {
3434
"@babel/cli": "^7.28.3",
35-
"@babel/core": "^7.28.4",
36-
"@babel/eslint-parser": "^7.28.4",
35+
"@babel/core": "^7.28.5",
36+
"@babel/eslint-parser": "^7.28.5",
3737
"@babel/plugin-proposal-class-properties": "^7.18.6",
3838
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
3939
"@babel/plugin-transform-class-static-block": "^7.28.3",
40-
"@babel/preset-env": "^7.28.3",
41-
"@babel/preset-react": "^7.27.1",
42-
"@babel/preset-typescript": "^7.27.1",
43-
"@nx/js": "^21.5.1",
40+
"@babel/preset-env": "^7.28.5",
41+
"@babel/preset-react": "^7.28.5",
42+
"@babel/preset-typescript": "^7.28.5",
43+
"@nx/js": "^22.0.2",
4444
"@swc-node/register": "^1.11.1",
45-
"@swc/core": "^1.13.5",
45+
"@swc/core": "^1.14.0",
4646
"@swc/helpers": "^0.5.17",
4747
"@swc/jest": "^0.2.39",
4848
"@testing-library/jest-dom": "^6.9.1",
4949
"@testing-library/react": "^16.3.0",
5050
"@types/estree": "^1.0.8",
5151
"@types/jest": "^30.0.0",
5252
"@types/lodash": "^4.17.20",
53-
"@types/node": "^22.18.1",
53+
"@types/node": "^22.18.13",
5454
"@types/prettier": "^3.0.0",
55-
"@types/react": "^18.3.24",
55+
"@types/react": "^18.3.26",
5656
"@types/react-dom": "^18.3.7",
5757
"@types/react-test-renderer": "^18.3.1",
58-
"@typescript-eslint/eslint-plugin": "^8.43.0",
59-
"@typescript-eslint/parser": "^8.43.0",
58+
"@typescript-eslint/eslint-plugin": "^8.46.2",
59+
"@typescript-eslint/parser": "^8.46.2",
6060
"ajv": "^8.17.1",
6161
"babel-jest": "^30.0.5",
62-
"cross-env": "^10.0.0",
63-
"esbuild": "^0.25.9",
62+
"cross-env": "^10.1.0",
63+
"esbuild": "^0.25.11",
6464
"eslint": "^8.57.1",
6565
"eslint-config-prettier": "^10.1.8",
6666
"eslint-plugin-import": "^2.32.0",
@@ -70,23 +70,23 @@
7070
"eslint-plugin-react-hooks": "^5.2.0",
7171
"husky": "^9.1.7",
7272
"is-ci": "^4.1.0",
73-
"jest": "^30.1.3",
74-
"jest-environment-jsdom": "^30.1.2",
73+
"jest": "^30.2.0",
74+
"jest-environment-jsdom": "^30.2.0",
7575
"jest-watch-typeahead": "^3.0.1",
76-
"lint-staged": "^16.1.6",
76+
"lint-staged": "^16.2.6",
7777
"move-file-cli": "^3.0.0",
78-
"nx": "^21.6.2",
78+
"nx": "^22.0.2",
7979
"prettier": "^3.6.2",
8080
"react": "^18.3.1",
8181
"react-dom": "^18.3.1",
8282
"react-test-renderer": "^18.3.1",
8383
"rimraf": "^6.0.1",
84-
"rollup": "^4.50.1",
85-
"ts-jest": "^29.4.1",
84+
"rollup": "^4.52.5",
85+
"ts-jest": "^29.4.5",
8686
"tsc-alias": "^1.8.16",
8787
"tslib": "^2.8.1",
88-
"tsx": "^4.20.5",
89-
"typescript": "^5.9.2"
88+
"tsx": "^4.20.6",
89+
"typescript": "^5.9.3"
9090
},
9191
"workspaces": [
9292
"packages/antd",

packages/antd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
"rc-picker": "^4.11.3"
7777
},
7878
"devDependencies": {
79-
"@ant-design/icons": "^6.0.1",
79+
"@ant-design/icons": "^6.1.0",
8080
"@rjsf/core": "^6.0.0-beta.23",
8181
"@rjsf/snapshot-tests": "^6.0.0-beta.23",
8282
"@rjsf/utils": "^6.0.0-beta.23",
8383
"@rjsf/validator-ajv8": "^6.0.0-beta.23",
84-
"@rollup/plugin-replace": "^6.0.2",
85-
"antd": "^5.27.3",
84+
"@rollup/plugin-replace": "^6.0.3",
85+
"antd": "^5.27.6",
8686
"atob": "^2.1.2",
8787
"dayjs": "^1.11.18",
8888
"eslint": "^8.57.1"

packages/antd/test/__snapshots__/Array.test.tsx.snap

Lines changed: 754 additions & 754 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/Form.test.tsx.snap

Lines changed: 1548 additions & 1548 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/GridSnap.test.tsx.snap

Lines changed: 692 additions & 692 deletions
Large diffs are not rendered by default.

packages/antd/test/__snapshots__/Object.test.tsx.snap

Lines changed: 651 additions & 651 deletions
Large diffs are not rendered by default.

packages/chakra-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
],
8282
"license": "Apache-2.0",
8383
"devDependencies": {
84-
"@chakra-ui/cli": "^3.26.0",
85-
"@chakra-ui/react": "^3.26.0",
84+
"@chakra-ui/cli": "^3.28.0",
85+
"@chakra-ui/react": "^3.28.0",
8686
"@emotion/eslint-plugin": "^11.12.0",
8787
"@emotion/jest": "^11.13.0",
8888
"@emotion/react": "^11.14.0",
@@ -94,7 +94,7 @@
9494
"eslint": "^8.57.1"
9595
},
9696
"dependencies": {
97-
"lucide-react": "^0.542.0",
97+
"lucide-react": "^0.548.0",
9898
"react-icons": "^5.5.0",
9999
"react-select": "^5.10.2"
100100
}

0 commit comments

Comments
 (0)