Skip to content

Commit

Permalink
Merge pull request #276 from KimBiYam/chore/bump-next-15
Browse files Browse the repository at this point in the history
chore: bump next to v15 and react to v19
  • Loading branch information
KimBiYam authored Dec 14, 2024
2 parents 167442b + 4e0ae24 commit aa4d42b
Show file tree
Hide file tree
Showing 21 changed files with 2,176 additions and 3,187 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/** @type {import('next').NextConfig} */
const nextConfig = {
swcMinify: true,
reactStrictMode: true,
images: {
formats: ['image/avif', 'image/webp'],
Expand Down
42 changes: 24 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,42 @@
"lint": "next lint"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@next/third-parties": "^14.2.4",
"@sentry/nextjs": "^8.7.0",
"@types/react-dom": "^18.3.0",
"@mapbox/rehype-prism": "^0.9.0",
"@next/third-parties": "15.1.0",
"@sentry/nextjs": "^8.45.0",
"@types/react-dom": "19.0.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"framer-motion": "^11.11.9",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"jotai": "^1.13.1",
"medium-zoom": "^1.1.0",
"next": "^14.2.10",
"motion": "^11.14.4",
"next": "15.1.0",
"next-themes": "^0.2.1",
"postcss-viewport-height-correction": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^9.0.1",
"react-responsive": "^9.0.2",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.4",
"remark-gfm": "^3.0.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.0",
"sharp": "^0.33.4",
"smoothscroll-polyfill": "^0.4.4",
"supports-color": "^8.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@next/env": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.3",
"@next/bundle-analyzer": "15.1.0",
"@next/env": "15.1.0",
"@next/eslint-plugin-next": "15.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/mapbox__rehype-prism": "^0.8.3",
"@types/node": "20.10.0",
"@types/react": "^18.3.3",
"@types/react": "19.0.1",
"@types/react-responsive": "^8.0.8",
"@types/remove-markdown": "^0.3.4",
"@types/smoothscroll-polyfill": "^0.3.4",
Expand All @@ -62,7 +62,7 @@
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-kimbiyam-react": "^2.0.1",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand All @@ -74,5 +74,11 @@
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@9.9.0",
"pnpm": {
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}
}
Loading

0 comments on commit aa4d42b

Please sign in to comment.