diff options
Diffstat (limited to 'webui/package.json')
-rw-r--r-- | webui/package.json | 76 |
1 files changed, 39 insertions, 37 deletions
diff --git a/webui/package.json b/webui/package.json index 4d2ab4010..6dc5382b4 100644 --- a/webui/package.json +++ b/webui/package.json @@ -3,47 +3,49 @@ "version": "0.1.0", "private": true, "dependencies": { - "@apollo/client": "^3.7.0", + "@apollo/client": "^3.13.8", "@arrows/composition": "^1.2.2", - "@emotion/react": "^11.10.4", - "@emotion/styled": "^11.10.4", - "@mui/icons-material": "^5.10.6", - "@mui/lab": "^5.0.0-alpha.102", - "@mui/material": "^5.10.8", - "@mui/styles": "^5.10.8", - "@types/node": "^17.0.45", - "@types/react": "^17.0.50", - "@types/react-dom": "^17.0.17", - "clsx": "^1.2.1", - "graphql": "^16.8.1", - "moment": "^2.29.4", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-moment": "^1.1.2", - "react-router-dom": "^6.4.1", - "rehype-react": "^7.1.1", - "remark-gemoji": "^7.0.1", - "remark-html": "^15.0.1", - "remark-parse": "^10.0.1", - "remark-react": "^9.0.1", - "remark-rehype": "^10.1.0", - "unified": "^10.1.2" + "@emotion/react": "^11.14.0", + "@emotion/styled": "^11.14.0", + "@mui/icons-material": "^5.17.1", + "@mui/lab": "^5.0.0-alpha.176", + "@mui/material": "^5.17.1", + "@mui/styles": "^5.17.1", + "clsx": "^2.1.1", + "graphql": "^16.11.0", + "moment": "^2.30.1", + "react": "^19.1.0", + "react-dom": "^19.1.0", + "react-router-dom": "^7.6.0", + "rehype-highlight": "^7.0.2", + "rehype-raw": "^7.0.0", + "rehype-react": "^8.0.0", + "rehype-sanitize": "^6.0.0", + "rehype-stringify": "^10.0.1", + "remark-breaks": "^4.0.0", + "remark-gemoji": "^8.0.0", + "remark-gfm": "^4.0.1", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.1.2", + "unified": "^11.0.5" }, "devDependencies": { - "@babel/runtime": "^7.27.0", - "@graphql-codegen/cli": "^2.13.3", - "@graphql-codegen/fragment-matcher": "^3.3.1", - "@graphql-codegen/introspection": "^2.2.1", - "@graphql-codegen/near-operation-file-preset": "^2.4.1", - "@graphql-codegen/typescript": "^2.7.3", - "@graphql-codegen/typescript-operations": "^2.5.3", - "@graphql-codegen/typescript-react-apollo": "^3.3.3", - "@graphql-eslint/eslint-plugin": "^3.11.2", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-prettier": "^4.2.1", - "prettier": "^2.7.1", + "@babel/runtime": "^7.27.1", + "@graphql-codegen/cli": "^5.0.6", + "@graphql-codegen/fragment-matcher": "^5.1.0", + "@graphql-codegen/introspection": "^4.0.3", + "@graphql-codegen/near-operation-file-preset": "^3.0.0", + "@graphql-codegen/typescript": "^4.1.6", + "@graphql-codegen/typescript-operations": "^4.6.1", + "@graphql-codegen/typescript-react-apollo": "^4.3.2", + "@graphql-eslint/eslint-plugin": "^4.4.0", + "@types/jest": "^29.5.14", + "@types/node": "^22.15.18", + "@types/react": "^19.1.4", + "@types/react-dom": "^19.1.5", "react-scripts": "^5.0.1", - "typescript": "^4.8.4" + "sass": "^1.89.0", + "typescript": "^4.9.5" }, "scripts": { "start": "npm run generate && react-scripts start", |