Updated console dependencies (#3024)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2023-08-31 09:27:48 -06:00
committed by GitHub
parent 636d12d43f
commit 9acd49fcc6
3 changed files with 849 additions and 651 deletions

View File

@@ -76,9 +76,8 @@ test.describe("Add Lifecycle Rule Modal in bucket settings tests for object vers
await test.step("Clean up bucket and verify the clean up", async () => {
await bucketSummaryPage.confirmDeleteBucket();
const existBukCount = await bucketListPage.isBucketExist(
versionedBucketName,
);
const existBukCount =
await bucketListPage.isBucketExist(versionedBucketName);
await expect(existBukCount).toEqual(0);
});
});

View File

@@ -27,7 +27,7 @@
"react-grid-layout": "^1.2.0",
"react-markdown": "8.0.7",
"react-redux": "^8.0.7",
"react-router-dom": "6.14.0",
"react-router-dom": "6.15.0",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
@@ -66,14 +66,15 @@
},
"proxy": "http://localhost:9090/",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.35.0",
"@types/lodash": "^4.14.195",
"@types/luxon": "^3.3.0",
"@types/minio": "^7.1.0",
"@types/minio": "7.1.0",
"@types/node": "18.16.0",
"@types/react": "18.2.14",
"@types/react": "18.2.21",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "18.2.6",
"@types/react-dom": "18.2.7",
"@types/react-grid-layout": "^1.1.1",
"@types/react-redux": "^7.1.25",
"@types/react-virtualized": "^9.21.22",
@@ -85,9 +86,9 @@
"@types/websocket": "^1.0.0",
"babel-plugin-istanbul": "^6.1.1",
"customize-cra": "^1.0.0",
"minio": "^7.1.1",
"minio": "7.1.1",
"nyc": "^15.1.0",
"prettier": "3.0.0",
"prettier": "3.0.3",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
@@ -109,7 +110,7 @@
"react-scripts/**/json5": "^2.2.2",
"react-scripts/**/debug": "^3.1.0",
"recharts/**/d3-color": "^3.1.0",
"minio/xml2js": "^0.5.0",
"minio/xml2js": "^0.6.2",
"websocket/debug": "^3.1.0",
"fast-xml-parser": "^4.2.4",
"semver": "^7.5.2"

File diff suppressed because it is too large Load Diff