Skip to content

Commit

Permalink
Upgrade frontend dependencies (#83)
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 Aug 20, 2023
1 parent 07a9b31 commit 025d4a8
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 319 deletions.
20 changes: 10 additions & 10 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
"license": "Apache-2.0",
"dependencies": {
"classnames": "^2.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#0.1.14",
"clo-ui": "https://github.com/cncf/clo-ui.git#0.1.15",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.0",
"react-router-dom": "^6.15.0",
"source-map-explorer": "^2.5.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.6",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.24",
"prettier": "^3.0.1",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"react-scripts": "5.0.1",
"sass": "^1.64.2",
"sass": "^1.66.1",
"shx": "^0.3.4",
"typescript": "^5.1.3"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.31.0"
"react-scripts/**/core-js-pure": "3.32.1"
},
"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 025d4a8

Please sign in to comment.