Skip to content

Commit 6888ee2

Browse files
committed
general changes
1 parent 09c2baa commit 6888ee2

18 files changed

+5222
-422
lines changed

Diff for: 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/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

Diff for: next.config.js

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
/** @type {import('next').NextConfig} */
2-
const nextConfig = {
3-
reactStrictMode: true,
4-
};
1+
// next.config.js
52

63
module.exports = {
7-
nextConfig: nextConfig,
4+
reactStrictMode: false,
85
images: {
96
domains: ["www.notion.so"],
107
},
11-
};
8+
};

Diff for: package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
},
88
"dependencies": {
99
"@codaworks/react-glow": "^1.0.5",
10-
"next": "latest",
11-
"react": "18.1.0",
12-
"react-dom": "18.1.0"
10+
"next": "^14.1.0",
11+
"react": "^18.2.0",
12+
"react-dom": "^18.2.0"
1313
},
1414
"devDependencies": {
1515
"@types/node": "17.0.35",
1616
"@types/react": "18.0.9",
1717
"@types/react-dom": "18.0.5",
1818
"autoprefixer": "^10.4.7",
19+
"eslint-config-next": "^14.1.0",
1920
"postcss": "^8.4.14",
2021
"tailwindcss": "^3.0.24",
2122
"typescript": "4.7.2"

0 commit comments

Comments
 (0)