Skip to content

Commit

Permalink
Sphinx dependencies (#2983)
Browse files Browse the repository at this point in the history
* fix: upgrade eslint-plugin-react from 7.31.11 to 7.33.1

Snyk has created this PR to upgrade eslint-plugin-react from 7.31.11 to 7.33.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @emotion/styled from 11.10.5 to 11.11.0

Snyk has created this PR to upgrade @emotion/styled from 11.10.5 to 11.11.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @mui/material from 5.14.1 to 5.14.4

Snyk has created this PR to upgrade @mui/material from 5.14.1 to 5.14.4.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @types/react-dom from 16.9.16 to 16.9.19

Snyk has created this PR to upgrade @types/react-dom from 16.9.16 to 16.9.19.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade react-router-dom from 6.14.1 to 6.14.2

Snyk has created this PR to upgrade react-router-dom from 6.14.1 to 6.14.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr

* Fixes

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Mohamed Abdelfatah <39927413+Mo-Fatah@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 20, 2023
1 parent 5d82705 commit 0ad68d6
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 92 deletions.
2 changes: 1 addition & 1 deletion internal/lookout/ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
version: "detect",
},
},
extends: ["plugin:react/recommended", "plugin:@typescript-eslint/recommended", "prettier"],
extends: ["plugin:@typescript-eslint/recommended", "prettier"],
plugins: ["prettier", "eslint-plugin-import"],
rules: {
"prettier/prettier": [
Expand Down
10 changes: 5 additions & 5 deletions internal/lookout/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.58",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.111",
"@mui/material": "^5.13.6",
"@mui/material": "^5.14.4",
"@tanstack/react-table": "^8.7.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^12.1.5",
Expand All @@ -34,7 +34,7 @@
"@types/js-yaml": "^4.0.0",
"@types/node": "^12.19.3",
"@types/react": "^16.14.43",
"@types/react-dom": "^16.9.9",
"@types/react-dom": "^16.9.19",
"@types/react-virtualized": "^9.21.10",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
Expand All @@ -48,7 +48,7 @@
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react": "^7.33.1",
"jest-junit": "^16.0.0",
"js-yaml": "^4.0.0",
"notistack": "^2.0.8",
Expand All @@ -57,7 +57,7 @@
"query-string": "^6.13.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "6.14.1",
"react-router-dom": "6.14.2",
"react-scripts": "^5.0.1",
"react-truncate": "^2.4.0",
"react-virtualized": "^9.22.2",
Expand Down
Loading

0 comments on commit 0ad68d6

Please sign in to comment.