Skip to content

Commit

Permalink
Upgrade frontend dependencies (#1492)
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 20, 2024
1 parent 2a2df1e commit e8215f6
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 147 deletions.
18 changes: 9 additions & 9 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"apexcharts": "^3.49.1",
"classnames": "^2.5.1",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.2.4",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.2.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nth-check": "^2.0.1",
Expand All @@ -21,35 +21,35 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.2.0",
"@eslint/js": "^9.3.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.10",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.2",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.2.0",
"globals": "^15.3.0",
"jest-fetch-mock": "^3.0.3",
"minimatch": "^9.0.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react-scripts": "5.0.1",
"sass": "^1.77.1",
"sass": "^1.77.2",
"shx": "^0.3.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "^7.9.0"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.37.0",
"react-scripts/**/core-js-pure": "3.37.1",
"react-scripts/**/nth-check": "^2.0.1"
},
"proxy": "http://127.0.0.1:8000",
Expand Down
Loading

0 comments on commit e8215f6

Please sign in to comment.