Skip to content

Commit

Permalink
chore: update next, react version
Browse files Browse the repository at this point in the history
  • Loading branch information
bysxx committed Jun 26, 2024
1 parent fdf0cf0 commit 7f87f1d
Show file tree
Hide file tree
Showing 19 changed files with 1,236 additions and 1,161 deletions.
385 changes: 215 additions & 170 deletions .pnp.cjs

Large diffs are not rendered by default.

52 changes: 46 additions & 6 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion app/(client)/(main)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function MainPage() {
return (
<main className="flex min-h-screen w-full flex-col items-center p-8">
<h1 className="mb-4 text-5xl font-bold">Welcome to Next.js 14.1</h1>
<h1 className="mb-4 text-5xl font-bold">Welcome to Next.js 14</h1>
<p className="text-lg">Next 14 + TypeScript + TailwindCSS</p>
</main>
);
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@tanstack/react-query-next-experimental": "^5.29.2",
"classnames": "^2.5.1",
"mongoose": "^8.3.1",
"next": "^14.2.0",
"next": "^14.2.4",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"zustand": "^4.5.2"
},
Expand All @@ -45,7 +45,7 @@
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
Expand All @@ -61,8 +61,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"yarn-upgrade-all": "^0.7.2"
"typescript": "^5.4.5"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit 7f87f1d

Please sign in to comment.