Skip to content

Commit

Permalink
chore(antd): unpin antd version (#5944)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed May 13, 2024
1 parent 3304273 commit 89f192b
Show file tree
Hide file tree
Showing 99 changed files with 106 additions and 99 deletions.
7 changes: 7 additions & 0 deletions .changeset/clever-tigers-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@refinedev/antd": patch
---

chore: unpin `antd` version that was causing build issues

With `antd`'s `5.17.0` version, Next.js apps were stuck in the build process. To prevent this from breaking all Refine apps with Next.js, we've pinned the version to `5.16.5` as a workaround. Since then, the issue has been resolved by updating an internal dependency of `antd`, we no longer need to pin the version.
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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.5",
"@refinedev/react-router-v6": "^4.5.9",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@uiw/react-md-editor": "^3.19.5",
"algoliasearch": "^4.19.1",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@refinedev/simple-rest": "^5.0.6",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@refinedev/strapi-v4": "^6.0.6",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.16.5",
"antd": "^5.17.0",
"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.16.5",
"antd": "^5.17.0",
"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.16.5",
"antd": "^5.17.0",
"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.16.5",
"antd": "^5.17.0",
"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.10",
"@refinedev/nestjs-query": "^1.1.5",
"@refinedev/react-router-v6": "^4.5.9",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@refinedev/simple-rest": "^5.0.6",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@refinedev/simple-rest": "^5.0.6",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@refinedev/simple-rest": "^5.0.6",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@refinedev/simple-rest": "^5.0.6",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@refinedev/simple-rest": "^5.0.6",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@types/uuid": "^9.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.2",
"@refinedev/react-router-v6": "^4.5.9",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.5",
"@refinedev/react-router-v6": "^4.5.9",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.6",
"@refinedev/react-router-v6": "^4.5.9",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.6",
"@sanity/client": "^6.6.0",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/strapi-v4": "^6.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/supabase": "^5.7.10",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"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.9",
"@refinedev/simple-rest": "^5.0.6",
"@uiw/react-md-editor": "^3.19.5",
"antd": "5.16.5",
"antd": "^5.17.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
Expand Down
Loading

0 comments on commit 89f192b

Please sign in to comment.