Skip to content

Commit 9acd49f

Browse files
authored
Updated console dependencies (#3024)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent 636d12d commit 9acd49f

File tree

3 files changed

+846
-648
lines changed

3 files changed

+846
-648
lines changed

portal-ui/e2e/lifecycle.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ test.describe("Add Lifecycle Rule Modal in bucket settings tests for object vers
7676

7777
await test.step("Clean up bucket and verify the clean up", async () => {
7878
await bucketSummaryPage.confirmDeleteBucket();
79-
const existBukCount = await bucketListPage.isBucketExist(
80-
versionedBucketName,
81-
);
79+
const existBukCount =
80+
await bucketListPage.isBucketExist(versionedBucketName);
8281
await expect(existBukCount).toEqual(0);
8382
});
8483
});

portal-ui/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react-grid-layout": "^1.2.0",
2828
"react-markdown": "8.0.7",
2929
"react-redux": "^8.0.7",
30-
"react-router-dom": "6.14.0",
30+
"react-router-dom": "6.15.0",
3131
"react-virtualized": "^9.22.5",
3232
"react-window": "^1.8.9",
3333
"react-window-infinite-loader": "^1.0.9",
@@ -66,14 +66,15 @@
6666
},
6767
"proxy": "http://localhost:9090/",
6868
"devDependencies": {
69+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
6970
"@playwright/test": "^1.35.0",
7071
"@types/lodash": "^4.14.195",
7172
"@types/luxon": "^3.3.0",
72-
"@types/minio": "^7.1.0",
73+
"@types/minio": "7.1.0",
7374
"@types/node": "18.16.0",
74-
"@types/react": "18.2.14",
75+
"@types/react": "18.2.21",
7576
"@types/react-copy-to-clipboard": "^5.0.2",
76-
"@types/react-dom": "18.2.6",
77+
"@types/react-dom": "18.2.7",
7778
"@types/react-grid-layout": "^1.1.1",
7879
"@types/react-redux": "^7.1.25",
7980
"@types/react-virtualized": "^9.21.22",
@@ -85,9 +86,9 @@
8586
"@types/websocket": "^1.0.0",
8687
"babel-plugin-istanbul": "^6.1.1",
8788
"customize-cra": "^1.0.0",
88-
"minio": "^7.1.1",
89+
"minio": "7.1.1",
8990
"nyc": "^15.1.0",
90-
"prettier": "3.0.0",
91+
"prettier": "3.0.3",
9192
"react-app-rewire-hot-loader": "^2.0.1",
9293
"react-app-rewired": "^2.2.1",
9394
"react-scripts": "5.0.1",
@@ -109,7 +110,7 @@
109110
"react-scripts/**/json5": "^2.2.2",
110111
"react-scripts/**/debug": "^3.1.0",
111112
"recharts/**/d3-color": "^3.1.0",
112-
"minio/xml2js": "^0.5.0",
113+
"minio/xml2js": "^0.6.2",
113114
"websocket/debug": "^3.1.0",
114115
"fast-xml-parser": "^4.2.4",
115116
"semver": "^7.5.2"

0 commit comments

Comments
 (0)