Skip to content

Commit

Permalink
Merge pull request #540 from metrico/fix/packages_updates
Browse files Browse the repository at this point in the history
fix: packages updates
  • Loading branch information
jacovinus authored Oct 28, 2024
2 parents e36d1d9 + 57b287c commit 0f60f74
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 195 deletions.
20 changes: 10 additions & 10 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@microlink/react-json-view": "latest",
"@mui/base": "5.0.0-beta.5",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@mui/styles": "^5.16.7",
"@mui/x-charts": "7.7.1",
"@szhsin/react-menu": "^4.2.2",
Expand Down Expand Up @@ -60,14 +60,14 @@
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"reselect": "^5.1.1",
"slate": "^0.103.0",
"slate": "^0.110.2",
"slate-history": "^0.100.0",
"slate-react": "^0.105.0",
"slate-react": "^0.110.3",
"tss-react": "^4.9.13",
"uuid": "^10.0.0",
"web-vitals": "^4.2.4",
"zod": "^3.23.8",
"zustand": "^4.5.5"
"zustand": "^5.0.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.12.0",
Expand All @@ -76,18 +76,18 @@
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.3",
"dayjs-plugin-utc": "^0.1.2",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"happy-dom": "^14.12.3",
"happy-dom": "^15.7.4",
"jsdom": "24.1.1",
"prettier": "^3.3.3",
"sass": "^1.80.3",
"sass": "^1.80.4",
"scss": "^0.2.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
Expand Down
Loading

0 comments on commit 0f60f74

Please sign in to comment.