Skip to content

Commit

Permalink
Upgrade frontend dependencies (#691)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sánchez García <[email protected]>
  • Loading branch information
cynthia-sg authored Oct 29, 2024
1 parent f569b67 commit b640303
Show file tree
Hide file tree
Showing 2 changed files with 1,229 additions and 1,194 deletions.
32 changes: 16 additions & 16 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
"type": "module",
"dependencies": {
"classnames": "^2.5.1",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.0",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.4.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.27.0",
"source-map-explorer": "^2.5.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.10.0",
"@testing-library/jest-dom": "^6.5.0",
"@eslint/js": "^9.13.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^9.10.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"postcss": "^8.4.45",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react-scripts": "5.0.1",
"sass": "^1.78.0",
"sass": "^1.80.4",
"shx": "^0.3.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.4.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.38.1"
Expand Down
Loading

0 comments on commit b640303

Please sign in to comment.