Skip to content

Commit

Permalink
Upgrade frontend dependencies (#1613)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sánchez García <[email protected]>
  • Loading branch information
cynthia-sg authored Oct 29, 2024
1 parent 81dc7e4 commit 9cb18b5
Show file tree
Hide file tree
Showing 3 changed files with 1,252 additions and 1,221 deletions.
39 changes: 19 additions & 20 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,50 @@
"private": true,
"type": "module",
"dependencies": {
"apexcharts": "3.49.0",
"apexcharts": "^3.54.1",
"classnames": "^2.5.1",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.0",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nth-check": "^2.0.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-apexcharts": "^1.5.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0",
"react-router-dom": "^6.27.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-external-links": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.13.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.2",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.10.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"globals": "^15.11.0",
"jest-fetch-mock": "^3.0.3",
"minimatch": "9.0.4",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react-scripts": "5.0.1",
"sass": "^1.78.0",
"sass": "^1.80.4",
"shx": "^0.3.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.1"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.38.1",
Expand All @@ -68,7 +68,6 @@
"eject": "react-scripts eject",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format:diff": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"isready": "yarn format && yarn lint && yarn test --watchAll=false --passWithNoTests --verbose && yarn build",
"lint": "eslint src --max-warnings 0",
"lint:fix": "eslint src --max-warnings 0 --fix",
Expand Down
4 changes: 0 additions & 4 deletions web/src/layout/stats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ const StatsView = () => {
type: 'area',
redrawOnWindowResize: true,
redrawOnParentResize: true,
// Temporary solution -> https://github.com/apexcharts/apexcharts.js/issues/4154 and https://github.com/apexcharts/Blazor-ApexCharts/issues/376
animations: {
enabled: false,
},
zoom: {
type: 'x',
enabled: true,
Expand Down
Loading

0 comments on commit 9cb18b5

Please sign in to comment.