Skip to content

Commit c82f925

Browse files
committed
chore: 🧹 update packages
1 parent 4a09b6a commit c82f925

2 files changed

Lines changed: 1056 additions & 1046 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,40 @@
1313
"format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
1414
},
1515
"dependencies": {
16-
"@tabler/icons-react": "^3.37.1",
16+
"@tabler/icons-react": "^3.44.0",
1717
"async-mutex": "^0.5.0",
1818
"bcryptjs": "^3.0.3",
1919
"chart.js": "^4.5.1",
2020
"date-fns": "^4.1.0",
2121
"lowdb": "^7.0.1",
22-
"next": "^16.1.6",
23-
"next-auth": "^4.24.13",
24-
"nodemailer": "^8.0.1",
22+
"next": "^16.2.6",
23+
"next-auth": "^4.24.14",
24+
"nodemailer": "^8.0.7",
2525
"nprogress": "^0.2.0",
26-
"react": "^19.2.4",
26+
"react": "^19.2.6",
2727
"react-chartjs-2": "^5.3.1",
28-
"react-dom": "^19.2.4",
29-
"react-hook-form": "^7.71.2",
28+
"react-dom": "^19.2.6",
29+
"react-hook-form": "^7.75.0",
3030
"react-select": "^5.10.2",
31-
"react-toastify": "^11.0.5",
31+
"react-toastify": "^11.1.0",
3232
"swr": "^2.4.1",
3333
"use-media": "^1.5.0",
34-
"uuid": "^13.0.0"
34+
"uuid": "^13.0.2"
3535
},
3636
"devDependencies": {
37-
"@commitlint/cli": "^20.4.2",
38-
"@commitlint/config-conventional": "^20.4.2",
39-
"@types/node": "^25.3.3",
37+
"@commitlint/cli": "^20.5.3",
38+
"@commitlint/config-conventional": "^20.5.3",
39+
"@types/node": "^25.6.2",
4040
"@types/nodemailer": "^7.0.11",
4141
"@types/nprogress": "^0.2.3",
4242
"@types/react": "^19.2.14",
4343
"@types/supertest": "^7.2.0",
44-
"eslint": "^9.39.3",
45-
"eslint-config-next": "^16.1.6",
44+
"eslint": "^9.39.4",
45+
"eslint-config-next": "^16.2.6",
4646
"husky": "^9.1.7",
4747
"node-mocks-http": "^1.17.2",
48-
"prettier": "^3.8.1",
48+
"prettier": "^3.8.3",
4949
"typescript": "^5.9.3",
50-
"vitest": "^4.0.18"
50+
"vitest": "^4.1.5"
5151
}
5252
}

0 commit comments

Comments
 (0)