Skip to content

Commit

Permalink
Update to next 15
Browse files Browse the repository at this point in the history
  • Loading branch information
goncy committed Sep 4, 2024
1 parent 85ac795 commit 4c9fc3d
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 395 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ PRODUCTS=
FIELDS=
STORE=
SECRET=
COLOR=teal
COLOR="teal"
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/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.331.0",
"next": "14.2.7",
"next": "15.0.0-canary.140",
"next-themes": "^0.2.1",
"papaparse": "^5.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0-rc-d1afcb43-20240903",
"react-dom": "19.0.0-rc-d1afcb43-20240903",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.7",
"@next/eslint-plugin-next": "15.0.0-canary.140",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
Expand Down
Loading

0 comments on commit 4c9fc3d

Please sign in to comment.