Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: update deps #536

Merged
merged 19 commits into from Jan 11, 2022
Merged
3 changes: 2 additions & 1 deletion engine/admin-ui/.env
@@ -1,2 +1,3 @@
SASS_PATH=src
SKIP_PREFLIGHT_CHECK=true
SKIP_PREFLIGHT_CHECK=true
DISABLE_ESLINT_PLUGIN=true
150 changes: 74 additions & 76 deletions engine/admin-ui/package.json
Expand Up @@ -7,48 +7,91 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.19",
"@apollo/client": "3.5.6",
"@material-ui/core": "4.10.2",
"@material-ui/icons": "4.9.1",
"@types/react-syntax-highlighter": "11.0.4",
"apollo-upload-client": "13.0.0",
"axios": "0.21.1",
"body-parser": "1.19.0",
"@material-ui/icons": "4.11.2",
"apollo-upload-client": "17.0.0",
"axios": "0.24.0",
"chart.js": "2.9.3",
"classnames": "2.2.6",
"d3-array": "2.9.1",
"d3-axis": "2.0.0",
"d3-color": "2.0.0",
"d3-format": "2.0.0",
"d3-interpolate": "2.0.1",
"d3-scale": "3.2.3",
"d3-selection": "2.0.0",
"d3-zoom": "2.0.0",
"enzyme-to-json": "3.5.0",
"classnames": "2.3.1",
"d3-array": "3.1.1",
"d3-axis": "3.0.0",
"d3-color": "3.0.1",
"d3-format": "3.1.0",
"d3-interpolate": "3.0.1",
"d3-scale": "4.0.2",
"d3-selection": "3.0.0",
"d3-zoom": "3.0.0",
"enzyme-to-json": "3.6.2",
"graphql": "15.3.0",
"kwc": "1.15.1",
"lodash": "4.17.19",
"lottie-web": "5.7.0",
"markdown-navbar": "1.4.2",
"moment": "2.27.0",
"moment-timezone": "0.5.31",
"lodash": "4.17.21",
"lottie-web": "5.8.1",
"markdown-navbar": "1.4.3",
"moment": "2.29.1",
"moment-timezone": "0.5.34",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-grid-resizable": "github:mgs95/react-grid-resizable#build",
"react-hook-form": "5.7.2",
"react-hotkeys": "2.0.0",
"react-markdown": "4.3.1",
"react-markdown": "7.1.2",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-syntax-highlighter": "12.2.1",
"react-table": "7.2.2",
"react-toastify": "6.0.8",
"react-virtuoso": "0.17.3",
"react-scripts": "4.0.3",
"react-syntax-highlighter": "15.4.5",
"react-table": "7.7.0",
"react-toastify": "8.1.0",
"react-virtuoso": "2.4.0",
"style-it": "2.1.4",
"subscriptions-transport-ws": "0.9.16",
"typeface-montserrat": "0.0.75",
"typeface-roboto-mono": "0.0.75",
"typescript": "3.9.5"
"subscriptions-transport-ws": "0.11.0",
"typeface-montserrat": "1.1.13",
"typeface-roboto-mono": "1.1.13",
"typescript": "4.5.4"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@types/apollo-upload-client": "14.1.0",
"@types/chart.js": "2.9.22",
"@types/classnames": "2.3.1",
"@types/d3-array": "3.0.2",
"@types/d3-axis": "3.0.1",
"@types/d3-color": "3.0.2",
"@types/d3-format": "3.0.1",
"@types/d3-interpolate": "3.0.1",
"@types/d3-scale": "4.0.2",
"@types/d3-selection": "3.0.2",
"@types/d3-zoom": "3.0.1",
"@types/enzyme": "3.10.11",
"@types/history": "4.7.9",
"@types/jest": "27.4.0",
"@types/lodash": "4.14.178",
"@types/moment-timezone": "0.5.30",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"@types/react-syntax-highlighter": "13.5.2",
"@types/react-table": "7.0.27",
"@welldone-software/why-did-you-render": "6.2.3",
"apollo": "2.33.9",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint-config-sonar": "0.0.8",
"husky": "7.0.4",
"jest-canvas-mock": "2.3.1",
"jest-enzyme": "7.1.2",
"jest-junit": "13.0.0",
"jest-sonar-reporter": "2.0.0",
"lint-staged": "12.1.7",
"prettier": "2.5.1",
"sass": "1.47.0",
"waait": "1.0.5"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write --single-quote",
"git add"
]
},
"resolutions": {
"graphql": "15.3.0"
Expand Down Expand Up @@ -108,51 +151,6 @@
"reportFile": "test-report.xml",
"indent": 4
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.3",
"@types/apollo-upload-client": "8.1.3",
"@types/chart.js": "2.9.22",
"@types/classnames": "2.2.10",
"@types/d3-array": "2.8.0",
"@types/d3-axis": "2.0.0",
"@types/d3-color": "2.0.1",
"@types/d3-format": "2.0.0",
"@types/d3-interpolate": "2.0.0",
"@types/d3-scale": "3.2.2",
"@types/d3-selection": "2.0.0",
"@types/d3-zoom": "2.0.0",
"@types/enzyme": "3.10.3",
"@types/history": "4.7.6",
"@types/jest": "26.0.3",
"@types/lodash": "4.14.157",
"@types/moment-timezone": "0.5.13",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"@types/react-syntax-highlighter": "11.0.4",
"@types/react-table": "7.0.19",
"@welldone-software/why-did-you-render": "4.2.5",
"apollo": "^2.33.3",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"eslint-config-sonar": "0.0.7",
"husky": "3.0.9",
"jest-canvas-mock": "2.1.1",
"jest-enzyme": "7.1.1",
"jest-junit": "11.0.1",
"jest-sonar-reporter": "2.0.0",
"lint-staged": "9.4.2",
"prettier": "1.19.1",
"sass": "1.45.0",
"waait": "1.0.5"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write --single-quote",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
Expand Up @@ -76,7 +76,7 @@ exports[`VariableRow matches snapshot 1`] = `
<div
className="typeCol"
>
<CodeIcon
<Memo(ForwardRef(CodeIcon))
className="icon-small"
/>
<div
Expand All @@ -92,7 +92,7 @@ exports[`VariableRow matches snapshot 1`] = `
<div
className="variableCol"
>
<VpnKeyIcon
<Memo(ForwardRef(VpnKeyIcon))
className="icon-small"
/>
<div>
Expand Down