chore: upgrade packages to nextjs13

This commit is contained in:
swve 2022-12-14 18:14:58 +01:00
parent eebaee42a5
commit 377391234b
2 changed files with 649 additions and 320 deletions

961
front/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,10 +20,10 @@
"avvvatars-react": "^0.4.2", "avvvatars-react": "^0.4.2",
"framer-motion": "^7.3.6", "framer-motion": "^7.3.6",
"lucide-react": "^0.104.1", "lucide-react": "^0.104.1",
"next": "12.3.1", "next": "^13.0.6",
"react": "18.2.0", "react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1", "react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0", "react-dom": "^18.2.0",
"styled-components": "^5.3.5", "styled-components": "^5.3.5",
"y-indexeddb": "^9.0.9", "y-indexeddb": "^9.0.9",
"y-webrtc": "^10.2.3", "y-webrtc": "^10.2.3",
@ -37,7 +37,7 @@
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.12", "autoprefixer": "^10.4.12",
"eslint": "8.23.1", "eslint": "8.23.1",
"eslint-config-next": "12.3.1", "eslint-config-next": "^13.0.6",
"typescript": "4.8.3" "typescript": "4.8.3"
} }
} }