Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
mfellner committed Dec 26, 2016
1 parent 1ac5a9c commit 8142b01
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"normalize.css": "5.0.0",
"react": "15.4.1",
"react-syntax-highlighter": "4.0.1",
"styled-components": "1.1.3"
"styled-components": "1.2.1"
},
"devDependencies": {
"babel-core": "6.20.0",
"babel-loader": "6.2.9",
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"css-loader": "0.26.1",
Expand Down
1 change: 1 addition & 0 deletions example/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.0/react-dom.js" integrity="sha256-+EFxSfkA9PunYq5ZgMM6K3/jgbXESfaScXDKAHvEuIQ=" crossorigin="anonymous" defer></script>
</head>
<body>
<a href="https://github.com/mfellner/react-down"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<main id="main"></main>
<% htmlWebpackPlugin.files.js.map(function(script) { %>
<script src="<%= script %>" defer></script>
Expand Down
66 changes: 33 additions & 33 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,19 @@ babel-code-frame@^6.20.0:
esutils "^2.0.2"
js-tokens "^2.0.0"

babel-core@6.20.0, babel-core@^6.18.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.20.0.tgz#ab0d7176d9dea434e66badadaf92237865eab1ec"
babel-core@^6.18.0, babel-core@^6.21.0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.21.0.tgz#75525480c21c803f826ef3867d22c19f080a3724"
dependencies:
babel-code-frame "^6.20.0"
babel-generator "^6.20.0"
babel-generator "^6.21.0"
babel-helpers "^6.16.0"
babel-messages "^6.8.0"
babel-register "^6.18.0"
babel-runtime "^6.20.0"
babel-template "^6.16.0"
babel-traverse "^6.20.0"
babel-types "^6.20.0"
babel-traverse "^6.21.0"
babel-types "^6.21.0"
babylon "^6.11.0"
convert-source-map "^1.1.0"
debug "^2.1.1"
Expand All @@ -225,13 +225,13 @@ babel-core@6.20.0, babel-core@^6.18.0:
slash "^1.0.0"
source-map "^0.5.0"

babel-generator@^6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.20.0.tgz#fee63614e0449390103b3097f3f6a118016c6766"
babel-generator@^6.21.0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.21.0.tgz#605f1269c489a1c75deeca7ea16d43d4656c8494"
dependencies:
babel-messages "^6.8.0"
babel-runtime "^6.20.0"
babel-types "^6.20.0"
babel-types "^6.21.0"
detect-indent "^4.0.0"
jsesc "^1.3.0"
lodash "^4.2.0"
Expand Down Expand Up @@ -321,9 +321,9 @@ babel-helpers@^6.16.0:
babel-runtime "^6.0.0"
babel-template "^6.16.0"

babel-loader@6.2.9:
version "6.2.9"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.2.9.tgz#2bce6a1c29b47afa90b937ba1fb1f87084d61c61"
babel-loader@^6.2.10:
version "6.2.10"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.2.10.tgz#adefc2b242320cd5d15e65b31cea0e8b1b02d4b0"
dependencies:
find-cache-dir "^0.1.1"
loader-utils "^0.2.11"
Expand Down Expand Up @@ -660,14 +660,14 @@ babel-traverse@^6.16.0, babel-traverse@^6.18.0:
invariant "^2.2.0"
lodash "^4.2.0"

babel-traverse@^6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.20.0.tgz#5378d1a743e3d856e6a52289994100bbdfd9872a"
babel-traverse@^6.21.0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.21.0.tgz#69c6365804f1a4f69eb1213f85b00a818b8c21ad"
dependencies:
babel-code-frame "^6.20.0"
babel-messages "^6.8.0"
babel-runtime "^6.20.0"
babel-types "^6.20.0"
babel-types "^6.21.0"
babylon "^6.11.0"
debug "^2.2.0"
globals "^9.0.0"
Expand All @@ -683,9 +683,9 @@ babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.8.
lodash "^4.2.0"
to-fast-properties "^1.0.1"

babel-types@^6.20.0:
version "6.20.0"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.20.0.tgz#3869ecb98459533b37df809886b3f7f3b08d2baa"
babel-types@^6.21.0:
version "6.21.0"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.21.0.tgz#314b92168891ef6d3806b7f7a917fdf87c11a4b2"
dependencies:
babel-runtime "^6.20.0"
esutils "^2.0.2"
Expand Down Expand Up @@ -3654,19 +3654,6 @@ style-loader@0.13.1:
dependencies:
loader-utils "^0.2.7"

styled-components@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-1.1.3.tgz#9f5b19cff1b53e9063fdf82ccdf024dfd4d68d21"
dependencies:
buffer "^5.0.0"
css-to-react-native "^1.0.6"
fbjs "^0.8.4"
glamor "^2.15.5"
inline-style-prefixer "^2.0.5"
is-function "^1.0.1"
is-plain-object "^2.0.1"
supports-color "^3.1.2"

styled-components@^1.0.10:
version "1.1.2"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-1.1.2.tgz#d9931dc887322ea9b61e7a4fbda25ebd69240854"
Expand All @@ -3679,6 +3666,19 @@ styled-components@^1.0.10:
lodash "^4.15.0"
supports-color "^3.1.2"

styled-components@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-1.2.1.tgz#5884267dd9c6a8199d4abd3e0714afb973772b42"
dependencies:
buffer "^5.0.0"
css-to-react-native "^1.0.6"
fbjs "^0.8.4"
glamor "^2.15.5"
inline-style-prefixer "^2.0.5"
is-function "^1.0.1"
is-plain-object "^2.0.1"
supports-color "^3.1.2"

supports-color@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
Expand Down

0 comments on commit 8142b01

Please sign in to comment.