Skip to content

Commit 6ab2c6b

Browse files
Update all dependencies
1 parent bc6d727 commit 6ab2c6b

File tree

3 files changed

+2482
-2039
lines changed

3 files changed

+2482
-2039
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pnpm build
4040
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5
4343
with:
4444
flags: unit-tests-${{ matrix.os }}
4545
fail_ci_if_error: true
@@ -89,7 +89,7 @@ jobs:
8989
uses: paulhatch/[email protected]
9090

9191
- name: Create GitHub tag and release
92-
uses: softprops/action-gh-release@v2.0.5
92+
uses: softprops/action-gh-release@v2.3.2
9393
with:
9494
tag_name: ${{ steps.version.outputs.version_tag }}
9595
generate_release_notes: true

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,35 @@
1616
"test:coverage": "vitest run --coverage"
1717
},
1818
"dependencies": {
19-
"react": "^18.3.1",
20-
"react-dom": "^18.3.1"
19+
"react": "^19.0.0",
20+
"react-dom": "^19.0.0"
2121
},
2222
"devDependencies": {
2323
"@testing-library/jest-dom": "^6.4.6",
2424
"@testing-library/react": "^16.0.0",
25-
"@types/react": "^18.3.3",
26-
"@types/react-dom": "^18.3.0",
27-
"@typescript-eslint/eslint-plugin": "^7.13.1",
28-
"@typescript-eslint/parser": "^7.13.1",
25+
"@types/react": "^19.0.0",
26+
"@types/react-dom": "^19.0.0",
27+
"@typescript-eslint/eslint-plugin": "^8.0.0",
28+
"@typescript-eslint/parser": "^8.0.0",
2929
"@vitejs/plugin-react-swc": "^3.5.0",
30-
"@vitest/coverage-v8": "^1.6.0",
31-
"eslint": "^8.57.0",
32-
"eslint-config-prettier": "^9.1.0",
33-
"eslint-import-resolver-typescript": "^3.6.1",
30+
"@vitest/coverage-v8": "^3.0.0",
31+
"eslint": "^9.0.0",
32+
"eslint-config-prettier": "^10.0.0",
33+
"eslint-import-resolver-typescript": "^4.0.0",
3434
"eslint-plugin-import": "^2.29.1",
3535
"eslint-plugin-jsx-a11y": "^6.9.0",
3636
"eslint-plugin-prettier": "^5.1.3",
3737
"eslint-plugin-react": "^7.34.3",
38-
"eslint-plugin-react-hooks": "^4.6.2",
38+
"eslint-plugin-react-hooks": "^5.0.0",
3939
"eslint-plugin-react-refresh": "^0.4.7",
4040
"gh-pages": "^6.1.1",
41-
"jsdom": "^24.1.0",
41+
"jsdom": "^26.0.0",
4242
"prettier": "^3.3.2",
4343
"stylelint": "^16.6.1",
44-
"stylelint-config-standard": "^36.0.1",
44+
"stylelint-config-standard": "^38.0.0",
4545
"stylelint-prettier": "^5.0.0",
4646
"typescript": "^5.2.2",
47-
"vite": "^5.3.1",
48-
"vitest": "^1.6.0"
47+
"vite": "^6.0.0",
48+
"vitest": "^3.0.0"
4949
}
5050
}

0 commit comments

Comments
 (0)