Skip to content

Commit dab3b52

Browse files
committed
Updates
1 parent c1ccd86 commit dab3b52

File tree

2 files changed

+1444
-2029
lines changed

2 files changed

+1444
-2029
lines changed

package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,24 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"chart.js": "^4.4.4",
13-
"daisyui": "^4.12.10",
14-
"next": "^14.2.5",
12+
"chart.js": "^4.4.5",
13+
"daisyui": "^4.12.13",
14+
"next": "^15.0.0",
1515
"next-pwa": "^5.6.0",
1616
"react": "18.3.1",
1717
"react-chartjs-2": "^5.2.0",
1818
"react-dom": "18.3.1",
1919
"theme-change": "^2.5.0"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^20.16.1",
23-
"@types/react": "^18.3.4",
24-
"@types/react-dom": "^18.3.0",
22+
"@types/node": "^22.7.8",
23+
"@types/react": "^18.3.11",
24+
"@types/react-dom": "^18.3.1",
2525
"autoprefixer": "^10.4.20",
26-
"eslint": "^9.9.0",
27-
"eslint-config-next": "^14.2.5",
28-
"eslint-config-react-app": "^7.0.1",
29-
"postcss": "^8.4.41",
30-
"tailwindcss": "^3.4.10",
31-
"typescript": "^5.5.4"
26+
"eslint": "^9.13.0",
27+
"eslint-config-next": "^15.0.0",
28+
"postcss": "^8.4.47",
29+
"tailwindcss": "^3.4.14",
30+
"typescript": "^5.6.3"
3231
}
3332
}

0 commit comments

Comments
 (0)