Skip to content

Commit

Permalink
Upgrade frontend dependencies (#1204)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Aug 5, 2023
1 parent 182ed5c commit a189647
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 195 deletions.
16 changes: 8 additions & 8 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"apexcharts": "^3.41.0",
"apexcharts": "^3.41.1",
"classnames": "^2.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.13",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.14",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nth-check": "^2.0.1",
Expand All @@ -23,21 +23,21 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.2",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"minimatch": "^9.0.3",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"react-scripts": "5.0.1",
"sass": "^1.64.1",
"sass": "^1.64.2",
"shx": "^0.3.4",
"typescript": "^5.1.6"
},
Expand Down
Loading

0 comments on commit a189647

Please sign in to comment.