diff options
Diffstat (limited to 'webui/package.json')
-rw-r--r-- | webui/package.json | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/webui/package.json b/webui/package.json index b5c3354c..74e717eb 100644 --- a/webui/package.json +++ b/webui/package.json @@ -3,31 +3,34 @@ "version": "0.1.0", "private": true, "dependencies": { - "@apollo/client": "^3.2.1", + "@apollo/client": "^3.5.9", "@arrows/composition": "^1.2.2", - "@material-ui/core": "^4.11.0", - "@material-ui/icons": "^4.9.1", - "@material-ui/lab": "^4.0.0-alpha.56", + "@material-ui/core": "^4.12.3", + "@material-ui/icons": "^4.11.2", + "@material-ui/lab": "^4.0.0-alpha.60", "@material-ui/styles": "^4.10.0", - "@types/node": "^14.11.2", - "@types/react": "^16.9.49", - "@types/react-dom": "^16.9.8", - "@types/react-router-dom": "^5.1.5", + "@types/node": "^17.0.18", + "@types/react": "^17.0.39", + "@types/react-dom": "^17.0.11", + "@types/react-router": "^5.1.18", + "@types/react-router-dom": "^5.3.3", "clsx": "^1.1.1", - "graphql": "^15.3.0", - "moment": "^2.29.0", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-moment": "^1.0.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", - "react-scripts": "^4.0.0-next.98", - "remark-gemoji": "^6.0.0", - "remark-html": "^12.0.0", - "remark-parse": "^8.0.3", - "remark-react": "^7.0.1", - "typescript": "^4.0.3", - "unified": "^9.2.0" + "graphql": "^16.3.0", + "moment": "^2.29.1", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-moment": "^1.1.1", + "react-router": "^5.2.1", + "react-router-dom": "^5.3.0", + "react-scripts": "^5.0.0", + "rehype-react": "^7.0.4", + "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", + "typescript": "^4.5.5", + "unified": "^10.1.1" }, "devDependencies": { "@babel/runtime": "^7.17.2", @@ -38,10 +41,10 @@ "@graphql-codegen/typescript": "^2.4.3", "@graphql-codegen/typescript-operations": "^2.3.0", "@graphql-codegen/typescript-react-apollo": "^3.2.6", - "eslint-config-prettier": "^6.12.0", + "eslint-config-prettier": "^8.3.0", "eslint-plugin-graphql": "^4.0.0", - "eslint-plugin-prettier": "^3.1.4", - "prettier": "^2.2.1" + "eslint-plugin-prettier": "^4.0.0", + "prettier": "^2.5.1" }, "scripts": { "start": "npm run generate && react-scripts start", |