-
-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make react-19 the default (#3226)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bebea81
commit 55505a1
Showing
11 changed files
with
979 additions
and
980 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// eslint-disable no-empty-file | ||
// This empty script file is for testing purposes only | ||
console.log('SCRIPT_1 loaded') | ||
window.SCRIPT_1 = true |
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,2 +1,2 @@ | ||
// eslint-disable no-empty-file | ||
// This empty script file is for testing purposes only | ||
console.log('SCRIPT_2 loaded') | ||
window.SCRIPT_2 = true |
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 |
---|---|---|
|
@@ -37,20 +37,20 @@ | |
"@tanstack/config": "^0.15.0", | ||
"@tanstack/react-query": "5.62.3", | ||
"@types/node": "^22.10.2", | ||
"@types/react": "^18.3.11", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "^19.0.8", | ||
"@types/react-dom": "^19.0.3", | ||
"eslint": "^9.17.0", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"eslint-plugin-unused-imports": "^4.1.4", | ||
"tinyglobby": "^0.2.10", | ||
"jsdom": "^25.0.1", | ||
"nx": "^20.3.3", | ||
"prettier": "^3.4.2", | ||
"publint": "^0.2.12", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"redaxios": "^0.5.1", | ||
"rimraf": "^6.0.1", | ||
"tinyglobby": "^0.2.10", | ||
"typescript": "^5.7.2", | ||
"typescript52": "npm:[email protected]", | ||
"typescript53": "npm:[email protected]", | ||
|
@@ -67,6 +67,8 @@ | |
"overrides": { | ||
"react": "$react", | ||
"react-dom": "$react-dom", | ||
"@types/react": "$@types/react", | ||
"@types/react-dom": "$@types/react-dom", | ||
"eslint": "$eslint", | ||
"vite": "$vite", | ||
"@tanstack/react-query": "5.62.3", | ||
|
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
Oops, something went wrong.