Fix packages

This commit is contained in:
HugeFrog24
2026-07-02 20:09:01 +02:00
parent d2cb31b891
commit bd7d9df6bb
2 changed files with 94 additions and 82 deletions
+10 -3
View File
@@ -13,7 +13,7 @@
"dependencies": {
"@heroicons/react": "^2.2.0",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"next": "^16.2.10",
"next": "16.2.9",
"next-intl": "^4.13.1",
"react": "^19.2.7",
"react-dom": "^19.2.7"
@@ -28,12 +28,19 @@
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"eslint": "^10.6.0",
"eslint-config-next": "16.2.10",
"eslint-config-next": "16.2.9",
"globals": "^17.7.0",
"postcss": "^8.5.16",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.3.2",
"tsx": "^4.22.5",
"tsx": "4.22.4",
"typescript": "6.0.3"
},
"pnpm": {
"overrides": {
"picomatch@>=4": "4.0.4",
"baseline-browser-mapping": "2.10.40",
"electron-to-chromium": "1.5.383"
}
}
}