diff --git a/package.json b/package.json index 6f64e7521..2069892b7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "dependencies": { "@changesets/cli": "^2.27.9", - "grommet": "https://github.com/grommet/grommet/tarball/stable", + "grommet": "^2.42.0", "grommet-icons": "https://github.com/grommet/grommet-icons/tarball/stable", "grommet-theme-hpe": "5.7.0", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 9204c940a..4655b1dd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7809,9 +7809,10 @@ grommet-theme-hpe@5.7.0: resolved "https://registry.yarnpkg.com/grommet-theme-hpe/-/grommet-theme-hpe-5.7.0.tgz#c2488c5ae88467a035129e71b608e0d59db1b8df" integrity sha512-P8n7wQt1QTWdgDCOV1zc0jOlnq9ml5bCCEgtdCsMKiWIQkbOGJVbOACsfiZOS+J6M7l9ur9QFoXtVkGO6a+HAA== -"grommet@https://github.com/grommet/grommet/tarball/stable": +grommet@^2.42.0: version "2.42.0" - resolved "https://github.com/grommet/grommet/tarball/stable#8d13ff4df2bf034b8d2e8350960adce4a681a251" + resolved "https://registry.yarnpkg.com/grommet/-/grommet-2.42.0.tgz#5bce3e33ce6351c91988262ffc1af0f5a663f811" + integrity sha512-oOoLElHol0t/+MLQnhmS3DQl3tpNqlAWvKZtD5Gt2//z4R7gtGTlgEsTggia2SvGS0NY0+JFokFyDTouqgM8Ww== dependencies: "@emotion/is-prop-valid" "^1.3.1" grommet-icons "^4.12.1"