From d4204fd484aca3a7e6b18ae1187dfe79b58cb654 Mon Sep 17 00:00:00 2001 From: "patrick.lafrance" Date: Thu, 26 Mar 2020 19:08:02 -0400 Subject: [PATCH] Fix package.json --- packages/bundles/react/package.json | 14 +++++++------- packages/react-components/package.json | 1 + packages/semantic-ui-theme/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/bundles/react/package.json b/packages/bundles/react/package.json index efb8c114b..fe1dabe7a 100644 --- a/packages/bundles/react/package.json +++ b/packages/bundles/react/package.json @@ -19,13 +19,13 @@ "copy-license-to-dist": "node ../../../scripts/copy-root-license dist" }, "dependencies": { - "@orbit-ui/css-normalize": "2.0.2", - "@orbit-ui/fonts": "2.0.1", - "@orbit-ui/foundation": "3.0.2", - "@orbit-ui/icons": "6.1.0", - "@orbit-ui/react-components": "8.0.0", - "@orbit-ui/semantic-ui-theme": "6.0.0", - "@orbit-ui/tachyons": "3.0.4", + "@orbit-ui/css-normalize": "2.0.1", + "@orbit-ui/fonts": "2.0.0", + "@orbit-ui/foundation": "3.0.1", + "@orbit-ui/icons": "6.0.0", + "@orbit-ui/react-components": "7.0.1", + "@orbit-ui/semantic-ui-theme": "5.2.0", + "@orbit-ui/tachyons": "3.0.3", "semantic-ui-react": "0.88.1", "styled-jsx": "3.2.1" } diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 7efa6f8ec..8f0612747 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -32,6 +32,7 @@ "dependencies": { "@babel/runtime-corejs3": "*", "@juggle/resize-observer": "2.4.0", + "@orbit-ui/icons": "6.0.0", "classnames": "*", "prop-types": "*", "react-dates": "21.5.1", diff --git a/packages/semantic-ui-theme/package.json b/packages/semantic-ui-theme/package.json index 983428aea..1896a1f35 100644 --- a/packages/semantic-ui-theme/package.json +++ b/packages/semantic-ui-theme/package.json @@ -29,7 +29,7 @@ "@orbit-ui/foundation": "*" }, "dependencies": { - "@orbit-ui/icons": "6.1.0" + "@orbit-ui/icons": "6.0.0" }, "gitHead": "12c3852000398fe0e93b8ebc2548bcb026478bfa" }