Skip to content

Commit

Permalink
Upgrade frontend dependencies (#236)
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 27, 2024
1 parent ac4f62d commit eebe1d5
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 541 deletions.
31 changes: 16 additions & 15 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.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.3.4",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-router-dom": "^6.24.0",
"react-router-dom": "^6.25.1",
"source-map-explorer": "^2.5.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.5.0",
"@testing-library/jest-dom": "^6.4.6",
"@eslint/js": "^9.7.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.5.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.6.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.8.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"react-scripts": "5.0.1",
"sass": "^1.77.6",
"sass": "^1.77.8",
"shx": "^0.3.4",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.37.1"
Expand All @@ -55,6 +55,7 @@
"eject": "react-scripts eject",
"lint": "eslint src --max-warnings 0",
"lint:fix": "eslint src --max-warnings 0 --fix",
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format:diff": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
Expand Down
Loading

0 comments on commit eebe1d5

Please sign in to comment.