Skip to content

Commit

Permalink
chore!: ugrade stuff (#359)
Browse files Browse the repository at this point in the history
Signed-off-by: mateonunez <mateonunez95@gmail.com>
  • Loading branch information
mateonunez authored Oct 27, 2023
1 parent bf6718f commit 3d87124
Show file tree
Hide file tree
Showing 4 changed files with 1,962 additions and 1,172 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ const securityHeaders = [

module.exports = {
reactStrictMode: true,
experimental: {
appDir: true
},
images: {
formats: ['image/avif', 'image/webp'],
domains: ['i.scdn.co', 'avatars.githubusercontent.com', 'github.githubassets.com'],
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" --config ./.prettierrc.json --ignore-path ./.gitignore"
},
"dependencies": {
"next": "^13.4.19",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@elgorditosalsero/react-gtm-hook": "^2.7.2",
"@mdx-js/loader": "^2.3.0",
"@octokit/graphql": "^7.0.1",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "^10.4.15",
"@mdx-js/loader": "^3.0.0",
"@octokit/graphql": "^7.0.2",
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"gray-matter": "^4.0.3",
"gsap": "^3.12.2",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react-lottie-player": "^1.5.5",
"reading-time": "^1.5.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.0",
"sharp": "^0.32.5",
"swr": "^2.2.2",
"tailwindcss": "^3.3.3"
"sharp": "^0.32.6",
"swr": "^2.2.4",
"tailwindcss": "^3.3.5"
},
"author": "mateonunez"
}
Loading

1 comment on commit 3d87124

@vercel
Copy link

@vercel vercel bot commented on 3d87124 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.