👷‍♂️ Move packages around to avoid dependency warnings

This commit is contained in:
Luke Vella 2023-04-04 12:16:41 +01:00
parent 62d5f09e9a
commit c759e0dc87
3 changed files with 6 additions and 4 deletions

View file

@ -44,18 +44,16 @@
"postcss": "^8.4.21",
"posthog-js": "^1.51.3",
"react-big-calendar": "^1.5.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.1.4",
"react-linkify": "^1.0.0-alpha",
"react-use": "^17.4.0",
"react": "^18.2.0",
"smoothscroll-polyfill": "^0.4.4",
"spacetime": "^7.1.4",
"superjson": "^1.12.2",
"tailwindcss-animate": "^1.0.5",
"tailwindcss": "^3.2.4",
"tailwindcss-animate": "^1.0.5",
"timezone-soft": "^1.3.1",
"typescript": "^4.9.4",
"zod": "^3.20.2"

View file

@ -22,6 +22,11 @@
"apps/*",
"packages/*"
],
"dependencies": {
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"dotenv-cli": "^7.1.0",
"prettier": "^2.8.4",

View file

@ -18,7 +18,6 @@
"@trpc/react-query": "^10.13.0",
"@trpc/server": "^10.13.0",
"iron-session": "^6.3.1",
"next": "^13.2.4",
"superjson": "^1.12.2"
}
}