Skip to content

Commit

Permalink
Upgrade frontend dependencies (#1183)
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 Jul 24, 2023
1 parent 9338cfc commit a9af2bd
Show file tree
Hide file tree
Showing 2 changed files with 714 additions and 563 deletions.
30 changes: 15 additions & 15 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@
"dependencies": {
"apexcharts": "^3.41.0",
"classnames": "^2.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.12",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.13",
"lodash": "^4.17.21",
"minimatch": "^9.0.2",
"moment": "^2.29.1",
"nth-check": "^2.0.1",
"react": "^18.0.2",
"react-apexcharts": "^1.4.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.0.2",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.0",
"react-router-dom": "^6.14.2",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@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-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"minimatch": "^9.0.3",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"react-scripts": "5.0.1",
"sass": "^1.63.6",
"sass": "^1.64.1",
"shx": "^0.3.4",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.31.0",
"react-scripts/**/core-js-pure": "3.31.1",
"react-scripts/**/nth-check": "^2.0.1"
},
"proxy": "http://127.0.0.1:8000",
Expand Down
Loading

0 comments on commit a9af2bd

Please sign in to comment.