Skip to content

Commit 0f60f74

Browse files
authored
Merge pull request #540 from metrico/fix/packages_updates
fix: packages updates
2 parents e36d1d9 + 57b287c commit 0f60f74

File tree

2 files changed

+242
-195
lines changed

2 files changed

+242
-195
lines changed

Diff for: packages/main/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@fingerprintjs/fingerprintjs": "^4.5.1",
1818
"@microlink/react-json-view": "latest",
1919
"@mui/base": "5.0.0-beta.5",
20-
"@mui/icons-material": "^5.16.7",
21-
"@mui/material": "^5.16.7",
20+
"@mui/icons-material": "^6.1.5",
21+
"@mui/material": "^6.1.5",
2222
"@mui/styles": "^5.16.7",
2323
"@mui/x-charts": "7.7.1",
2424
"@szhsin/react-menu": "^4.2.2",
@@ -60,14 +60,14 @@
6060
"redux": "^4.2.1",
6161
"redux-thunk": "^2.4.2",
6262
"reselect": "^5.1.1",
63-
"slate": "^0.103.0",
63+
"slate": "^0.110.2",
6464
"slate-history": "^0.100.0",
65-
"slate-react": "^0.105.0",
65+
"slate-react": "^0.110.3",
6666
"tss-react": "^4.9.13",
6767
"uuid": "^10.0.0",
6868
"web-vitals": "^4.2.4",
6969
"zod": "^3.23.8",
70-
"zustand": "^4.5.5"
70+
"zustand": "^5.0.0"
7171
},
7272
"devDependencies": {
7373
"@emotion/babel-plugin": "^11.12.0",
@@ -76,18 +76,18 @@
7676
"@types/jest": "^29.5.14",
7777
"@types/react": "^18.3.12",
7878
"@types/react-dom": "^18.3.1",
79-
"@typescript-eslint/eslint-plugin": "^7.18.0",
80-
"@typescript-eslint/parser": "^7.18.0",
79+
"@typescript-eslint/eslint-plugin": "^8.11.0",
80+
"@typescript-eslint/parser": "^8.11.0",
8181
"@vitejs/plugin-basic-ssl": "^1.1.0",
8282
"@vitejs/plugin-react": "^4.3.3",
8383
"dayjs-plugin-utc": "^0.1.2",
8484
"eslint": "^8.57.1",
85-
"eslint-plugin-react-hooks": "^4.6.2",
85+
"eslint-plugin-react-hooks": "^5.0.0",
8686
"eslint-plugin-react-refresh": "^0.4.13",
87-
"happy-dom": "^14.12.3",
87+
"happy-dom": "^15.7.4",
8888
"jsdom": "24.1.1",
8989
"prettier": "^3.3.3",
90-
"sass": "^1.80.3",
90+
"sass": "^1.80.4",
9191
"scss": "^0.2.4",
9292
"typescript": "^5.6.3",
9393
"vite": "^5.4.10",

0 commit comments

Comments
 (0)