Skip to content

Commit a951ed1

Browse files
committed
Updated packages
1 parent dab3b52 commit a951ed1

File tree

2 files changed

+329
-311
lines changed

2 files changed

+329
-311
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"chart.js": "^4.4.5",
13-
"daisyui": "^4.12.13",
14-
"next": "^15.0.0",
12+
"chart.js": "^4.4.7",
13+
"daisyui": "^4.12.23",
14+
"next": "^15.1.6",
1515
"next-pwa": "^5.6.0",
16-
"react": "18.3.1",
17-
"react-chartjs-2": "^5.2.0",
18-
"react-dom": "18.3.1",
16+
"react": "19.0.0",
17+
"react-chartjs-2": "^5.3.0",
18+
"react-dom": "19.0.0",
1919
"theme-change": "^2.5.0"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^22.7.8",
23-
"@types/react": "^18.3.11",
24-
"@types/react-dom": "^18.3.1",
22+
"@types/node": "^22.10.10",
23+
"@types/react": "^19.0.8",
24+
"@types/react-dom": "^19.0.3",
2525
"autoprefixer": "^10.4.20",
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"
26+
"eslint": "^9.18.0",
27+
"eslint-config-next": "^15.1.6",
28+
"postcss": "^8.5.1",
29+
"tailwindcss": "^3.4.17",
30+
"typescript": "^5.7.3"
3131
}
3232
}

0 commit comments

Comments
 (0)