Skip to content

Commit

Permalink
Update Next.js dependencies (#20)
Browse files Browse the repository at this point in the history
DellaBitta authored Jan 7, 2025
1 parent 170dfbf commit 8259fec
Showing 3 changed files with 1,331 additions and 1,088 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@
},
"dependencies": {
"firebase": "canary",
"next": "^14.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "latest",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
"@types/react": "latest",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"typescript": "5.3.3"
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -23,8 +23,11 @@
],
"strictNullChecks": true,
"paths": {
"@/*": ["./src/*"]
}
"@/*": [
"./src/*"
]
},
"target": "ES2017"
},
"include": [
"next-env.d.ts",
2,404 changes: 1,322 additions & 1,082 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 8259fec

Please sign in to comment.