Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,986 changes: 3,458 additions & 3,528 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/core": "^7.28.4",
"@babel/eslint-parser": "^7.28.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-class-static-block": "^7.27.1",
"@babel/preset-env": "^7.28.0",
"@babel/plugin-transform-class-static-block": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@nx/js": "^21.3.11",
"@swc-node/register": "^1.10.10",
"@swc/core": "^1.13.3",
"@nx/js": "^21.5.1",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.13.5",
"@swc/helpers": "^0.5.17",
"@swc/jest": "^0.2.39",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/estree": "^1.0.8",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.20",
"@types/node": "^22.17.1",
"@types/node": "^22.18.1",
"@types/prettier": "^3.0.0",
"@types/react": "^18.3.23",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/react-test-renderer": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"ajv": "^8.17.1",
"babel-jest": "^30.0.5",
"cross-env": "^10.0.0",
Expand All @@ -70,22 +70,22 @@
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"jest-watch-typeahead": "^3.0.1",
"lint-staged": "^16.1.5",
"lint-staged": "^16.1.6",
"move-file-cli": "^3.0.0",
"nx": "^21.3.11",
"prettier": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"rimraf": "^6.0.1",
"rollup": "^4.46.2",
"rollup": "^4.50.1",
"ts-jest": "^29.4.1",
"tsc-alias": "^1.8.16",
"tslib": "^2.8.1",
"tsx": "^4.20.4",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"workspaces": [
Expand Down
20 changes: 10 additions & 10 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjsf/antd",
"version": "6.0.0-beta.15",
"version": "6.0.0-beta.16",
"description": "Ant Design theme, fields and widgets for react-jsonschema-form",
"main": "dist/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -63,8 +63,8 @@
},
"peerDependencies": {
"@ant-design/icons": "^6.0.0",
"@rjsf/core": "^6.0.0-beta.15",
"@rjsf/utils": "^6.0.0-beta.15",
"@rjsf/core": "^6.0.0-beta.16",
"@rjsf/utils": "^6.0.0-beta.16",
"antd": "^5.8.5",
"dayjs": "^1.8.0",
"react": ">=18"
Expand All @@ -76,15 +76,15 @@
"rc-picker": "^4.11.3"
},
"devDependencies": {
"@ant-design/icons": "^6.0.0",
"@rjsf/core": "^6.0.0-beta.15",
"@rjsf/snapshot-tests": "^6.0.0-beta.15",
"@rjsf/utils": "^6.0.0-beta.15",
"@rjsf/validator-ajv8": "^6.0.0-beta.15",
"@ant-design/icons": "^6.0.1",
"@rjsf/core": "^6.0.0-beta.16",
"@rjsf/snapshot-tests": "^6.0.0-beta.16",
"@rjsf/utils": "^6.0.0-beta.16",
"@rjsf/validator-ajv8": "^6.0.0-beta.16",
"@rollup/plugin-replace": "^6.0.2",
"antd": "^5.27.0",
"antd": "^5.27.3",
"atob": "^2.1.2",
"dayjs": "^1.11.13",
"dayjs": "^1.11.18",
"eslint": "^8.57.1"
},
"repository": {
Expand Down
870 changes: 435 additions & 435 deletions packages/antd/test/__snapshots__/Array.test.tsx.snap

Large diffs are not rendered by default.

Loading
Loading