Skip to content

Commit b3b2830

Browse files
committed
chore: update dependencies and devDependencies in package.json
- Bump react and react-dom to version 19.2.4 - Update @testing-library/jest-dom to version 6.9.1 - Update @testing-library/react to version 16.3.2 - Upgrade @types/node to version 25.1.0 - Upgrade @types/react to version 19.2.10 - Upgrade @types/react-dom to version 19.2.3 - Upgrade @vitest/ui to version 4.0.18 - Upgrade core-js to version 3.48.0 - Upgrade vite-tsconfig-paths to version 6.0.5 - Upgrade vitest to version 4.0.18 refactor: implement MockEventSource class for testing - Replace vi.fn() mock implementation with a MockEventSource class - Simplify the mock structure for EventSource in tests
1 parent 53b55c1 commit b3b2830

File tree

5 files changed

+422
-462
lines changed

5 files changed

+422
-462
lines changed

.github/workflows/client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
node-version: [24.x]
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
cache: "npm"

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run:
2727
working-directory: backend
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Set up JDK
3131
uses: actions/setup-java@v5
3232
with:

0 commit comments

Comments
 (0)