|
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | 23 | "@gsap/react": "^2.1.2", |
24 | | - "@next/bundle-analyzer": "^16.1.1", |
25 | | - "@next/third-parties": "^16.1.1", |
26 | | - "@sentry/nextjs": "^10.32.1", |
| 24 | + "@next/bundle-analyzer": "^16.1.2", |
| 25 | + "@next/third-parties": "^16.1.2", |
| 26 | + "@sentry/nextjs": "^10.34.0", |
27 | 27 | "@tailwindcss/postcss": "^4.1.18", |
28 | 28 | "@vercel/speed-insights": "^1.3.1", |
29 | 29 | "animate.css": "^4.1.1", |
30 | 30 | "clsx": "^2.1.1", |
31 | 31 | "date-fns": "^4.1.0", |
32 | 32 | "gray-matter": "^4.0.3", |
33 | 33 | "gsap": "^3.14.2", |
34 | | - "markdown-to-jsx": "^9.5.0", |
35 | | - "motion": "^12.23.26", |
36 | | - "next": "^16.1.1", |
37 | | - "qs": "^6.14.0", |
| 34 | + "markdown-to-jsx": "^9.5.7", |
| 35 | + "motion": "^12.26.2", |
| 36 | + "next": "^16.1.2", |
| 37 | + "qs": "^6.14.1", |
38 | 38 | "react": "^19.2.3", |
39 | 39 | "react-dom": "^19.2.3", |
40 | 40 | "react-google-recaptcha-v3": "^1.11.0", |
41 | | - "react-hook-form": "^7.69.0", |
| 41 | + "react-hook-form": "^7.71.1", |
42 | 42 | "react-toastify": "^11.0.5" |
43 | 43 | }, |
44 | 44 | "lint-staged": { |
|
50 | 50 | "devDependencies": { |
51 | 51 | "@eslint/js": "^9.39.2", |
52 | 52 | "@microsoft/eslint-formatter-sarif": "^3.1.0", |
53 | | - "@next/eslint-plugin-next": "^16.1.1", |
| 53 | + "@next/eslint-plugin-next": "^16.1.2", |
54 | 54 | "@testing-library/dom": "^10.4.1", |
55 | 55 | "@testing-library/jest-dom": "^6.9.1", |
56 | 56 | "@testing-library/react": "^16.3.1", |
57 | 57 | "@testing-library/user-event": "^14.6.1", |
58 | | - "@trivago/prettier-plugin-sort-imports": "^6.0.0", |
| 58 | + "@trivago/prettier-plugin-sort-imports": "^6.0.2", |
59 | 59 | "@types/jest": "^30.0.0", |
60 | | - "@types/node": "^25.0.3", |
| 60 | + "@types/node": "^25.0.8", |
61 | 61 | "@types/qs": "^6.14.0", |
62 | | - "@types/react": "^19.2.7", |
| 62 | + "@types/react": "^19.2.8", |
63 | 63 | "@types/react-dom": "^19.2.3", |
64 | 64 | "@types/webpack-bundle-analyzer": "^4.7.0", |
65 | 65 | "eslint": "^9.39.2", |
|
70 | 70 | "lighthouse": "^13.0.1", |
71 | 71 | "lint-staged": "^16.2.7", |
72 | 72 | "postcss": "^8.5.6", |
73 | | - "prettier": "3.7.4", |
| 73 | + "prettier": "3.8.0", |
74 | 74 | "prettier-plugin-sort-imports": "^1.8.9", |
75 | 75 | "prettier-plugin-tailwindcss": "^0.7.2", |
76 | | - "sass": "^1.97.1", |
| 76 | + "sass": "^1.97.2", |
77 | 77 | "sharp": "^0.34.5", |
78 | 78 | "tailwindcss": "^4.1.18", |
79 | 79 | "ts-jest": "^29.4.6", |
80 | 80 | "ts-node": "^10.9.2", |
81 | 81 | "typescript": "^5.9.3", |
82 | | - "typescript-eslint": "^8.50.1", |
| 82 | + "typescript-eslint": "^8.53.0", |
83 | 83 | "webpack": "^5.104.1", |
84 | | - "webpack-bundle-analyzer": "^5.1.0" |
| 84 | + "webpack-bundle-analyzer": "^5.1.1" |
85 | 85 | }, |
86 | 86 | "browserslist": { |
87 | 87 | "production": [ |
|
97 | 97 | "last 1 safari version" |
98 | 98 | ] |
99 | 99 | }, |
100 | | - "packageManager": "pnpm@10.26.2" |
| 100 | + "packageManager": "pnpm@10.28.0" |
101 | 101 | } |
0 commit comments