From d4a55d07b5234998b7a6275d65d4061cc9db166b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:10:51 +0000 Subject: [PATCH] Bump @material-ui/data-grid in /client Bumps @material-ui/data-grid from 4.0.0-alpha.20 to 4.0.0-alpha.21. Signed-off-by: dependabot[bot] --- client/package-lock.json | 12 ++++++------ client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index a1c55d9..ca4bfa0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1794,9 +1794,9 @@ } }, "@material-ui/data-grid": { - "version": "4.0.0-alpha.20", - "resolved": "https://registry.npmjs.org/@material-ui/data-grid/-/data-grid-4.0.0-alpha.20.tgz", - "integrity": "sha512-YqTTGs61zf3kT/5LuWWxwfTWwjXXJfP8nR7JiX30cMQXlOeIihQXHqbRrm7IHQRVWYQ5YxI95QLWtLHBIm2h0w==", + "version": "4.0.0-alpha.21", + "resolved": "https://registry.npmjs.org/@material-ui/data-grid/-/data-grid-4.0.0-alpha.21.tgz", + "integrity": "sha512-ifv/SuqZxhcEKVLxspm9hZkzINUt71PKspEB1Wk9Mh+BKLqfNODtJZE8iu9cIfAwt2jHxUpM2Ut5ntQ4ITUSpA==", "requires": { "@material-ui/utils": "^5.0.0-alpha.14", "prop-types": "^15.7.2", @@ -1804,9 +1804,9 @@ }, "dependencies": { "@material-ui/utils": { - "version": "5.0.0-alpha.25", - "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-5.0.0-alpha.25.tgz", - "integrity": "sha512-wgW1ua+ncAU6lrE2bFhd9iU1xmpxj1KL+YRJa0PoFpFgLNVpSTCVHynMlRAERNP+CteazFHj5upkigqJpV406Q==", + "version": "5.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-5.0.0-alpha.26.tgz", + "integrity": "sha512-h2SAkucZU+SlC14b3Vo3YzTD9dJQKFPVET6RvRhK/9Ommf+V4dPc6otaTMu5ES696BDqRfY7G2aeaTtkrd2bdg==", "requires": { "@babel/runtime": "^7.4.4", "@types/prop-types": "^15.7.3", diff --git a/client/package.json b/client/package.json index 2f1c998..397f351 100644 --- a/client/package.json +++ b/client/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@material-ui/core": "^4.11.3", - "@material-ui/data-grid": "^4.0.0-alpha.20", + "@material-ui/data-grid": "^4.0.0-alpha.21", "@material-ui/icons": "^4.11.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5",