Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit a72a43f

Browse files
chore(deps): update all dependencies
1 parent fe601d8 commit a72a43f

File tree

2 files changed

+788
-680
lines changed

2 files changed

+788
-680
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,57 +12,57 @@
1212
"prepare": "husky"
1313
},
1414
"dependencies": {
15-
"@hookform/resolvers": "3.9.0",
15+
"@hookform/resolvers": "3.9.1",
1616
"@iconify/react": "5.0.2",
17-
"@mantine/core": "7.13.1",
18-
"@mantine/hooks": "7.13.1",
19-
"@mantine/notifications": "7.13.1",
20-
"@reduxjs/toolkit": "2.2.7",
21-
"@tanstack/react-query": "5.56.2",
22-
"@tanstack/react-query-devtools": "5.58.0",
17+
"@mantine/core": "7.13.4",
18+
"@mantine/hooks": "7.13.4",
19+
"@mantine/notifications": "7.13.4",
20+
"@reduxjs/toolkit": "2.3.0",
21+
"@tanstack/react-query": "5.59.20",
22+
"@tanstack/react-query-devtools": "5.59.20",
2323
"axios": "1.7.7",
2424
"clsx": "2.1.1",
2525
"hash-wasm": "4.11.0",
26-
"next": "14.2.13",
27-
"next-auth": "4.24.8",
26+
"next": "15.0.2",
27+
"next-auth": "4.24.10",
2828
"nextjs-progressbar": "0.0.16",
2929
"react": "18.3.1",
3030
"react-dom": "18.3.1",
31-
"react-hook-form": "7.53.0",
31+
"react-hook-form": "7.53.1",
3232
"react-redux": "9.1.2",
33-
"tailwind-merge": "2.5.2",
33+
"tailwind-merge": "2.5.4",
3434
"type-fest": "4.26.1",
3535
"zod": "3.23.8"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.25.2",
38+
"@babel/core": "7.26.0",
3939
"@commitlint/cli": "19.5.0",
4040
"@commitlint/config-conventional": "19.5.0",
4141
"@tailwindcss/container-queries": "0.1.1",
42-
"@types/node": "22.7.4",
43-
"@types/react": "18.3.10",
44-
"@types/react-dom": "18.3.0",
45-
"@typescript-eslint/eslint-plugin": "8.8.0",
46-
"@typescript-eslint/parser": "8.8.0",
42+
"@types/node": "22.9.0",
43+
"@types/react": "18.3.12",
44+
"@types/react-dom": "18.3.1",
45+
"@typescript-eslint/eslint-plugin": "8.13.0",
46+
"@typescript-eslint/parser": "8.13.0",
4747
"autoprefixer": "10.4.20",
4848
"eslint": "8.57.0",
4949
"eslint-config-airbnb-base": "15.0.0",
50-
"eslint-config-next": "14.2.13",
50+
"eslint-config-next": "15.0.2",
5151
"eslint-config-prettier": "9.1.0",
5252
"eslint-import-resolver-typescript": "3.6.3",
53-
"eslint-plugin-import": "2.30.0",
54-
"eslint-plugin-jsx-a11y": "6.10.0",
53+
"eslint-plugin-import": "2.31.0",
54+
"eslint-plugin-jsx-a11y": "6.10.2",
5555
"eslint-plugin-prettier": "5.2.1",
56-
"eslint-plugin-react": "7.37.0",
57-
"eslint-plugin-react-hooks": "4.6.2",
56+
"eslint-plugin-react": "7.37.2",
57+
"eslint-plugin-react-hooks": "5.0.0",
5858
"husky": "9.1.6",
5959
"lint-staged": "15.2.10",
6060
"postcss": "8.4.47",
6161
"postcss-preset-mantine": "1.17.0",
6262
"postcss-simple-vars": "7.0.1",
6363
"prettier": "3.3.3",
6464
"prettier-plugin-tailwindcss": "0.6.8",
65-
"tailwindcss": "3.4.13",
66-
"typescript": "5.6.2"
65+
"tailwindcss": "3.4.14",
66+
"typescript": "5.6.3"
6767
}
6868
}

0 commit comments

Comments
 (0)