diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 909d8b1..08a181c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: npm diff --git a/package.json b/package.json index da9479a..2ec0b97 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@testing-library/jest-dom": "^6.9.1", + "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.2.17", @@ -46,11 +46,11 @@ "eslint-plugin-react-refresh": "^0.5.3", "globals": "^17.7.0", "husky": "^9.1.7", - "jsdom": "^29.1.1", + "jsdom": "^30.0.0", "lint-staged": "^17.0.8", "msw": "^2.14.7", "prettier": "^3.9.4", - "typescript": "^6.0.3", + "typescript": "^7.0.0", "typescript-eslint": "^8.63.0", "vite": "^8.1.3", "vitest": "^4.1.10"