scss, module, nextjs, hydration fixes

This commit is contained in:
Max Peintner
2024-11-25 10:59:28 +01:00
parent b48c25f7cd
commit 76e9fea4e4
8 changed files with 16 additions and 21 deletions

View File

@@ -27,7 +27,9 @@
},
"pnpm": {
"overrides": {
"@typescript-eslint/parser": "^7.9.0"
"@typescript-eslint/parser": "^7.9.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
},
"devDependencies": {