Skip to content

Commit 78c560f

Browse files
committed
update vite from v7 to v8 + update other packages
1 parent 74add41 commit 78c560f

3 files changed

Lines changed: 1218 additions & 1191 deletions

File tree

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,54 +17,54 @@
1717
"coverage": "vitest run --coverage"
1818
},
1919
"dependencies": {
20-
"@mantine/carousel": "^9.0.2",
21-
"@mantine/core": "^9.0.2",
22-
"@mantine/dates": "^9.0.2",
23-
"@mantine/form": "^9.0.2",
24-
"@mantine/hooks": "^9.0.2",
25-
"@mantine/modals": "^9.0.2",
26-
"@mantine/notifications": "^9.0.2",
20+
"@mantine/carousel": "^9.1.0",
21+
"@mantine/core": "^9.1.0",
22+
"@mantine/dates": "^9.1.0",
23+
"@mantine/form": "^9.1.0",
24+
"@mantine/hooks": "^9.1.0",
25+
"@mantine/modals": "^9.1.0",
26+
"@mantine/notifications": "^9.1.0",
2727
"@reduxjs/toolkit": "2.11.2",
28-
"@tabler/icons-react": "^3.38.0",
29-
"axios": "^1.13.5",
30-
"dayjs": "^1.11.18",
28+
"@tabler/icons-react": "^3.41.1",
29+
"axios": "^1.15.2",
30+
"dayjs": "^1.11.20",
3131
"embla-carousel": "^8.6.0",
3232
"embla-carousel-react": "^8.6.0",
3333
"events": "^3.3.0",
34-
"fast-xml-parser": "^5.4.2",
34+
"fast-xml-parser": "^5.7.1",
3535
"jwt-decode": "^4.0.0",
36-
"postcss": "^8.5.6",
37-
"react": "^19.2.4",
38-
"react-dom": "^19.2.0",
36+
"postcss": "^8.5.10",
37+
"react": "^19.2.5",
38+
"react-dom": "^19.2.5",
3939
"react-icons": "^5.6.0",
4040
"react-redux": "^9.2.0",
41-
"react-router": "^7.12.0",
41+
"react-router": "^7.14.2",
4242
"redux": "^5.0.1",
43-
"vite": "^7.3.1"
43+
"vite": "^8.0.9"
4444
},
4545
"devDependencies": {
4646
"@eslint/compat": "^2.0.5",
4747
"@eslint/js": "^10.0.1",
4848
"@testing-library/jest-dom": "^6.9.1",
4949
"@testing-library/react": "^16.3.2",
5050
"@testing-library/user-event": "^14.6.1",
51-
"@types/node": "^24.9.1",
51+
"@types/node": "^24.12.2",
5252
"@types/react": "^19.2.14",
53-
"@types/react-dom": "^19.2.2",
54-
"@typescript-eslint/eslint-plugin": "^8.58.2",
55-
"@typescript-eslint/parser": "^8.56.1",
56-
"@vitejs/plugin-react": "^5.1.0",
53+
"@types/react-dom": "^19.2.3",
54+
"@typescript-eslint/eslint-plugin": "^8.59.0",
55+
"@typescript-eslint/parser": "^8.59.0",
56+
"@vitejs/plugin-react": "^6.0.1",
5757
"baseline-browser-mapping": "^2.10.20",
5858
"eslint": "10.2.1",
5959
"eslint-config-prettier": "^10.1.8",
6060
"eslint-plugin-import": "2.32.0",
6161
"eslint-plugin-react": "7.37.5",
6262
"eslint-plugin-react-hooks": "7.1.1",
63-
"globals": "^17.4.0",
64-
"jsdom": "^27.0.1",
63+
"globals": "^17.5.0",
64+
"jsdom": "^27.4.0",
6565
"prettier": "^3.8.3",
66-
"sass-embedded": "^1.93.2",
66+
"sass-embedded": "^1.99.0",
6767
"typescript": "^5.9.3",
68-
"vitest": "^4.0.4"
68+
"vitest": "^4.1.5"
6969
}
7070
}

0 commit comments

Comments
 (0)