|
21 | 21 | "devEngines": { |
22 | 22 | "runtime": { |
23 | 23 | "name": "node", |
24 | | - "version": "^24.11.1", |
| 24 | + "version": "^24.12.0", |
25 | 25 | "onFail": "download" |
26 | 26 | } |
27 | 27 | }, |
28 | | - "packageManager": "pnpm@10.24.0", |
| 28 | + "packageManager": "pnpm@10.25.0", |
29 | 29 | "simple-git-hooks": { |
30 | 30 | "pre-commit": "npm run lint-staged" |
31 | 31 | }, |
|
58 | 58 | "@radix-ui/react-tooltip": "^1.2.8", |
59 | 59 | "@vercel/analytics": "^1.6.1", |
60 | 60 | "class-variance-authority": "^0.7.1", |
61 | | - "downshift": "^9.0.12", |
| 61 | + "downshift": "^9.0.13", |
62 | 62 | "gitdiff-parser": "^0.3.1", |
63 | 63 | "jest": "^29.7.0", |
64 | 64 | "libnpmdiff": "^6.1.4", |
65 | 65 | "lucide-react": "^0.396.0", |
66 | | - "next": "15.4.9", |
| 66 | + "next": "~15.4.10", |
67 | 67 | "next-themes": "^0.3.0", |
68 | 68 | "npm-package-arg": "^11.0.3", |
69 | 69 | "pacote": "^18.0.6", |
|
81 | 81 | "@obusk/eslint-config-next": "^15.6.1", |
82 | 82 | "@testing-library/jest-dom": "^6.9.1", |
83 | 83 | "@testing-library/react": "^16.3.0", |
84 | | - "@types/jest": "^29.5.14", |
| 84 | + "@types/jest": "^30.0.0", |
85 | 85 | "@types/libnpmdiff": "^2.0.3", |
86 | | - "@types/node": "^20.19.25", |
| 86 | + "@types/node": "^24.10.2", |
87 | 87 | "@types/npm-package-arg": "^6.1.4", |
88 | 88 | "@types/pacote": "^11.1.8", |
89 | 89 | "@types/react": "19.2.7", |
|
92 | 92 | "@types/validate-npm-package-name": "^4.0.2", |
93 | 93 | "autoprefixer": "^10.4.22", |
94 | 94 | "eslint": "^9.39.1", |
95 | | - "jest-environment-jsdom": "^29.7.0", |
96 | | - "lint-staged": "^15.5.2", |
| 95 | + "jest-environment-jsdom": "^30.2.0", |
| 96 | + "lint-staged": "^16.2.7", |
97 | 97 | "postcss": "^8.5.6", |
98 | 98 | "prettier": "~3.3.2", |
99 | 99 | "simple-git-hooks": "^2.13.1", |
100 | | - "typescript": "~5.4.5" |
| 100 | + "typescript": "~5.9.3" |
101 | 101 | }, |
102 | 102 | "pnpm": { |
103 | 103 | "overrides": { |
104 | 104 | "@types/react": "19.2.7", |
105 | | - "@types/react-dom": "19.2.3" |
| 105 | + "@types/react-dom": "19.2.3", |
| 106 | + "next@>=15.4.9 <15.4.10": ">=15.4.10" |
106 | 107 | } |
107 | 108 | } |
108 | 109 | } |
0 commit comments