| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,8 +27,8 @@ | |||
| 27 | 27 | "qwery": "3.4.2", | |
| 28 | 28 | "rangefix": "^0.2.5", | |
| 29 | 29 | "raven-js": "^3.19.1", | |
| 30 | - "react": "^0.14.9", | ||
| 31 | - "react-dom": "^0.14.9", | ||
| 30 | + "react": "15.6.2", | ||
| 31 | + "react-dom": "15.6.2", | ||
| 32 | 32 | "reqwest": "2.0.5", | |
| 33 | 33 | "tcp-ping": "^0.1.1", | |
| 34 | 34 | "video.js": "~5.3", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2296,6 +2296,14 @@ create-hmac@^1.1.0, create-hmac@^1.1.2: | |||
| 2296 | 2296 | create-hash "^1.1.0" | |
| 2297 | 2297 | inherits "^2.0.1" | |
| 2298 | 2298 | ||
| 2299 | + create-react-class@^15.6.0: | ||
| 2300 | + version "15.6.3" | ||
| 2301 | + resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036" | ||
| 2302 | + dependencies: | ||
| 2303 | + fbjs "^0.8.9" | ||
| 2304 | + loose-envify "^1.3.1" | ||
| 2305 | + object-assign "^4.1.1" | ||
| 2306 | + | ||
| 2299 | 2307 | cross-spawn@^0.2.3: | |
| 2300 | 2308 | version "0.2.9" | |
| 2301 | 2309 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-0.2.9.tgz#bd67f96c07efb6303b7fe94c1e979f88478e0a39" | |
@@ -3634,7 +3642,7 @@ fbjs@^0.6.1: | |||
| 3634 | 3642 | ua-parser-js "^0.7.9" | |
| 3635 | 3643 | whatwg-fetch "^0.9.0" | |
| 3636 | 3644 | ||
| 3637 | - fbjs@^0.8.16: | ||
| 3645 | + fbjs@^0.8.16, fbjs@^0.8.9: | ||
| 3638 | 3646 | version "0.8.16" | |
| 3639 | 3647 | resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db" | |
| 3640 | 3648 | dependencies: | |
@@ -5887,7 +5895,7 @@ longest@^1.0.1: | |||
| 5887 | 5895 | version "1.0.1" | |
| 5888 | 5896 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" | |
| 5889 | 5897 | ||
| 5890 | - loose-envify@^1.0.0, loose-envify@^1.3.1: | ||
| 5898 | + loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: | ||
| 5891 | 5899 | version "1.3.1" | |
| 5892 | 5900 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848" | |
| 5893 | 5901 | dependencies: | |
@@ -7719,13 +7727,28 @@ rc@^1.1.7: | |||
| 7719 | 7727 | minimist "^1.2.0" | |
| 7720 | 7728 | strip-json-comments "~2.0.1" | |
| 7721 | 7729 | ||
| 7730 | + react-dom@15.6.2: | ||
| 7731 | + version "15.6.2" | ||
| 7732 | + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.2.tgz#41cfadf693b757faf2708443a1d1fd5a02bef730" | ||
| 7733 | + dependencies: | ||
| 7734 | + fbjs "^0.8.9" | ||
| 7735 | + loose-envify "^1.1.0" | ||
| 7736 | + object-assign "^4.1.0" | ||
| 7737 | + prop-types "^15.5.10" | ||
| 7738 | + | ||
| 7722 | 7739 | react-dom@^0.14.0: | |
| 7723 | 7740 | version "0.14.8" | |
| 7724 | 7741 | resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-0.14.8.tgz#0f1c547514263f771bd31814a739e5306575069e" | |
| 7725 | 7742 | ||
| 7726 | - react-dom@^0.14.9: | ||
| 7727 | - version "0.14.9" | ||
| 7728 | - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-0.14.9.tgz#05064a3dcf0fb1880a3b2bfc9d58c55d8d9f6293" | ||
| 7743 | + react@15.6.2: | ||
| 7744 | + version "15.6.2" | ||
| 7745 | + resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72" | ||
| 7746 | + dependencies: | ||
| 7747 | + create-react-class "^15.6.0" | ||
| 7748 | + fbjs "^0.8.9" | ||
| 7749 | + loose-envify "^1.1.0" | ||
| 7750 | + object-assign "^4.1.0" | ||
| 7751 | + prop-types "^15.5.10" | ||
| 7729 | 7752 | ||
| 7730 | 7753 | react@^0.14.0: | |
| 7731 | 7754 | version "0.14.8" | |
@@ -7734,13 +7757,6 @@ react@^0.14.0: | |||
| 7734 | 7757 | envify "^3.0.0" | |
| 7735 | 7758 | fbjs "^0.6.1" | |
| 7736 | 7759 | ||
| 7737 | - react@^0.14.9: | ||
| 7738 | - version "0.14.9" | ||
| 7739 | - resolved "https://registry.yarnpkg.com/react/-/react-0.14.9.tgz#9110a6497c49d44ba1c0edd317aec29c2e0d91d1" | ||
| 7740 | - dependencies: | ||
| 7741 | - envify "^3.0.0" | ||
| 7742 | - fbjs "^0.6.1" | ||
| 7743 | - | ||
| 7744 | 7760 | read-cache@^1.0.0: | |
| 7745 | 7761 | version "1.0.0" | |
| 7746 | 7762 | resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments