Skip to content

Commit 78c6f0a

Browse files
committed
Next 15
1 parent f26563c commit 78c6f0a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

next.config.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
swcMinify: true,
43
trailingSlash: true,
54
reactStrictMode: true,
65
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@
1616
"class-variance-authority": "^0.7.1",
1717
"dotenv": "^16.4.7",
1818
"framer-motion": "^11.13.5",
19-
"next": "^14.2.20",
19+
"next": "^15.1.0",
2020
"next-view-transitions": "^0.3.4",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
21+
"react": "^19.0.0",
22+
"react-dom": "^19.0.0",
2323
"sharp": "^0.33.5",
2424
"sonner": "^1.7.1",
2525
"use-sound": "^4.0.3"
2626
},
2727
"devDependencies": {
2828
"@tailwindcss/typography": "^0.5.15",
2929
"@types/node": "^22.10.2",
30-
"@types/react": "^18.3.16",
30+
"@types/react": "^19.0.1",
3131
"@typescript-eslint/eslint-plugin": "^7.18.0",
3232
"@typescript-eslint/parser": "^7.18.0",
3333
"autoprefixer": "^10.4.20",
3434
"eslint": "^8.57.1",
35-
"eslint-config-next": "^14.2.20",
35+
"eslint-config-next": "^15.1.0",
3636
"eslint-config-prettier": "^9.1.0",
3737
"eslint-config-standard-with-typescript": "^43.0.1",
3838
"eslint-plugin-import": "^2.31.0",

0 commit comments

Comments
 (0)