Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Mar 26, 2020
1 parent bf04c33 commit d4204fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions packages/bundles/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
1 change: 1 addition & 0 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-ui-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@orbit-ui/foundation": "*"
},
"dependencies": {
"@orbit-ui/icons": "6.1.0"
"@orbit-ui/icons": "6.0.0"
},
"gitHead": "12c3852000398fe0e93b8ebc2548bcb026478bfa"
}

0 comments on commit d4204fd

Please sign in to comment.