From a7956ca0693284ec5b99fb1f616da2e49d1a59bd Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Mon, 4 Dec 2023 12:46:56 +0300 Subject: [PATCH] chore: upgrade versions --- nextjs/plugins/axios/package.json | 2 +- nextjs/plugins/enzyme/package.json | 28 +++++++++---------- nextjs/plugins/jest/package.json | 22 +++++++-------- nextjs/plugins/testing-library/package.json | 26 ++++++++--------- nextjs/template/_package.json | 2 +- react/plugins/axios/package.json | 2 +- react/template/_package.json | 2 +- refine-nextjs/plugins/antd/package.json | 2 +- refine-nextjs/plugins/chakra/package.json | 6 ++-- .../data-provider-airtable/package.json | 2 +- .../data-provider-altogic/package.json | 2 +- .../package.json | 8 +++--- .../plugins/data-provider-medusa/package.json | 8 +++--- .../data-provider-nestjsx-crud/package.json | 8 +++--- .../data-provider-strapi-v4/package.json | 4 +-- refine-nextjs/template/_package.json | 11 +++++--- .../plugins/auth-provider-auth0/package.json | 2 +- .../plugins/auth-provider-google/package.json | 2 +- .../auth-provider-keycloak/package.json | 2 +- .../data-provider-altogic/package.json | 2 +- .../package.json | 8 +++--- .../plugins/data-provider-medusa/package.json | 8 +++--- .../data-provider-nestjsx-crud/package.json | 8 +++--- .../data-provider-strapi-v4/package.json | 4 +-- .../data-provider-altogic/package.json | 2 +- .../package.json | 8 +++--- .../plugins/data-provider-medusa/package.json | 8 +++--- .../data-provider-nestjsx-crud/package.json | 8 +++--- .../data-provider-strapi-v4/package.json | 4 +-- .../plugins/auth-provider-auth0/package.json | 2 +- .../plugins/auth-provider-google/package.json | 2 +- .../auth-provider-keycloak/package.json | 2 +- .../data-provider-altogic/package.json | 2 +- .../package.json | 8 +++--- .../plugins/data-provider-medusa/package.json | 8 +++--- .../data-provider-nestjsx-crud/package.json | 8 +++--- .../data-provider-strapi-v4/package.json | 4 +-- 37 files changed, 120 insertions(+), 117 deletions(-) diff --git a/nextjs/plugins/axios/package.json b/nextjs/plugins/axios/package.json index b2df47ce7..7b977dc89 100644 --- a/nextjs/plugins/axios/package.json +++ b/nextjs/plugins/axios/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "axios": "^0.21.1" + "axios": "^1.6.2" } } diff --git a/nextjs/plugins/enzyme/package.json b/nextjs/plugins/enzyme/package.json index efe086104..731e3f782 100644 --- a/nextjs/plugins/enzyme/package.json +++ b/nextjs/plugins/enzyme/package.json @@ -1,16 +1,16 @@ { - "scripts": { - "test": "jest -c test/jest.config.js" - }, - "devDependencies": { - "@types/enzyme": "^3.10.8", - "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", - "identity-obj-proxy": "^3.0.0", - "enzyme": "^3.11.0", - "jest": "^26.6.3", - "ts-jest": "^26.4.4", - "nock": "^13.0.6", - "isomorphic-unfetch": "^3.1.0", - "dotenv": "^8.2.0" - } + "scripts": { + "test": "jest -c test/jest.config.js" + }, + "devDependencies": { + "@types/enzyme": "^3.10.8", + "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", + "identity-obj-proxy": "^3.0.0", + "enzyme": "^3.11.0", + "jest": "^26.6.3", + "ts-jest": "^26.4.4", + "nock": "^13.4.0", + "isomorphic-unfetch": "^3.1.0", + "dotenv": "^8.2.0" + } } diff --git a/nextjs/plugins/jest/package.json b/nextjs/plugins/jest/package.json index 9f440fd6a..04067d6c5 100644 --- a/nextjs/plugins/jest/package.json +++ b/nextjs/plugins/jest/package.json @@ -1,13 +1,13 @@ { - "scripts": { - "test": "jest -c test/jest.config.js" - }, - "devDependencies": { - "jest": "^26.6.3", - "ts-jest": "^26.4.4", - "identity-obj-proxy": "^3.0.0", - "nock": "^13.0.6", - "isomorphic-unfetch": "^3.1.0", - "dotenv": "^8.2.0" - } + "scripts": { + "test": "jest -c test/jest.config.js" + }, + "devDependencies": { + "jest": "^26.6.3", + "ts-jest": "^26.4.4", + "identity-obj-proxy": "^3.0.0", + "nock": "^13.4.0", + "isomorphic-unfetch": "^3.1.0", + "dotenv": "^8.2.0" + } } diff --git a/nextjs/plugins/testing-library/package.json b/nextjs/plugins/testing-library/package.json index 9d15bc16d..b6eacbcf1 100644 --- a/nextjs/plugins/testing-library/package.json +++ b/nextjs/plugins/testing-library/package.json @@ -1,15 +1,15 @@ { - "scripts": { - "test": "jest -c test/jest.config.js" - }, - "devDependencies": { - "@testing-library/react": "^11.2.3", - "@testing-library/react-hooks": "^5.0.0", - "identity-obj-proxy": "^3.0.0", - "jest": "^26.6.3", - "ts-jest": "^26.4.4", - "nock": "^13.0.6", - "isomorphic-unfetch": "^3.1.0", - "dotenv": "^8.2.0" - } + "scripts": { + "test": "jest -c test/jest.config.js" + }, + "devDependencies": { + "@testing-library/react": "^11.2.3", + "@testing-library/react-hooks": "^5.0.0", + "identity-obj-proxy": "^3.0.0", + "jest": "^26.6.3", + "ts-jest": "^26.4.4", + "nock": "^13.4.0", + "isomorphic-unfetch": "^3.1.0", + "dotenv": "^8.2.0" + } } diff --git a/nextjs/template/_package.json b/nextjs/template/_package.json index 579e86a55..fe8f07dd0 100644 --- a/nextjs/template/_package.json +++ b/nextjs/template/_package.json @@ -14,7 +14,7 @@ "next-compose-plugins": "^2.2.1" }, "devDependencies": { - "@types/node": "^14.14.13", + "@types/node": "^18.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "typescript": "^4.1.3" diff --git a/react/plugins/axios/package.json b/react/plugins/axios/package.json index 873c7c306..50bc807d2 100644 --- a/react/plugins/axios/package.json +++ b/react/plugins/axios/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "axios": "^0.21.1" + "axios": "^1.6.2" }, "devDependencies": { "nock":"^13.0.11" diff --git a/react/template/_package.json b/react/template/_package.json index c92a9a6c5..454120614 100644 --- a/react/template/_package.json +++ b/react/template/_package.json @@ -7,7 +7,7 @@ "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.23", - "@types/node": "^12.20.10", + "@types/node": "^18.0.0", "@types/react": "^17.0.4", "@types/react-dom": "^17.0.3", "react": "^17.0.2", diff --git a/refine-nextjs/plugins/antd/package.json b/refine-nextjs/plugins/antd/package.json index df62a0362..f57860aa3 100644 --- a/refine-nextjs/plugins/antd/package.json +++ b/refine-nextjs/plugins/antd/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@refinedev/antd": "^5.7.0", + "@refinedev/antd": "latest", "antd": "^5.0.5", "@ant-design/icons": "^5.0.1" } diff --git a/refine-nextjs/plugins/chakra/package.json b/refine-nextjs/plugins/chakra/package.json index 27aa6e55a..7d3dd5966 100644 --- a/refine-nextjs/plugins/chakra/package.json +++ b/refine-nextjs/plugins/chakra/package.json @@ -1,8 +1,8 @@ { "dependencies": { - "@refinedev/chakra-ui": "^2.5.4", - "@refinedev/react-hook-form": "^4.1.2", - "@refinedev/react-table": "^5.1.4", + "@refinedev/chakra-ui": "latest", + "@refinedev/react-hook-form": "latest", + "@refinedev/react-table": "latest", "@tabler/icons": "^1.1.0", "@chakra-ui/react": "^2.5.1" } diff --git a/refine-nextjs/plugins/data-provider-airtable/package.json b/refine-nextjs/plugins/data-provider-airtable/package.json index 97216fd5f..07ee2e86f 100644 --- a/refine-nextjs/plugins/data-provider-airtable/package.json +++ b/refine-nextjs/plugins/data-provider-airtable/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@refinedev/airtable": "^4.0.0" + "@refinedev/airtable": "latest" } } \ No newline at end of file diff --git a/refine-nextjs/plugins/data-provider-altogic/package.json b/refine-nextjs/plugins/data-provider-altogic/package.json index 279c19ad5..77940f761 100644 --- a/refine-nextjs/plugins/data-provider-altogic/package.json +++ b/refine-nextjs/plugins/data-provider-altogic/package.json @@ -1,6 +1,6 @@ { "dependencies": { "@refinedev/altogic": "^4.0.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-nextjs/plugins/data-provider-custom-json-rest/package.json b/refine-nextjs/plugins/data-provider-custom-json-rest/package.json index fa4662be2..e2e476d55 100644 --- a/refine-nextjs/plugins/data-provider-custom-json-rest/package.json +++ b/refine-nextjs/plugins/data-provider-custom-json-rest/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/simple-rest": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/simple-rest": "^5.0.0" + } +} diff --git a/refine-nextjs/plugins/data-provider-medusa/package.json b/refine-nextjs/plugins/data-provider-medusa/package.json index bb1a4210c..6ec59186b 100644 --- a/refine-nextjs/plugins/data-provider-medusa/package.json +++ b/refine-nextjs/plugins/data-provider-medusa/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/medusa": "^2.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/medusa": "^3.0.0" + } +} diff --git a/refine-nextjs/plugins/data-provider-nestjsx-crud/package.json b/refine-nextjs/plugins/data-provider-nestjsx-crud/package.json index 424bcc8f8..cc705eb86 100644 --- a/refine-nextjs/plugins/data-provider-nestjsx-crud/package.json +++ b/refine-nextjs/plugins/data-provider-nestjsx-crud/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/nestjsx-crud": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/nestjsx-crud": "^5.0.0" + } +} diff --git a/refine-nextjs/plugins/data-provider-strapi-v4/package.json b/refine-nextjs/plugins/data-provider-strapi-v4/package.json index c20239f03..d138b43f5 100644 --- a/refine-nextjs/plugins/data-provider-strapi-v4/package.json +++ b/refine-nextjs/plugins/data-provider-strapi-v4/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "@refinedev/strapi-v4": "^5.2.0", - "axios": "^0.26.1", + "@refinedev/strapi-v4": "^6.0.0", + "axios": "^1.6.2", "nookies": "^2.5.2" } } \ No newline at end of file diff --git a/refine-nextjs/template/_package.json b/refine-nextjs/template/_package.json index a88f4378a..c7bd40d0c 100644 --- a/refine-nextjs/template/_package.json +++ b/refine-nextjs/template/_package.json @@ -2,6 +2,9 @@ "name": "<%= name %>", "version": "0.1.0", "private": true, + "engines": { + "node": ">=19.0.0" + }, "scripts": { "dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev", "build": "refine build", @@ -10,9 +13,9 @@ "refine": "refine" }, "dependencies": { - "@refinedev/cli": "^2.7.4", - "@refinedev/core": "^4.28.2", - "@refinedev/devtools": "^1.1.6", + "@refinedev/cli": "latest", + "@refinedev/core": "latest", + "@refinedev/devtools": "latest", "@refinedev/nextjs-router": "^5.3.2", "@refinedev/inferencer": "^4.3.2", "@refinedev/kbar": "^1.1.2", @@ -24,7 +27,7 @@ "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", - "@types/node": "^12.20.11", + "@types/node": "^18.0.0", "@typescript-eslint/parser": "5.48.0", "typescript": "^4.7.4", "cross-env": "^7.0.3" diff --git a/refine-react/plugins/auth-provider-auth0/package.json b/refine-react/plugins/auth-provider-auth0/package.json index 5c925e0ac..111f42a19 100644 --- a/refine-react/plugins/auth-provider-auth0/package.json +++ b/refine-react/plugins/auth-provider-auth0/package.json @@ -1,6 +1,6 @@ { "dependencies": { "@auth0/auth0-react": "^1.5.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-react/plugins/auth-provider-google/package.json b/refine-react/plugins/auth-provider-google/package.json index a3408af4d..7b977dc89 100644 --- a/refine-react/plugins/auth-provider-google/package.json +++ b/refine-react/plugins/auth-provider-google/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "axios": "^0.26.1" + "axios": "^1.6.2" } } diff --git a/refine-react/plugins/auth-provider-keycloak/package.json b/refine-react/plugins/auth-provider-keycloak/package.json index 024585c40..5243b325b 100644 --- a/refine-react/plugins/auth-provider-keycloak/package.json +++ b/refine-react/plugins/auth-provider-keycloak/package.json @@ -2,6 +2,6 @@ "dependencies": { "keycloak-js": "^20.0.3", "@react-keycloak/web": "^3.4.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-react/plugins/data-provider-altogic/package.json b/refine-react/plugins/data-provider-altogic/package.json index 279c19ad5..77940f761 100644 --- a/refine-react/plugins/data-provider-altogic/package.json +++ b/refine-react/plugins/data-provider-altogic/package.json @@ -1,6 +1,6 @@ { "dependencies": { "@refinedev/altogic": "^4.0.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-react/plugins/data-provider-custom-json-rest/package.json b/refine-react/plugins/data-provider-custom-json-rest/package.json index fa4662be2..e2e476d55 100644 --- a/refine-react/plugins/data-provider-custom-json-rest/package.json +++ b/refine-react/plugins/data-provider-custom-json-rest/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/simple-rest": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/simple-rest": "^5.0.0" + } +} diff --git a/refine-react/plugins/data-provider-medusa/package.json b/refine-react/plugins/data-provider-medusa/package.json index bb1a4210c..6ec59186b 100644 --- a/refine-react/plugins/data-provider-medusa/package.json +++ b/refine-react/plugins/data-provider-medusa/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/medusa": "^2.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/medusa": "^3.0.0" + } +} diff --git a/refine-react/plugins/data-provider-nestjsx-crud/package.json b/refine-react/plugins/data-provider-nestjsx-crud/package.json index 424bcc8f8..cc705eb86 100644 --- a/refine-react/plugins/data-provider-nestjsx-crud/package.json +++ b/refine-react/plugins/data-provider-nestjsx-crud/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/nestjsx-crud": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/nestjsx-crud": "^5.0.0" + } +} diff --git a/refine-react/plugins/data-provider-strapi-v4/package.json b/refine-react/plugins/data-provider-strapi-v4/package.json index 14c758219..6e18a0bca 100644 --- a/refine-react/plugins/data-provider-strapi-v4/package.json +++ b/refine-react/plugins/data-provider-strapi-v4/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@refinedev/strapi-v4": "^5.2.0", - "axios": "^0.26.1" + "@refinedev/strapi-v4": "^6.0.0", + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-remix/plugins/data-provider-altogic/package.json b/refine-remix/plugins/data-provider-altogic/package.json index 279c19ad5..77940f761 100644 --- a/refine-remix/plugins/data-provider-altogic/package.json +++ b/refine-remix/plugins/data-provider-altogic/package.json @@ -1,6 +1,6 @@ { "dependencies": { "@refinedev/altogic": "^4.0.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-remix/plugins/data-provider-custom-json-rest/package.json b/refine-remix/plugins/data-provider-custom-json-rest/package.json index fa4662be2..e2e476d55 100644 --- a/refine-remix/plugins/data-provider-custom-json-rest/package.json +++ b/refine-remix/plugins/data-provider-custom-json-rest/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/simple-rest": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/simple-rest": "^5.0.0" + } +} diff --git a/refine-remix/plugins/data-provider-medusa/package.json b/refine-remix/plugins/data-provider-medusa/package.json index bb1a4210c..6ec59186b 100644 --- a/refine-remix/plugins/data-provider-medusa/package.json +++ b/refine-remix/plugins/data-provider-medusa/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/medusa": "^2.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/medusa": "^3.0.0" + } +} diff --git a/refine-remix/plugins/data-provider-nestjsx-crud/package.json b/refine-remix/plugins/data-provider-nestjsx-crud/package.json index 424bcc8f8..cc705eb86 100644 --- a/refine-remix/plugins/data-provider-nestjsx-crud/package.json +++ b/refine-remix/plugins/data-provider-nestjsx-crud/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/nestjsx-crud": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/nestjsx-crud": "^5.0.0" + } +} diff --git a/refine-remix/plugins/data-provider-strapi-v4/package.json b/refine-remix/plugins/data-provider-strapi-v4/package.json index 13b53b534..0a8bf89c9 100644 --- a/refine-remix/plugins/data-provider-strapi-v4/package.json +++ b/refine-remix/plugins/data-provider-strapi-v4/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "@refinedev/strapi-v4": "^5.2.0", - "axios": "^0.26.1", + "@refinedev/strapi-v4": "^6.0.0", + "axios": "^1.6.2", "cookie": "^0.5.0", "js-cookie": "^3.0.1" }, diff --git a/refine-vite/plugins/auth-provider-auth0/package.json b/refine-vite/plugins/auth-provider-auth0/package.json index 5c925e0ac..111f42a19 100644 --- a/refine-vite/plugins/auth-provider-auth0/package.json +++ b/refine-vite/plugins/auth-provider-auth0/package.json @@ -1,6 +1,6 @@ { "dependencies": { "@auth0/auth0-react": "^1.5.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-vite/plugins/auth-provider-google/package.json b/refine-vite/plugins/auth-provider-google/package.json index a3408af4d..7b977dc89 100644 --- a/refine-vite/plugins/auth-provider-google/package.json +++ b/refine-vite/plugins/auth-provider-google/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "axios": "^0.26.1" + "axios": "^1.6.2" } } diff --git a/refine-vite/plugins/auth-provider-keycloak/package.json b/refine-vite/plugins/auth-provider-keycloak/package.json index 024585c40..5243b325b 100644 --- a/refine-vite/plugins/auth-provider-keycloak/package.json +++ b/refine-vite/plugins/auth-provider-keycloak/package.json @@ -2,6 +2,6 @@ "dependencies": { "keycloak-js": "^20.0.3", "@react-keycloak/web": "^3.4.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-vite/plugins/data-provider-altogic/package.json b/refine-vite/plugins/data-provider-altogic/package.json index 279c19ad5..77940f761 100644 --- a/refine-vite/plugins/data-provider-altogic/package.json +++ b/refine-vite/plugins/data-provider-altogic/package.json @@ -1,6 +1,6 @@ { "dependencies": { "@refinedev/altogic": "^4.0.0", - "axios": "^0.26.1" + "axios": "^1.6.2" } } \ No newline at end of file diff --git a/refine-vite/plugins/data-provider-custom-json-rest/package.json b/refine-vite/plugins/data-provider-custom-json-rest/package.json index fa4662be2..e2e476d55 100644 --- a/refine-vite/plugins/data-provider-custom-json-rest/package.json +++ b/refine-vite/plugins/data-provider-custom-json-rest/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/simple-rest": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/simple-rest": "^5.0.0" + } +} diff --git a/refine-vite/plugins/data-provider-medusa/package.json b/refine-vite/plugins/data-provider-medusa/package.json index bb1a4210c..6ec59186b 100644 --- a/refine-vite/plugins/data-provider-medusa/package.json +++ b/refine-vite/plugins/data-provider-medusa/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/medusa": "^2.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/medusa": "^3.0.0" + } +} diff --git a/refine-vite/plugins/data-provider-nestjsx-crud/package.json b/refine-vite/plugins/data-provider-nestjsx-crud/package.json index 424bcc8f8..cc705eb86 100644 --- a/refine-vite/plugins/data-provider-nestjsx-crud/package.json +++ b/refine-vite/plugins/data-provider-nestjsx-crud/package.json @@ -1,5 +1,5 @@ { - "dependencies": { - "@refinedev/nestjsx-crud": "^4.0.0" - } -} \ No newline at end of file + "dependencies": { + "@refinedev/nestjsx-crud": "^5.0.0" + } +} diff --git a/refine-vite/plugins/data-provider-strapi-v4/package.json b/refine-vite/plugins/data-provider-strapi-v4/package.json index 14c758219..6e18a0bca 100644 --- a/refine-vite/plugins/data-provider-strapi-v4/package.json +++ b/refine-vite/plugins/data-provider-strapi-v4/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@refinedev/strapi-v4": "^5.2.0", - "axios": "^0.26.1" + "@refinedev/strapi-v4": "^6.0.0", + "axios": "^1.6.2" } } \ No newline at end of file