|
887 | 887 | "@babel/plugin-transform-react-jsx-source" "^7.10.4"
|
888 | 888 | "@babel/plugin-transform-react-pure-annotations" "^7.10.4"
|
889 | 889 |
|
| 890 | +"@babel/runtime-corejs3@^7.9.6": |
| 891 | + version "7.11.0" |
| 892 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.11.0.tgz#db54a2251206f0f8579b41918acb14488b8dd2c0" |
| 893 | + integrity sha512-K0ioacsw8JgzDSPpUiGWokMvLzGvnZPXLrTsJfyHPrFsnp4yoKn+Ap/8NNZgWKZG9o5+qotH8tAa8AXn8gTN5A== |
| 894 | + dependencies: |
| 895 | + core-js-pure "^3.0.0" |
| 896 | + regenerator-runtime "^0.13.4" |
| 897 | + |
890 | 898 | "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
|
891 | 899 | version "7.11.0"
|
892 | 900 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac"
|
@@ -2082,6 +2090,21 @@ concat-stream@^1.5.0:
|
2082 | 2090 | readable-stream "^2.2.2"
|
2083 | 2091 | typedarray "^0.0.6"
|
2084 | 2092 |
|
| 2093 | +concurrently@^5.1.0: |
| 2094 | + version "5.2.0" |
| 2095 | + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.2.0.tgz#ead55121d08a0fc817085584c123cedec2e08975" |
| 2096 | + integrity sha512-XxcDbQ4/43d6CxR7+iV8IZXhur4KbmEJk1CetVMUqCy34z9l0DkszbY+/9wvmSnToTej0SYomc2WSRH+L0zVJw== |
| 2097 | + dependencies: |
| 2098 | + chalk "^2.4.2" |
| 2099 | + date-fns "^2.0.1" |
| 2100 | + lodash "^4.17.15" |
| 2101 | + read-pkg "^4.0.1" |
| 2102 | + rxjs "^6.5.2" |
| 2103 | + spawn-command "^0.0.2-1" |
| 2104 | + supports-color "^6.1.0" |
| 2105 | + tree-kill "^1.2.2" |
| 2106 | + yargs "^13.3.0" |
| 2107 | + |
2085 | 2108 | connect-history-api-fallback@^1.6.0:
|
2086 | 2109 | version "1.6.0"
|
2087 | 2110 | resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
|
@@ -2156,6 +2179,11 @@ core-js-compat@^3.6.2:
|
2156 | 2179 | browserslist "^4.8.5"
|
2157 | 2180 | semver "7.0.0"
|
2158 | 2181 |
|
| 2182 | +core-js-pure@^3.0.0: |
| 2183 | + version "3.6.5" |
| 2184 | + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813" |
| 2185 | + integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA== |
| 2186 | + |
2159 | 2187 | core-js@^3.6.4:
|
2160 | 2188 | version "3.6.5"
|
2161 | 2189 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
|
@@ -2453,6 +2481,11 @@ dashdash@^1.12.0:
|
2453 | 2481 | dependencies:
|
2454 | 2482 | assert-plus "^1.0.0"
|
2455 | 2483 |
|
| 2484 | +date-fns@^2.0.1: |
| 2485 | + version "2.15.0" |
| 2486 | + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.15.0.tgz#424de6b3778e4e69d3ff27046ec136af58ae5d5f" |
| 2487 | + integrity sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ== |
| 2488 | + |
2456 | 2489 | [email protected], debug@^2.2.0, debug@^2.3.3:
|
2457 | 2490 | version "2.6.9"
|
2458 | 2491 | resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
@@ -5147,6 +5180,11 @@ pify@^2.0.0, pify@^2.3.0:
|
5147 | 5180 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
5148 | 5181 | integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
|
5149 | 5182 |
|
| 5183 | +pify@^3.0.0: |
| 5184 | + version "3.0.0" |
| 5185 | + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" |
| 5186 | + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= |
| 5187 | + |
5150 | 5188 | pify@^4.0.1:
|
5151 | 5189 | version "4.0.1"
|
5152 | 5190 | resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
@@ -6030,6 +6068,14 @@ react-is@^16.8.1:
|
6030 | 6068 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
6031 | 6069 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
6032 | 6070 |
|
| 6071 | + |
| 6072 | + version "12.0.1" |
| 6073 | + resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-12.0.1.tgz#194e59b5910b883cb0b9fb5ec073dde388de02b5" |
| 6074 | + integrity sha512-9CG5dyQaq4GXBRyrS7lesaol3sNkpz5F59qxvMhrOjYEKxndVET0tlN3j0WDjlZ7sPU0Xax24jzvUpZZHxaBcA== |
| 6075 | + dependencies: |
| 6076 | + "@babel/runtime-corejs3" "^7.9.6" |
| 6077 | + concurrently "^5.1.0" |
| 6078 | + |
6033 | 6079 | react@^16.13.1:
|
6034 | 6080 | version "16.13.1"
|
6035 | 6081 | resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
|
@@ -6063,6 +6109,15 @@ read-pkg@^1.0.0:
|
6063 | 6109 | normalize-package-data "^2.3.2"
|
6064 | 6110 | path-type "^1.0.0"
|
6065 | 6111 |
|
| 6112 | +read-pkg@^4.0.1: |
| 6113 | + version "4.0.1" |
| 6114 | + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237" |
| 6115 | + integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc= |
| 6116 | + dependencies: |
| 6117 | + normalize-package-data "^2.3.2" |
| 6118 | + parse-json "^4.0.0" |
| 6119 | + pify "^3.0.0" |
| 6120 | + |
6066 | 6121 | "readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
|
6067 | 6122 | version "2.3.7"
|
6068 | 6123 | resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
|
@@ -6315,6 +6370,13 @@ run-queue@^1.0.0, run-queue@^1.0.3:
|
6315 | 6370 | dependencies:
|
6316 | 6371 | aproba "^1.1.1"
|
6317 | 6372 |
|
| 6373 | +rxjs@^6.5.2: |
| 6374 | + version "6.6.2" |
| 6375 | + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2" |
| 6376 | + integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg== |
| 6377 | + dependencies: |
| 6378 | + tslib "^1.9.0" |
| 6379 | + |
6318 | 6380 | [email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
6319 | 6381 | version "5.1.2"
|
6320 | 6382 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
@@ -6656,6 +6718,11 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
|
6656 | 6718 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
6657 | 6719 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
6658 | 6720 |
|
| 6721 | +spawn-command@^0.0.2-1: |
| 6722 | + version "0.0.2-1" |
| 6723 | + resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0" |
| 6724 | + integrity sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A= |
| 6725 | + |
6659 | 6726 | spdx-correct@^3.0.0:
|
6660 | 6727 | version "3.1.1"
|
6661 | 6728 | resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
|
@@ -7100,6 +7167,11 @@ tough-cookie@~2.5.0:
|
7100 | 7167 | psl "^1.1.28"
|
7101 | 7168 | punycode "^2.1.1"
|
7102 | 7169 |
|
| 7170 | +tree-kill@^1.2.2: |
| 7171 | + version "1.2.2" |
| 7172 | + resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" |
| 7173 | + integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== |
| 7174 | + |
7103 | 7175 | trim-newlines@^1.0.0:
|
7104 | 7176 | version "1.0.0"
|
7105 | 7177 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
|
@@ -7597,7 +7669,7 @@ yargs-parser@^13.1.2:
|
7597 | 7669 | camelcase "^5.0.0"
|
7598 | 7670 | decamelize "^1.2.0"
|
7599 | 7671 |
|
7600 |
| -yargs@^13.3.2: |
| 7672 | +yargs@^13.3.0, yargs@^13.3.2: |
7601 | 7673 | version "13.3.2"
|
7602 | 7674 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
|
7603 | 7675 | integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
|
|
0 commit comments