Skip to content

Commit

Permalink
fix: lock antd version to 5.16.5 (#5920)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed May 6, 2024
1 parent 716656d commit df0dad6
Show file tree
Hide file tree
Showing 99 changed files with 108 additions and 99 deletions.
9 changes: 9 additions & 0 deletions .changeset/giant-tomatoes-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@refinedev/antd": patch
---

fix: lock `antd` version to `5.16.5` due to broken builds in `5.17.0`

In the latest release of `antd` package, Next.js apps are failing to build or taking extremely long time to build. Until this issue is fixed in the `antd` package, we are locking the version to `5.16.5` to prevent any build issues.

Related issue [antd/#48758](https://github.com/ant-design/ant-design/issues/48758)
2 changes: 1 addition & 1 deletion examples/access-control-casbin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"casbin": "^5.15.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/access-control-cerbos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/access-control-permify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/app-crm-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@refinedev/nestjs-query": "^1.1.3",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"dayjs": "^1.10.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-crm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^3.19.5",
"algoliasearch": "^4.19.1",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-google-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"keycloak-js": "^20.0.3",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-kinde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-otp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/base-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-invoice-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/strapi-v4": "^6.0.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-issue-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "^18.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"antd": "^5.0.5",
"antd": "5.16.5",
"cross-env": "^7.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-job-posting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"cross-env": "^7.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-react-dnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^29.2.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"cross-env": "^7.0.3",
"immutability-helper": "^3.1.1",
"next": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-refine-antd-dynamic-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^29.2.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-refine-digital-ocean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@refinedev/kbar": "^1.3.8",
"@refinedev/nestjs-query": "^1.1.3",
"@refinedev/react-router-v6": "^4.5.7",
"antd": "^5.0.5",
"antd": "5.16.5",
"dayjs": "^1.10.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-refine-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/calendar-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/command-palette-kbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/customization-footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/customization-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"cross-env": "^7.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/customization-offlayout-area/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/customization-rtl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/customization-sider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/customization-theme-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/customization-top-menu-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-appwrite-tutorial-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@types/uuid": "^9.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-appwrite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/core": "^4.49.0",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-hasura/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@refinedev/hasura": "^6.6.0",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.6",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-nestjs-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@refinedev/nestjs-query": "^1.1.3",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-nestjsx-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/nestjsx-crud": "^5.0.4",
"@refinedev/react-router-v6": "^4.5.7",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@refinedev/simple-rest": "^5.0.4",
"@sanity/client": "^6.6.0",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-strapi-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/strapi-v4": "^6.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^29.2.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"axios": "^1.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-provider-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/supabase": "^5.7.8",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/field-antd-use-checkbox-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/field-antd-use-radio-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/field-antd-use-select-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/field-antd-use-select-infinite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@refinedev/react-router-v6": "^4.5.7",
"@refinedev/simple-rest": "^5.0.4",
"@uiw/react-md-editor": "^3.19.5",
"antd": "^5.0.5",
"antd": "5.16.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down

0 comments on commit df0dad6

Please sign in to comment.