Skip to content

Commit

Permalink
Upgrade frontend dependencies (#1449)
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 Mar 4, 2024
1 parent 91a6012 commit d17a1e0
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 243 deletions.
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"apexcharts": "^3.46.0",
"classnames": "^2.5.1",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.2.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.2.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nth-check": "^2.0.1",
Expand All @@ -14,7 +14,7 @@
"react-dom": "^18.0.2",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.1",
"react-router-dom": "^6.22.2",
"react-syntax-highlighter": "^15.5.0",
"rehype-external-links": "^3.0.0"
},
Expand All @@ -25,8 +25,8 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/node": "^20.11.20",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.3.2",
"@types/react-syntax-highlighter": "^15.5.11",
Expand Down
Loading

0 comments on commit d17a1e0

Please sign in to comment.