Skip to content

Commit 75fd825

Browse files
committed
updated packages
1 parent 94409b6 commit 75fd825

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

bun.lockb

7.91 KB
Binary file not shown.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"chart.js": "^4.2.1",
13-
"daisyui": "^2.51.5",
14-
"next": "^13.1.4",
12+
"chart.js": "^4.4.0",
13+
"daisyui": "^4.0.7",
14+
"next": "^14.0.2",
1515
"next-pwa": "^5.6.0",
1616
"react": "18.2.0",
1717
"react-chartjs-2": "^5.2.0",
1818
"react-dom": "18.2.0",
1919
"theme-change": "^2.5.0"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^18.16.0",
23-
"@types/react": "^18.2.21",
24-
"@types/react-dom": "^18.0.11",
25-
"autoprefixer": "^10.4.13",
26-
"eslint": "^8.39.0",
27-
"eslint-config-next": "^13.2.4",
22+
"@types/node": "^20.9.0",
23+
"@types/react": "^18.2.37",
24+
"@types/react-dom": "^18.2.15",
25+
"autoprefixer": "^10.4.16",
26+
"eslint": "^8.53.0",
27+
"eslint-config-next": "^14.0.2",
2828
"eslint-config-react-app": "^7.0.1",
29-
"postcss": "^8.4.19",
30-
"tailwindcss": "^3.3.1",
31-
"typescript": "^5.0.2"
29+
"postcss": "^8.4.31",
30+
"tailwindcss": "^3.3.5",
31+
"typescript": "^5.2.2"
3232
}
3333
}

0 commit comments

Comments
 (0)