Skip to content

Commit

Permalink
Upgrade dependencies (#12)
Browse files Browse the repository at this point in the history
* upgrade dependencies

* upgrade major dependencies

* downgrade @types/node

* add resolutions

* downgrade eslint
  • Loading branch information
Rllyyy authored Sep 18, 2024
1 parent 40a3014 commit 64773df
Show file tree
Hide file tree
Showing 3 changed files with 1,342 additions and 1,498 deletions.
39 changes: 21 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,31 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.4.4",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.1",
"cypress-real-events": "^1.9.1",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"cypress-real-events": "^1.13.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"framer-motion": "^10.13.1",
"next": "14.2.10",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"framer-motion": "^11.5.4",
"next": "14.2.12",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use-measure": "^2.1.1",
"sharp": "^0.33.0",
"tailwind-merge": "^1.14.0",
"typescript": "5.3.3"
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"typescript": "5.6.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"cypress": "13.5.1",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cypress": "13.14.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}
8 changes: 0 additions & 8 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ export const metadata: Metadata = {
themeColor: "#4f46e5",
};

// Use this for next@14
// export const viewport: Viewport = {
// width: "device-width",
// initialScale: 1,
// minimumScale: 1,
// themeColor: "#4f46e5",
// };

export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang='en' suppressHydrationWarning>
Expand Down
Loading

0 comments on commit 64773df

Please sign in to comment.