|
17 | 17 | "test": "jest" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "next": "^15.2.4", |
| 20 | + "next": "^16.0.0", |
21 | 21 | "next-runtime-env": "^3.2.2", |
22 | 22 | "react": "^19", |
23 | 23 | "react-dom": "^19" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@commitlint/cli": "^19.8.0", |
27 | | - "@commitlint/config-conventional": "^19.8.0", |
| 26 | + "@commitlint/cli": "^20.0.0", |
| 27 | + "@commitlint/config-conventional": "^20.0.0", |
28 | 28 | "@eslint/eslintrc": "^3.3.1", |
29 | 29 | "@eslint/js": "^9.23.0", |
30 | 30 | "@semantic-release/changelog": "^6.0.3", |
31 | 31 | "@semantic-release/git": "^10.0.1", |
32 | 32 | "@testing-library/dom": "^10.4.0", |
33 | 33 | "@testing-library/jest-dom": "^6.6.3", |
34 | 34 | "@testing-library/react": "^16.2.0", |
35 | | - "@types/jest": "^29.5.14", |
| 35 | + "@types/jest": "^30.0.0", |
36 | 36 | "@types/js-cookie": "^3.0.6", |
37 | | - "@types/node": "^22.0.0", |
| 37 | + "@types/node": "^24.0.0", |
38 | 38 | "@types/react": "^19", |
39 | 39 | "@types/react-dom": "^19", |
40 | 40 | "@typescript-eslint/eslint-plugin": "^8.28.0", |
41 | 41 | "autoprefixer": "^10.4.21", |
42 | 42 | "clsx": "^2.1.1", |
43 | 43 | "eslint": "^9.14.0", |
44 | | - "eslint-config-next": "^15.2.4", |
45 | | - "eslint-config-prettier": "^9.1.0", |
| 44 | + "eslint-config-next": "^16.0.0", |
| 45 | + "eslint-config-prettier": "^10.0.0", |
46 | 46 | "eslint-plugin-jest-dom": "^5.5.0", |
47 | 47 | "eslint-plugin-prettier": "^5.2.4", |
48 | 48 | "eslint-plugin-testing-library": "^7.1.1", |
49 | 49 | "husky": "^9.1.7", |
50 | | - "jest": "^29.7.0", |
51 | | - "jest-environment-jsdom": "^29.7.0", |
52 | | - "lint-staged": "^15.2.10", |
| 50 | + "jest": "^30.0.0", |
| 51 | + "jest-environment-jsdom": "^30.0.0", |
| 52 | + "lint-staged": "^16.0.0", |
53 | 53 | "msw": "^2.4.9", |
54 | 54 | "postcss": "^8", |
55 | 55 | "prettier": "^3.4.2", |
56 | 56 | "prettier-plugin-organize-imports": "^4.1.0", |
57 | 57 | "prettier-plugin-tailwindcss": "^0.6.11", |
58 | | - "semantic-release": "^24.2.3", |
| 58 | + "semantic-release": "^25.0.0", |
59 | 59 | "tailwind-merge": "^3.0.2", |
60 | | - "tailwindcss": "^3.4.1", |
| 60 | + "tailwindcss": "^4.0.0", |
61 | 61 | "ts-jest": "^29.2.5", |
62 | 62 | "ts-node": "^10.9.2", |
63 | 63 | "typescript": "^5", |
64 | | - "undici": "^6" |
| 64 | + "undici": "^7.0.0" |
65 | 65 | }, |
66 | 66 | "packageManager": "[email protected]" |
67 | 67 | } |
0 commit comments