Skip to content

Commit

Permalink
Updated UI Project dependencies (#2102)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
  • Loading branch information
bexsoft committed May 5, 2024
1 parent f1c3de2 commit fd8f3fe
Show file tree
Hide file tree
Showing 2 changed files with 2,203 additions and 1,884 deletions.
32 changes: 16 additions & 16 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/traverse": "7.23.3",
"@babel/traverse": "7.24.5",
"@reduxjs/toolkit": "1.9.7",
"ip": "2.0.1",
"kbar": "^0.1.0-beta.39",
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"mds": "https://github.com/minio/mds.git#v0.16.0",
"react": "^18.1.0",
"mds": "https://github.com/minio/mds.git#v1.0.2",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^18.1.0",
"react-dom": "^18.3.1",
"react-redux": "^8.0.5",
"react-router-dom": "6.16.0",
"react-router-dom": "6.23.0",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.8",
"react-window-infinite-loader": "^1.0.7",
"recharts": "2.7.2",
"recharts": "2.12.6",
"styled-components": "^5.3.11",
"superagent": "^8.1.2",
"tough-cookie": "4.1.3",
"yaml": "2.3.4"
"tough-cookie": "4.1.4",
"yaml": "2.4.2"
},
"scripts": {
"start": "PORT=5050 react-scripts start",
Expand Down Expand Up @@ -56,20 +56,20 @@
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/luxon": "^3.3.0",
"@types/node": "18.11.18",
"@types/react": "18.2.37",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "18.2.15",
"@types/react-dom": "18.3.0",
"@types/react-grid-layout": "^1.1.1",
"@types/react-redux": "^7.1.25",
"@types/react-virtualized": "9.21.27",
"@types/react-virtualized": "9.21.30",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@types/recharts": "^1.8.24",
"@types/superagent": "^4.1.18",
"@types/webpack-env": "^1.18.1",
"@types/websocket": "^1.0.0",
"prettier": "3.1.0",
"prettier": "3.2.5",
"react-scripts": "5.0.1",
"testcafe": "2.6.2",
"ts-prune": "^0.10.3",
Expand All @@ -78,7 +78,7 @@
"resolutions": {
"**/superagent/formidable": "3.5.1",
"nth-check": "^2.0.1",
"yaml": "^2.3.1",
"yaml": "^2.4.2",
"postcss": "^8.4.31",
"react-scripts/**/node-forge": "^1.3.0",
"react-scripts/**/async": "^2.6.4",
Expand All @@ -93,7 +93,7 @@
"websocket/debug": "^3.1.0",
"fast-xml-parser": "^4.2.4",
"semver": "^7.5.2",
"testcafe/**/tough-cookie": "^4.1.3",
"styled-components/**/@babel/traverse": "^7.23.2"
"testcafe/**/tough-cookie": "^4.1.4",
"styled-components/**/@babel/traverse": "^7.24.5"
}
}

0 comments on commit fd8f3fe

Please sign in to comment.