Skip to content

Commit 161f534

Browse files
chore: ts 5.8
* chore: ts 5.8 * chore: there are no errors anymore from eslint-plugin-react-hooks * ci: apply automated fixes * chore: lock file * ci: apply automated fixes * revert: there are no errors anymore from eslint-plugin-react-hooks * chore: revert angular examples back to ts 5.7.2 as angular doesn't support 5.8 yet --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 3ccfa6e commit 161f534

File tree

63 files changed

+434
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+434
-406
lines changed

examples/react/algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react": "^18.2.79",
2020
"@types/react-dom": "^18.2.25",
2121
"@vitejs/plugin-react": "^4.3.3",
22-
"typescript": "5.7.2",
22+
"typescript": "5.8.2",
2323
"vite": "^5.3.5"
2424
}
2525
}

examples/react/auto-refetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.7.2"
20+
"typescript": "5.8.2"
2121
}
2222
}

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "^18.2.79",
2121
"@types/react-dom": "^18.2.25",
2222
"@vitejs/plugin-react": "^4.3.3",
23-
"typescript": "5.7.2",
23+
"typescript": "5.8.2",
2424
"vite": "^5.3.5"
2525
}
2626
}

examples/react/default-query-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^4.3.3",
18-
"typescript": "5.7.2",
18+
"typescript": "5.8.2",
1919
"vite": "^5.3.5"
2020
}
2121
}

examples/react/devtools-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "^4.3.3",
18-
"typescript": "5.7.2",
18+
"typescript": "5.8.2",
1919
"vite": "^5.3.5"
2020
}
2121
}

examples/react/infinite-query-with-max-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.7.2"
20+
"typescript": "5.8.2"
2121
}
2222
}

examples/react/load-more-infinite-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"@types/react": "^18.2.79",
2020
"@types/react-dom": "^18.2.25",
21-
"typescript": "5.7.2"
21+
"typescript": "5.8.2"
2222
}
2323
}

examples/react/nextjs-app-prefetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"devDependencies": {
1818
"@types/react": "^19.0.1",
1919
"@types/react-dom": "^19.0.2",
20-
"typescript": "5.7.2"
20+
"typescript": "5.8.2"
2121
}
2222
}

examples/react/nextjs-suspense-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.2.79",
20-
"typescript": "5.7.2"
20+
"typescript": "5.8.2"
2121
}
2222
}

examples/react/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"devDependencies": {
1818
"@types/react": "^18.2.79",
1919
"@types/react-dom": "^18.2.25",
20-
"typescript": "5.7.2"
20+
"typescript": "5.8.2"
2121
}
2222
}

0 commit comments

Comments
 (0)