Skip to content

Commit 4fe787f

Browse files
committed
chore: remove unused pages from auth demo
1 parent 7ab09cb commit 4fe787f

File tree

4 files changed

+143
-176
lines changed

4 files changed

+143
-176
lines changed

demos/default/pages/css/index.module.css

-8
This file was deleted.

demos/default/pages/css/index.tsx

-73
This file was deleted.

demos/next-auth/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,19 @@
2323
],
2424
"license": "MIT",
2525
"dependencies": {
26+
"@types/react-dom": "^17.0.17",
2627
"next": "^12.2.0",
2728
"next-auth": "^4.7.0",
2829
"nodemailer": "^6.6.3",
29-
"react": "^17.0.2",
30-
"react-dom": "^17.0.2"
30+
"react": "^18.2.0",
31+
"react-dom": "^18.2.0"
3132
},
3233
"devDependencies": {
33-
"@netlify/next-runtime": "*",
34+
"@netlify/plugin-nextjs": "*",
3435
"@types/fs-extra": "^9.0.13",
3536
"@types/jest": "^27.4.1",
3637
"@types/node": "^17.0.14",
37-
"@types/react": "^17.0.39",
38+
"@types/react": "^17.0.0",
3839
"husky": "^7.0.4",
3940
"npm-run-all": "^4.1.5",
4041
"typescript": "^4.5.5"

0 commit comments

Comments
 (0)