|
5 | 5 | "private": true, |
6 | 6 | "pnpm": { |
7 | 7 | "overrides": { |
8 | | - "baseline-browser-mapping": "^2.8.32" |
| 8 | + "baseline-browser-mapping": "^2.8.32", |
| 9 | + "minimatch@>=3 <4": "3.1.5", |
| 10 | + "minimatch@>=9 <10": "9.0.9", |
| 11 | + "flatted": "3.4.2", |
| 12 | + "picomatch@>=2 <3": "2.3.2", |
| 13 | + "picomatch@>=4 <5": "4.0.4", |
| 14 | + "ajv@>=6 <7": "6.15.0", |
| 15 | + "brace-expansion@>=1 <2": "1.1.14", |
| 16 | + "brace-expansion@>=2 <3": "2.1.0", |
| 17 | + "yaml@>=2": "2.8.4", |
| 18 | + "postcss": "8.5.13" |
9 | 19 | } |
10 | 20 | }, |
11 | 21 | "scripts": { |
|
28 | 38 | "author": "Derfog", |
29 | 39 | "license": "MIT", |
30 | 40 | "dependencies": { |
31 | | - "framer-motion": "12.23.24", |
32 | | - "next": "16.0.5", |
33 | | - "react": "19.2.0", |
34 | | - "react-dom": "19.2.0" |
| 41 | + "framer-motion": "12.38.0", |
| 42 | + "next": "16.2.4", |
| 43 | + "react": "19.2.5", |
| 44 | + "react-dom": "19.2.5" |
35 | 45 | }, |
36 | 46 | "devDependencies": { |
37 | | - "@types/node": "24.10.1", |
38 | | - "@types/react": "19.2.7", |
| 47 | + "@types/node": "25.6.0", |
| 48 | + "@types/react": "19.2.14", |
39 | 49 | "@types/react-dom": "19.2.3", |
40 | | - "autoprefixer": "10.4.22", |
| 50 | + "autoprefixer": "10.5.0", |
41 | 51 | "baseline-browser-mapping": "^2.8.32", |
42 | 52 | "eslint": "9.39.1", |
43 | | - "eslint-config-next": "16.0.5", |
44 | | - "postcss": "8.5.6", |
45 | | - "tailwindcss": "3.4.17", |
| 53 | + "eslint-config-next": "16.2.4", |
| 54 | + "postcss": "8.5.13", |
| 55 | + "tailwindcss": "3.4.19", |
46 | 56 | "typescript": "5.9.3" |
47 | 57 | } |
48 | 58 | } |
0 commit comments