-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: upgrade versions * fix: vite e2e * feat: add concurrency to jobs * fix: revert changes on nextjs and react folders * fix: add --host * fix: concurrency * fix: update presets to use refine-vite * fix: some interceptors * fix: remove unused import * fix: minor typo
- Loading branch information
Showing
37 changed files
with
177 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"@refinedev/airtable": "^4.0.0" | ||
"@refinedev/airtable": "latest" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"dependencies": { | ||
"@refinedev/altogic": "^4.0.0", | ||
"axios": "^0.26.1" | ||
"axios": "^1.6.2" | ||
} | ||
} |
8 changes: 4 additions & 4 deletions
8
refine-nextjs/plugins/data-provider-custom-json-rest/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"@refinedev/simple-rest": "^4.0.0" | ||
} | ||
} | ||
"dependencies": { | ||
"@refinedev/simple-rest": "^5.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"@refinedev/medusa": "^2.0.0" | ||
} | ||
} | ||
"dependencies": { | ||
"@refinedev/medusa": "^3.0.0" | ||
} | ||
} |
8 changes: 4 additions & 4 deletions
8
refine-nextjs/plugins/data-provider-nestjsx-crud/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"@refinedev/nestjsx-crud": "^4.0.0" | ||
} | ||
} | ||
"dependencies": { | ||
"@refinedev/nestjsx-crud": "^5.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
14 changes: 5 additions & 9 deletions
14
refine-nextjs/plugins/data-provider-strapi-v4/src/authProvider.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.