Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
fail-fast: false
matrix:
node: ['22.x']
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
react:
[
{
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
fail-fast: false
matrix:
node: ['22.x']
ts: ['5.3', '5.4', '5.5', 'next']
ts: ['5.3', '5.4', '5.5', '5.6', '5.7', '5.8', 'next']
example:
[
{ name: 'bundler', moduleResolution: 'Bundler' },
Expand Down
2 changes: 1 addition & 1 deletion examples/action-listener/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.0.0",
"react-redux": "^9.1.2",
"react-scripts": "5.0.1",
"typescript": "~4.9"
"typescript": "^5.8.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/publish-ci/cra4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"playwright": "^1.31.1",
"prettier": "^3.2.5",
"serve": "^14.2.0",
"typescript": "^4.9.4"
"typescript": "^5.8.2"
}
}
365 changes: 168 additions & 197 deletions examples/publish-ci/cra4/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/publish-ci/cra5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"playwright": "^1.31.1",
"prettier": "^3.2.5",
"serve": "^14.2.0",
"typescript": "^4.9.4"
"typescript": "^5.8.2"
}
}
Loading