Skip to content

Commit

Permalink
Upgrade frontend dependencies (#393)
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 c5413da commit fa2de5b
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 187 deletions.
14 changes: 7 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"dependencies": {
"classnames": "^2.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#0.1.13",
"clo-ui": "https://github.com/cncf/clo-ui.git#0.1.14",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^18.2.0",
Expand All @@ -20,17 +20,17 @@
"@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",
"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",
"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 fa2de5b

Please sign in to comment.