mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-08-28 20:11:39 +00:00
Fix packages
This commit is contained in:
+10
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user