Skip to content

Commit

Permalink
Upgrade frontend dependencies (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
  • Loading branch information
cynthia-sg authored Aug 7, 2024
1 parent eebe1d5 commit 7419191
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 255 deletions.
14 changes: 7 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"type": "module",
"dependencies": {
"classnames": "^2.5.1",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.3.4",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.3.5",
"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.25.1",
"react-router-dom": "^6.26.0",
"source-map-explorer": "^2.5.3"
},
"devDependencies": {
Expand All @@ -23,25 +23,25 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.8.0",
"postcss": "^8.4.40",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"react-scripts": "5.0.1",
"sass": "^1.77.8",
"shx": "^0.3.4",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
"typescript-eslint": "^8.0.1"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.37.1"
"react-scripts/**/core-js-pure": "3.38.0"
},
"scripts": {
"copy:static": "shx rm -rf src/static && shx mkdir src/static && shx cp -r public/static/* src",
Expand Down
Loading

0 comments on commit 7419191

Please sign in to comment.