From 9e13dd709e0a72c46dde8161a336a45fcf101f7f Mon Sep 17 00:00:00 2001 From: Anemy Date: Tue, 6 Apr 2021 14:19:20 -0400 Subject: [PATCH] bump compass-aggregations for hiding empty state when loading --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa0b2eb425e..56180d72e2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1816,9 +1816,9 @@ "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==" }, "@mongodb-js/compass-aggregations": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@mongodb-js/compass-aggregations/-/compass-aggregations-7.5.2.tgz", - "integrity": "sha512-Z064hKqsthQqyOKZu6PY+wyBM4qyhUoc9kAEPYlN0F4PQtyV/r6Jp30AmQKDIdcYndW9byEACrDJQyjJndy1sQ==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@mongodb-js/compass-aggregations/-/compass-aggregations-7.5.3.tgz", + "integrity": "sha512-hqR077s+k7ENLYPXh+kyRiQjBjVJK8phjzOZ/9ImBL8uTFweOetAHqF1a8pZTpYacopsr3R4vN1v842EhproSw==", "requires": { "@leafygreen-ui/badge": "^4.0.2", "@leafygreen-ui/banner": "^3.0.4", diff --git a/package.json b/package.json index dbc6c82f8b0..c01fe7795b5 100644 --- a/package.json +++ b/package.json @@ -251,7 +251,7 @@ "url": "git://github.com/mongodb-js/compass.git" }, "dependencies": { - "@mongodb-js/compass-aggregations": "^7.5.2", + "@mongodb-js/compass-aggregations": "^7.5.3", "@mongodb-js/compass-app-stores": "^4.0.2", "@mongodb-js/compass-auto-updates": "^2.0.1", "@mongodb-js/compass-collection": "^2.1.2",