Skip to content

Commit

Permalink
Add Semantic-UI-React and Semantic-UI-CSS
Browse files Browse the repository at this point in the history
Important note: Semantic-UI-React 0.60.9 had a major perf issue with
how Lodash was being used to omit props. This was resolved in 0.60.10,
so future installs should be okay.

References:
Semantic-Org/Semantic-UI-React#860
Semantic-Org/Semantic-UI-React#864
  • Loading branch information
markerikson committed Nov 20, 2016
1 parent 8487a5d commit 9be2994
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"redux-devtools-extension": "^1.0.0",
"redux-orm": "^0.8.4",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4"
"reselect": "^2.5.4",
"semantic-ui-css": "^2.2.4",
"semantic-ui-react": "^0.61.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
32 changes: 32 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,10 @@ clap@^1.0.9:
dependencies:
chalk "^1.1.3"

classnames@^2.1.5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.5.tgz#fb3801d453467649ef3603c7d61a02bd129bde6d"

[email protected]:
version "3.4.20"
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-3.4.20.tgz#c0d8963b5448e030f0bcd3ddd0dac4dfe3dea501"
Expand Down Expand Up @@ -1566,6 +1570,12 @@ debug@^2.1.0, debug@^2.1.1, debug@^2.2.0:
dependencies:
ms "0.7.2"

debug@^2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.3.3.tgz#40c453e67e6e13c901ddec317af8986cda9eff8c"
dependencies:
ms "0.7.2"

debug@~2.2.0, [email protected]:
version "2.2.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
Expand Down Expand Up @@ -3118,6 +3128,10 @@ jodid25519@^1.0.0:
dependencies:
jsbn "~0.1.0"

jquery@x.*:
version "3.1.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"

js-base64@^2.1.9:
version "2.1.9"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.1.9.tgz#f0e80ae039a4bd654b5f281fc93f04a914a7fcce"
Expand Down Expand Up @@ -3395,6 +3409,10 @@ lodash.words@^3.0.0:
dependencies:
lodash._root "^3.0.0"

lodash@^4.17.2:
version "4.17.2"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42"

longest@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
Expand Down Expand Up @@ -4729,6 +4747,20 @@ sax@^1.1.4, sax@~1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a"

semantic-ui-css:
version "2.2.4"
resolved "https://registry.yarnpkg.com/semantic-ui-css/-/semantic-ui-css-2.2.4.tgz#e886e6e55e2a16874bd5de49c25f26cd2eb720b7"
dependencies:
jquery x.*

semantic-ui-react:
version "0.61.1"
resolved "https://registry.yarnpkg.com/semantic-ui-react/-/semantic-ui-react-0.61.1.tgz#5cbdae6c3f164608656481aa6e450f3e3c3e6308"
dependencies:
classnames "^2.1.5"
debug "^2.3.2"
lodash "^4.17.2"

semver@^5.1.0, semver@^5.3.0, semver@~5.3.0, "semver@2 || 3 || 4 || 5":
version "5.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
Expand Down

0 comments on commit 9be2994

Please sign in to comment.