Skip to content

Commit

Permalink
Upgrade frontend dependencies (cncf#1319)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg committed Oct 17, 2023
1 parent f50a21f commit efd8f1e
Show file tree
Hide file tree
Showing 2 changed files with 1,036 additions and 910 deletions.
34 changes: 17 additions & 17 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"apexcharts": "^3.41.1",
"apexcharts": "^3.43.0",
"classnames": "^2.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.16",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.17",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nth-check": "^2.0.1",
"react": "^18.0.2",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.0.2",
"react-icons": "^4.10.1",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.15.0",
"react-router-dom": "^6.17.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-router-dom": "^5.3.2",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-syntax-highlighter": "^15.5.8",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"minimatch": "^9.0.3",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react-scripts": "5.0.1",
"sass": "^1.66.1",
"sass": "^1.69.3",
"shx": "^0.3.4",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.32.1",
Expand Down
Loading

0 comments on commit efd8f1e

Please sign in to comment.