This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
forked from FelixHenninger/lab.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a35ec9
commit 3569260
Showing
1 changed file
with
46 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4237,8 +4237,10 @@ dom-converter@~0.2: | |
utila "~0.4" | ||
|
||
dom-helpers@^3.3.1: | ||
version "3.3.1" | ||
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.3.1.tgz#fc1a4e15ffdf60ddde03a480a9c0fece821dd4a6" | ||
version "3.4.0" | ||
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8" | ||
dependencies: | ||
"@babel/runtime" "^7.1.2" | ||
|
||
dom-serialize@^2.2.0: | ||
version "2.2.1" | ||
|
@@ -5820,6 +5822,12 @@ hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0: | |
version "2.5.5" | ||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" | ||
|
||
hoist-non-react-statics@^3.1.0: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.2.1.tgz#c09c0555c84b38a7ede6912b61efddafd6e75e1e" | ||
dependencies: | ||
react-is "^16.3.2" | ||
|
||
home-or-tmp@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" | ||
|
@@ -6207,7 +6215,7 @@ interpret@^1.0.0, interpret@^1.1.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614" | ||
|
||
invariant@^2.0.0, invariant@^2.1.0, invariant@^2.2.0, invariant@^2.2.2, invariant@^2.2.4, invariant@~2.2.1: | ||
invariant@^2.1.0, invariant@^2.2.0, invariant@^2.2.2, invariant@^2.2.4, invariant@~2.2.1: | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" | ||
dependencies: | ||
|
@@ -7560,10 +7568,6 @@ lock-verify@^2.0.2: | |
npm-package-arg "^5.1.2 || 6" | ||
semver "^5.4.1" | ||
|
||
lodash-es@^4.17.5: | ||
version "4.17.11" | ||
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.11.tgz#145ab4a7ac5c5e52a3531fb4f310255a152b4be0" | ||
|
||
lodash-webpack-plugin@^0.11.5: | ||
version "0.11.5" | ||
resolved "https://registry.yarnpkg.com/lodash-webpack-plugin/-/lodash-webpack-plugin-0.11.5.tgz#c4bd064b4f561c3f823fa5982bdeb12c475390b9" | ||
|
@@ -10021,7 +10025,7 @@ promzard@^0.3.0: | |
dependencies: | ||
read "1" | ||
|
||
prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2: | ||
prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.1, prop-types@^15.6.2: | ||
version "15.6.2" | ||
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" | ||
dependencies: | ||
|
@@ -10247,18 +10251,22 @@ react-dnd@^5.0.0: | |
shallowequal "^1.0.2" | ||
|
||
react-dom@^16.4.1: | ||
version "16.5.2" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.5.2.tgz#b69ee47aa20bab5327b2b9d7c1fe2a30f2cfa9d7" | ||
version "16.7.0" | ||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8" | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
prop-types "^15.6.2" | ||
schedule "^0.5.0" | ||
scheduler "^0.12.0" | ||
|
||
react-error-overlay@^5.1.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.1.0.tgz#c516995a5652e7bfbed8b497910d5280df74a7e8" | ||
|
||
react-is@^16.3.2, react-is@^16.6.0: | ||
version "16.7.0" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa" | ||
|
||
react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" | ||
|
@@ -10270,8 +10278,8 @@ react-loadable@^5.4.0: | |
prop-types "^15.5.0" | ||
|
||
react-modal@^3.5.1: | ||
version "3.6.1" | ||
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.6.1.tgz#54d27a1ec2b493bbc451c7efaa3557b6af82332d" | ||
version "3.8.1" | ||
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.8.1.tgz#7300f94a6f92a2e17994de0be6ccb61734464c9e" | ||
dependencies: | ||
exenv "^1.2.0" | ||
prop-types "^15.5.10" | ||
|
@@ -10311,15 +10319,16 @@ react-redux-form@^1.16.9: | |
shallow-compare "^1.2.1" | ||
|
||
react-redux@^5.0.7: | ||
version "5.0.7" | ||
resolved "http://registry.npmjs.org/react-redux/-/react-redux-5.0.7.tgz#0dc1076d9afb4670f993ffaef44b8f8c1155a4c8" | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.1.1.tgz#88e368682c7fa80e34e055cd7ac56f5936b0f52f" | ||
dependencies: | ||
hoist-non-react-statics "^2.5.0" | ||
invariant "^2.0.0" | ||
lodash "^4.17.5" | ||
lodash-es "^4.17.5" | ||
"@babel/runtime" "^7.1.2" | ||
hoist-non-react-statics "^3.1.0" | ||
invariant "^2.2.4" | ||
loose-envify "^1.1.0" | ||
prop-types "^15.6.0" | ||
prop-types "^15.6.1" | ||
react-is "^16.6.0" | ||
react-lifecycles-compat "^3.0.0" | ||
|
||
[email protected]: | ||
version "2.1.1" | ||
|
@@ -10375,7 +10384,7 @@ [email protected]: | |
optionalDependencies: | ||
fsevents "1.2.4" | ||
|
||
react-transition-group@^2.3.1, react-transition-group@^2.4.0: | ||
react-transition-group@^2.3.1: | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.5.0.tgz#70bca0e3546102c4dc5cf3f5f57f73447cce6874" | ||
dependencies: | ||
|
@@ -10384,14 +10393,23 @@ react-transition-group@^2.3.1, react-transition-group@^2.4.0: | |
prop-types "^15.6.2" | ||
react-lifecycles-compat "^3.0.4" | ||
|
||
react-transition-group@^2.4.0: | ||
version "2.5.2" | ||
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.5.2.tgz#9457166a9ba6ce697a3e1b076b3c049b9fb2c408" | ||
dependencies: | ||
dom-helpers "^3.3.1" | ||
loose-envify "^1.4.0" | ||
prop-types "^15.6.2" | ||
react-lifecycles-compat "^3.0.4" | ||
|
||
react@^16.4.1: | ||
version "16.5.2" | ||
resolved "https://registry.yarnpkg.com/react/-/react-16.5.2.tgz#19f6b444ed139baa45609eee6dc3d318b3895d42" | ||
version "16.7.0" | ||
resolved "https://registry.yarnpkg.com/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381" | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
prop-types "^15.6.2" | ||
schedule "^0.5.0" | ||
scheduler "^0.12.0" | ||
|
||
reactstrap@^6.3.0: | ||
version "6.5.0" | ||
|
@@ -11016,10 +11034,11 @@ saxes@^3.1.3: | |
dependencies: | ||
xmlchars "^1.3.1" | ||
|
||
schedule@^0.5.0: | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/schedule/-/schedule-0.5.0.tgz#c128fffa0b402488b08b55ae74bb9df55cc29cc8" | ||
scheduler@^0.12.0: | ||
version "0.12.0" | ||
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b" | ||
dependencies: | ||
loose-envify "^1.1.0" | ||
object-assign "^4.1.1" | ||
|
||
schema-utils@^0.4.4, schema-utils@^0.4.5: | ||
|