diff --git a/client/package.json b/client/package.json index 6da1a0f1..447e1ead 100644 --- a/client/package.json +++ b/client/package.json @@ -6,36 +6,36 @@ "homepage": ".", "prettier": {}, "dependencies": { - "@emotion/react": "^11.11.3", - "@fontsource/material-icons": "^5.0.11", + "@emotion/react": "^11.14.0", + "@fontsource/material-icons": "^5.1.1", "@kshramt/fast-json-patch": "^3.1.2", "@kshramt/runtime-type-validator": "^0.13.0", "@kshramt/sequence-comparisons": "^0.5.0", - "@mantine/core": "^7.3.2", - "@mantine/dates": "^7.3.2", - "@mantine/form": "^7.3.2", - "@mantine/hooks": "^7.3.2", - "@mantine/notifications": "^7.3.2", - "@reduxjs/toolkit": "^2.0.1", + "@mantine/core": "^7.16.3", + "@mantine/dates": "^7.16.3", + "@mantine/form": "^7.16.3", + "@mantine/hooks": "^7.16.3", + "@mantine/notifications": "^7.16.3", + "@reduxjs/toolkit": "^2.5.1", "@types/react-window": "^1.8.8", "@zodios/core": "^10.9.6", "dayjs": "^1.11.10", "idb": "^8.0.0", - "immer": "^10.0.3", - "jotai": "^2.6.1", + "immer": "^10.1.1", + "jotai": "^2.11.3", "react": "^19.0.0-rc-14a4699f-20240725", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.0.0-rc-14a4699f-20240725", - "react-redux": "^9.0.4", - "react-virtuoso": "^4.6.2", + "react-redux": "^9.2.0", + "react-virtuoso": "^4.12.5", "react-window": "^1.8.10", - "workbox-core": "^7.0.0", - "workbox-expiration": "^7.0.0", - "workbox-precaching": "^7.0.0", - "workbox-routing": "^7.0.0", - "workbox-strategies": "^7.0.0", - "zod": "^3.22.4" + "workbox-core": "^7.3.0", + "workbox-expiration": "^7.3.0", + "workbox-precaching": "^7.3.0", + "workbox-routing": "^7.3.0", + "workbox-strategies": "^7.3.0", + "zod": "^3.24.1" }, "scripts": { "dev": "vite", @@ -127,7 +127,7 @@ "not op_mini all" ], "devDependencies": { - "@playwright/experimental-ct-react": "^1.40.1", + "@playwright/experimental-ct-react": "^1.50.1", "@types/node": "^20.10.6", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc", @@ -140,22 +140,22 @@ "autoprefixer": "^10.4.16", "babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725", "eslint": "^8.56.0", - "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-react": "^7.33.2", + "eslint-import-resolver-typescript": "^3.7.0", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jsx-a11y": "^6.10.2", + "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^6.2.0", - "openapi-zod-client": "^1.15.0", - "playwright": "^1.40.1", - "postcss": "^8.4.32", - "prettier": "^3.1.1", + "openapi-zod-client": "^1.18.3", + "playwright": "^1.50.1", + "postcss": "^8.5.2", + "prettier": "^3.5.0", "tailwindcss": "^3.4.0", "ts-prune": "^0.10.3", - "typescript": "^5.5.4", + "typescript": "^5.7.3", "vite": "^5.0.10", - "vite-plugin-pwa": "^0.17.4", + "vite-plugin-pwa": "^0.21.1", "vitest": "^1.1.0" } }