Compare commits

...

2 Commits

Author SHA1 Message Date
a3f8920cae fix(deps): update nextjs monorepo to v15.3.0
All checks were successful
Lint / Lint (push) Successful in 36s
2025-04-12 02:03:59 +00:00
0c81a15bb0 chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 32s
2025-04-12 01:04:25 +00:00
2 changed files with 162 additions and 544 deletions

694
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"lucide-react": "^0.487.0",
"next": "15.2.4",
"next": "15.3.0",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
@ -26,17 +26,17 @@
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"eslint-config-next": "15.3.0",
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"turbo": "2.5.0",
"typescript": "5.8.3"
},
"overrides": {
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1"
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2"
}
}