Skip to content

Commit 8259fec

Browse files
authored
Update Next.js dependencies (#20)
1 parent 170dfbf commit 8259fec

File tree

3 files changed

+1331
-1088
lines changed

3 files changed

+1331
-1088
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"dependencies": {
1515
"firebase": "canary",
16-
"next": "^14.2.10",
17-
"react": "^18.2.0",
18-
"react-dom": "^18.2.0"
16+
"next": "latest",
17+
"react": "latest",
18+
"react-dom": "latest"
1919
},
2020
"devDependencies": {
2121
"@playwright/test": "^1.40.1",
2222
"@types/node": "20.10.4",
23-
"@types/react": "18.2.45",
23+
"@types/react": "latest",
2424
"eslint": "^8",
2525
"eslint-config-next": "14.2.13",
2626
"typescript": "5.3.3"

tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@
2323
],
2424
"strictNullChecks": true,
2525
"paths": {
26-
"@/*": ["./src/*"]
27-
}
26+
"@/*": [
27+
"./src/*"
28+
]
29+
},
30+
"target": "ES2017"
2831
},
2932
"include": [
3033
"next-env.d.ts",

0 commit comments

Comments
 (0)