Skip to content

Commit

Permalink
Upgrade frontend dependencies (#305)
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 May 15, 2023
1 parent 0656bf9 commit 3aa64f5
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 288 deletions.
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "Apache-2.0",
"dependencies": {
"classnames": "^2.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#0.1.7",
"clo-ui": "https://github.com/cncf/clo-ui.git#0.1.8",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.11.0",
"react-router-dom": "^6.11.1",
"source-map-explorer": "^2.5.3"
},
"devDependencies": {
Expand All @@ -20,9 +20,9 @@
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/node": "^20.1.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand Down
Loading

0 comments on commit 3aa64f5

Please sign in to comment.