Updated to nextjs 14.1.0

This commit is contained in:
Ryan Freeman 2024-02-29 20:59:11 +00:00
parent 57d4bc971b
commit ee02b97a11
3 changed files with 1984 additions and 1739 deletions

View File

@ -6,7 +6,11 @@ import rehypePrism from '@mapbox/rehype-prism'
const nextConfig = { const nextConfig = {
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'], pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
images: { images: {
domains: ['i.scdn.co'] remotePatterns: [{
protocol: 'https',
hostname: 'i.scdn.co',
port: ''
}]
} }
} }

3709
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,12 +28,12 @@
"clsx": "^1.2.1", "clsx": "^1.2.1",
"encoding": "^0.1.13", "encoding": "^0.1.13",
"eslint": "8.31.0", "eslint": "8.31.0",
"eslint-config-next": "^13.3.0", "eslint-config-next": "^14.1.0",
"fast-glob": "^3.2.12", "fast-glob": "^3.2.12",
"feed": "^4.2.2", "feed": "^4.2.2",
"focus-visible": "^5.2.0", "focus-visible": "^5.2.0",
"motion": "^10.15.5", "motion": "^10.15.5",
"next": "^13.4.10", "next": "^14.1.0",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"postcss-focus-visible": "^7.1.0", "postcss-focus-visible": "^7.1.0",