Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b49fab30
Commit
b49fab30
authored
Nov 23, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into ce-to-ee-2017-11-22
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parents
7e67ed69
78dcafe8
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
531 additions
and
362 deletions
+531
-362
CHANGELOG-EE.md
CHANGELOG-EE.md
+4
-0
CHANGELOG.md
CHANGELOG.md
+7
-0
doc/gitlab-geo/README.md
doc/gitlab-geo/README.md
+7
-7
doc/gitlab-geo/configuration.md
doc/gitlab-geo/configuration.md
+1
-1
doc/gitlab-geo/configuration_source.md
doc/gitlab-geo/configuration_source.md
+1
-1
doc/gitlab-geo/database.md
doc/gitlab-geo/database.md
+0
-7
doc/gitlab-geo/database_source.md
doc/gitlab-geo/database_source.md
+0
-7
doc/gitlab-geo/ssh.md
doc/gitlab-geo/ssh.md
+2
-14
doc/gitlab-geo/using_a_geo_server.md
doc/gitlab-geo/using_a_geo_server.md
+3
-3
package.json
package.json
+8
-8
yarn.lock
yarn.lock
+498
-314
No files found.
CHANGELOG-EE.md
View file @
b49fab30
Please view this file on the master branch, on stable branches it's out of date.
Please view this file on the master branch, on stable branches it's out of date.
## 10.2.1 (2017-11-22)
-
No changes.
## 10.2.0 (2017-11-22)
## 10.2.0 (2017-11-22)
### Fixed (17 changes)
### Fixed (17 changes)
...
...
CHANGELOG.md
View file @
b49fab30
...
@@ -2,6 +2,13 @@
...
@@ -2,6 +2,13 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
entry.
## 10.2.1 (2017-11-22)
### Fixed (1 change)
-
Force disable Prometheus metrics.
## 10.2.0 (2017-11-22)
## 10.2.0 (2017-11-22)
### Security (4 changes)
### Security (4 changes)
...
...
doc/gitlab-geo/README.md
View file @
b49fab30
...
@@ -39,9 +39,9 @@ and the replicated read-only ones as **secondaries**.
...
@@ -39,9 +39,9 @@ and the replicated read-only ones as **secondaries**.
Keep in mind that:
Keep in mind that:
-
Secondaries talk to primary to get user data for logins (API), to
-
Secondaries talk to primary to get user data for logins (API), to
clone/pull from repositories (SSH) and to retrieve LFS Objects and Attachments
clone/pull from repositories (SSH) and to retrieve LFS Objects and Attachments
(HTTPS + JWT).
(HTTPS + JWT).
-
Since GitLab Enterprise Edition Premium 10.0, the primary no longer talks to
-
Since GitLab Enterprise Edition Premium 10.0, the primary no longer talks to
secondaries to notify for changes (API).
secondaries to notify for changes (API).
## Use-cases
## Use-cases
...
@@ -123,7 +123,7 @@ update the state.
...
@@ -123,7 +123,7 @@ update the state.
This new architecture allows us to be resilient to connectivity issues between the
This new architecture allows us to be resilient to connectivity issues between the
nodes. It doesn't matter if it was just a few minutes or days. The secondary
nodes. It doesn't matter if it was just a few minutes or days. The secondary
instance will be able to replay all the events in the correct order and get in
instance will be able to replay all the events in the correct order and get in
sync again.
sync again.
## Setup instructions
## Setup instructions
...
@@ -141,10 +141,10 @@ If you installed GitLab using the Omnibus packages (highly recommended):
...
@@ -141,10 +141,10 @@ If you installed GitLab using the Omnibus packages (highly recommended):
secondary node for the moment.
secondary node for the moment.
1.
[
Upload the GitLab License
](
../user/admin_area/license.md
)
on the
**primary**
Geo Node to unlock GitLab Geo.
1.
[
Upload the GitLab License
](
../user/admin_area/license.md
)
on the
**primary**
Geo Node to unlock GitLab Geo.
1.
[
Setup the database replication
](
database.md
)
(
`primary
(read-write)
<->
secondary (read-only)
` topology).
1.
[
Setup the database replication
](
database.md
)
(
`primary
(read-write)
<->
secondary (read-only)
` topology).
1. [
Configure SSH authorizations to use the database](ssh.md)
1. [
Lookup authorized SSH keys in the database](../administration/operations/speed_up_ssh.html), do this step for both primary AND secondary nodes.
1. [Configure GitLab](configuration.md) to set the primary and secondary nodes.
1. [Configure GitLab](configuration.md) to set the primary and secondary nodes.
1. Optional: [Configure a secondary LDAP server](../administration/auth/ldap.md) for the secondary. See [notes on LDAP](#ldap).
1. Optional: [Configure a secondary LDAP server](../administration/auth/ldap.md) for the secondary. See [notes on LDAP](#ldap).
1. [Follow the
after setup steps](after_setup
.md).
1. [Follow the
"Using a Geo Server" guide](using_a_geo_server
.md).
[install-ee]: https://about.gitlab.com/downloads-ee/ "GitLab Enterprise Edition Omnibus packages downloads page"
[install-ee]: https://about.gitlab.com/downloads-ee/ "GitLab Enterprise Edition Omnibus packages downloads page"
...
@@ -157,10 +157,10 @@ If you installed GitLab from source:
...
@@ -157,10 +157,10 @@ If you installed GitLab from source:
else in the secondary node for the moment.
else in the secondary node for the moment.
1. [Upload the GitLab License](../user/admin_area/license.md) on the **primary** Geo Node to unlock GitLab Geo.
1. [Upload the GitLab License](../user/admin_area/license.md) on the **primary** Geo Node to unlock GitLab Geo.
1. [Setup the database replication](database_source.md) (`
primary (read-write)
<->
secondary (read-only)
` topology).
1. [Setup the database replication](database_source.md) (`
primary (read-write)
<->
secondary (read-only)
` topology).
1. [
Configure SSH authorizations to use the database](ssh.md)
1. [
Lookup authorized SSH keys in the database](../administration/operations/speed_up_ssh.html), do this step for both primary AND secondary nodes.
1. [Configure GitLab](configuration_source.md) to set the primary and secondary
1. [Configure GitLab](configuration_source.md) to set the primary and secondary
nodes.
nodes.
1. [Follow the
after setup steps](after_setup
.md).
1. [Follow the
"Using a Geo Server" guide](using_a_geo_server
.md).
[install-ee-source]: https://docs.gitlab.com/ee/install/installation.html "GitLab Enterprise Edition installation from source"
[install-ee-source]: https://docs.gitlab.com/ee/install/installation.html "GitLab Enterprise Edition installation from source"
...
...
doc/gitlab-geo/configuration.md
View file @
b49fab30
...
@@ -157,7 +157,7 @@ correctly identified as a secondary Geo node and if Geo is enabled.
...
@@ -157,7 +157,7 @@ correctly identified as a secondary Geo node and if Geo is enabled.
If your installation isn't working properly, check the
If your installation isn't working properly, check the
[
troubleshooting
](
#troubleshooting
)
section.
[
troubleshooting
](
#troubleshooting
)
section.
Point your users to the
[
after setup steps
](
after_setup
.md
)
.
Point your users to the
[
"Using a Geo Server" guide
](
using_a_geo_server
.md
)
.
## Selective replication
## Selective replication
...
...
doc/gitlab-geo/configuration_source.md
View file @
b49fab30
...
@@ -176,7 +176,7 @@ correctly identified as a secondary Geo node and if Geo is enabled.
...
@@ -176,7 +176,7 @@ correctly identified as a secondary Geo node and if Geo is enabled.
If your installation isn't working properly, check the
If your installation isn't working properly, check the
[
troubleshooting
](
configuration.md#troubleshooting
)
section.
[
troubleshooting
](
configuration.md#troubleshooting
)
section.
Point your users to the
[
after setup steps
](
after_setup
.md
)
.
Point your users to the
[
"Using a Geo Server" guide
](
using_a_geo_server
.md
)
.
## Selective replication
## Selective replication
...
...
doc/gitlab-geo/database.md
View file @
b49fab30
...
@@ -479,13 +479,6 @@ Geo secondary nodes use a tracking database to keep track of replication
...
@@ -479,13 +479,6 @@ Geo secondary nodes use a tracking database to keep track of replication
status and recover automatically from some replication issues. Follow the
status and recover automatically from some replication issues. Follow the
instructions for
[
enabling tracking database on the secondary server
][
tracking
]
.
instructions for
[
enabling tracking database on the secondary server
][
tracking
]
.
### Next steps
Now that the database replication is done, the next step is to configure SSH
authorizations to use the database.
[
➤ Configure SSH authorizations to use the database
](
ssh.md
)
## MySQL replication
## MySQL replication
We don't support MySQL replication for GitLab Geo.
We don't support MySQL replication for GitLab Geo.
...
...
doc/gitlab-geo/database_source.md
View file @
b49fab30
...
@@ -462,13 +462,6 @@ data before running `pg_basebackup`.
...
@@ -462,13 +462,6 @@ data before running `pg_basebackup`.
The replication process is now over.
The replication process is now over.
### Next steps
Now that the database replication is done, the next step is to configure SSH
authorizations to use the database.
[
➤ Configure SSH authorizations to use the database
](
ssh.md
)
## MySQL replication
## MySQL replication
We don't support MySQL replication for GitLab Geo.
We don't support MySQL replication for GitLab Geo.
...
...
doc/gitlab-geo/ssh.md
View file @
b49fab30
...
@@ -14,21 +14,9 @@ Note this feature is only available on operating systems that support OpenSSH
...
@@ -14,21 +14,9 @@ Note this feature is only available on operating systems that support OpenSSH
version of OpenSSH for your server]
version of OpenSSH for your server]
(../administration/operations/speed_up_ssh.html#compiling-a-custom-version-of-openssh-for-centos-6).
(../administration/operations/speed_up_ssh.html#compiling-a-custom-version-of-openssh-for-centos-6).
For both primary AND secondary nodes, follow the instructions on
[
configuring
For both primary AND secondary nodes, follow the instructions on
SSH authorization via database
[
looking up authorized SSH keys in the database
](
../administration/operations/speed_up_ssh.html
)
.
lookups
](
../administration/operations/speed_up_ssh.html
)
.
Note that the 'Write to "authorized keys" file' checkbox only needs
Note that the 'Write to "authorized keys" file' checkbox only needs
to be unchecked on the primary node since it will be reflected automatically
to be unchecked on the primary node since it will be reflected automatically
in the secondary if database replication is working.
in the secondary if database replication is working.
### Next steps
Now that SSH authorizations are configured to use the database, the next step
is to configure GitLab.
[
➤ GitLab Geo configuration
](
configuration.md
)
If you are running GitLab installed from source:
[
➤ GitLab Geo configuration (source)
](
configuration_source.md
)
doc/gitlab-geo/
after_setup
.md
→
doc/gitlab-geo/
using_a_geo_server
.md
View file @
b49fab30
#
After setup
#
Using a Geo Server
After you set up the
[
database replication and configure the GitLab Geo nodes
][
req
]
,
After you set up the
[
database replication and configure the GitLab Geo nodes
][
req
]
,
there are a few things to consider:
there are a few things to consider:
...
@@ -6,13 +6,13 @@ there are a few things to consider:
...
@@ -6,13 +6,13 @@ there are a few things to consider:
1.
Users need an extra step to be able to fetch code from the secondary and push
1.
Users need an extra step to be able to fetch code from the secondary and push
to primary:
to primary:
1. Clone the repository as
normal do
from the secondary node:
1. Clone the repository as
you would normally do, but
from the secondary node:
```bash
```bash
git clone git@secondary.gitlab.example.com:user/repo.git
git clone git@secondary.gitlab.example.com:user/repo.git
```
```
1. Change the remote push URL following this example:
1. Change the remote push URL
to always push to primary,
following this example:
```bash
```bash
git remote set-url --push origin git@primary.gitlab.example.com:user/repo.git
git remote set-url --push origin git@primary.gitlab.example.com:user/repo.git
...
...
package.json
View file @
b49fab30
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"
autosize
"
:
"
^4.0.0
"
,
"
autosize
"
:
"
^4.0.0
"
,
"
axios
"
:
"
^0.1
6.2
"
,
"
axios
"
:
"
^0.1
7.1
"
,
"
axios-mock-adapter
"
:
"
^1.10.0
"
,
"
axios-mock-adapter
"
:
"
^1.10.0
"
,
"
babel-core
"
:
"
^6.2
2.1
"
,
"
babel-core
"
:
"
^6.2
6.0
"
,
"
babel-eslint
"
:
"
^
7.2.1
"
,
"
babel-eslint
"
:
"
^
8.0.2
"
,
"
babel-loader
"
:
"
^7.1.
1
"
,
"
babel-loader
"
:
"
^7.1.
2
"
,
"
babel-plugin-transform-define
"
:
"
^1.
2
.0
"
,
"
babel-plugin-transform-define
"
:
"
^1.
3
.0
"
,
"
babel-preset-latest
"
:
"
^6.24.
0
"
,
"
babel-preset-latest
"
:
"
^6.24.
1
"
,
"
babel-preset-stage-2
"
:
"
^6.2
2.0
"
,
"
babel-preset-stage-2
"
:
"
^6.2
4.1
"
,
"
blackst0ne-mermaid
"
:
"
^7.1.0-fixed
"
,
"
blackst0ne-mermaid
"
:
"
^7.1.0-fixed
"
,
"
bootstrap-sass
"
:
"
^3.3.6
"
,
"
bootstrap-sass
"
:
"
^3.3.6
"
,
"
brace-expansion
"
:
"
^1.1.8
"
,
"
brace-expansion
"
:
"
^1.1.8
"
,
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@gitlab-org/gitlab-svgs
"
:
"
^1.0.2
"
,
"
@gitlab-org/gitlab-svgs
"
:
"
^1.0.2
"
,
"
babel-plugin-istanbul
"
:
"
^4.
0.0
"
,
"
babel-plugin-istanbul
"
:
"
^4.
1.5
"
,
"
eslint
"
:
"
^3.10.1
"
,
"
eslint
"
:
"
^3.10.1
"
,
"
eslint-config-airbnb-base
"
:
"
^10.0.1
"
,
"
eslint-config-airbnb-base
"
:
"
^10.0.1
"
,
"
eslint-import-resolver-webpack
"
:
"
^0.8.3
"
,
"
eslint-import-resolver-webpack
"
:
"
^0.8.3
"
,
...
...
yarn.lock
View file @
b49fab30
...
@@ -2,6 +2,58 @@
...
@@ -2,6 +2,58 @@
# yarn lockfile v1
# yarn lockfile v1
"@babel/code-frame@7.0.0-beta.32", "@babel/code-frame@^7.0.0-beta.31":
version "7.0.0-beta.32"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.32.tgz#04f231b8ec70370df830d9926ce0f5add074ec4c"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
js-tokens "^3.0.0"
"@babel/helper-function-name@7.0.0-beta.32":
version "7.0.0-beta.32"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.32.tgz#6161af4419f1b4e3ed2d28c0c79c160e218be1f3"
dependencies:
"@babel/helper-get-function-arity" "7.0.0-beta.32"
"@babel/template" "7.0.0-beta.32"
"@babel/types" "7.0.0-beta.32"
"@babel/helper-get-function-arity@7.0.0-beta.32":
version "7.0.0-beta.32"
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.32.tgz#93721a99db3757de575a83bab7c453299abca568"
dependencies:
"@babel/types" "7.0.0-beta.32"
"@babel/template@7.0.0-beta.32":
version "7.0.0-beta.32"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.32.tgz#e1d9fdbd2a7bcf128f2f920744a67dab18072495"
dependencies:
"@babel/code-frame" "7.0.0-beta.32"
"@babel/types" "7.0.0-beta.32"
babylon "7.0.0-beta.32"
lodash "^4.2.0"
"@babel/traverse@^7.0.0-beta.31":
version "7.0.0-beta.32"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.32.tgz#b78b754c6e1af3360626183738e4c7a05951bc99"
dependencies:
"@babel/code-frame" "7.0.0-beta.32"
"@babel/helper-function-name" "7.0.0-beta.32"
"@babel/types" "7.0.0-beta.32"
babylon "7.0.0-beta.32"
debug "^3.0.1"
globals "^10.0.0"
invariant "^2.2.0"
lodash "^4.2.0"
"@babel/types@7.0.0-beta.32", "@babel/types@^7.0.0-beta.31":
version "7.0.0-beta.32"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.32.tgz#c317d0ecc89297b80bbcb2f50608e31f6452a5ff"
dependencies:
esutils "^2.0.2"
lodash "^4.2.0"
to-fast-properties "^2.0.0"
"@gitlab-org/gitlab-svgs@^1.0.2":
"@gitlab-org/gitlab-svgs@^1.0.2":
version "1.0.2"
version "1.0.2"
resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.0.2.tgz#e4d29058e2bb438ba71ac525c6397ef15ae2877b"
resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.0.2.tgz#e4d29058e2bb438ba71ac525c6397ef15ae2877b"
...
@@ -105,6 +157,12 @@ ansi-styles@^2.2.1:
...
@@ -105,6 +157,12 @@ ansi-styles@^2.2.1:
version "2.2.1"
version "2.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
ansi-styles@^3.1.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
dependencies:
color-convert "^1.9.0"
anymatch@^1.3.0:
anymatch@^1.3.0:
version "1.3.2"
version "1.3.2"
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a"
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a"
...
@@ -269,12 +327,11 @@ axios-mock-adapter@^1.10.0:
...
@@ -269,12 +327,11 @@ axios-mock-adapter@^1.10.0:
resolved "https://registry.yarnpkg.com/axios-mock-adapter/-/axios-mock-adapter-1.10.0.tgz#3ccee65466439a2c7567e932798fc0377d39209d"
resolved "https://registry.yarnpkg.com/axios-mock-adapter/-/axios-mock-adapter-1.10.0.tgz#3ccee65466439a2c7567e932798fc0377d39209d"
dependencies:
dependencies:
deep-equal "^1.0.1"
deep-equal "^1.0.1"
axios@^0.17.1:
axios@^0.16.2:
version "0.17.1"
version "0.16.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.16.2.tgz#ba4f92f17167dfbab40983785454b9ac149c3c6d"
dependencies:
dependencies:
follow-redirects "^1.2.
3
"
follow-redirects "^1.2.
5
"
is-buffer "^1.1.5"
is-buffer "^1.1.5"
babel-code-frame@^6.11.0, babel-code-frame@^6.22.0:
babel-code-frame@^6.11.0, babel-code-frame@^6.22.0:
...
@@ -285,7 +342,7 @@ babel-code-frame@^6.11.0, babel-code-frame@^6.22.0:
...
@@ -285,7 +342,7 @@ babel-code-frame@^6.11.0, babel-code-frame@^6.22.0:
esutils "^2.0.2"
esutils "^2.0.2"
js-tokens "^3.0.0"
js-tokens "^3.0.0"
babel-code-frame@^6.16.0:
babel-code-frame@^6.16.0
, babel-code-frame@^6.26.0
:
version "6.26.0"
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
dependencies:
dependencies:
...
@@ -293,40 +350,40 @@ babel-code-frame@^6.16.0:
...
@@ -293,40 +350,40 @@ babel-code-frame@^6.16.0:
esutils "^2.0.2"
esutils "^2.0.2"
js-tokens "^3.0.2"
js-tokens "^3.0.2"
babel-core@^6.2
2.1, babel-core@^6.23
.0:
babel-core@^6.2
6
.0:
version "6.2
3.1
"
version "6.2
6.0
"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.2
3.1.tgz#c143cb621bb2f621710c220c5d579d15b8a442df
"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.2
6.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8
"
dependencies:
dependencies:
babel-code-frame "^6.2
2
.0"
babel-code-frame "^6.2
6
.0"
babel-generator "^6.2
3
.0"
babel-generator "^6.2
6
.0"
babel-helpers "^6.2
3.0
"
babel-helpers "^6.2
4.1
"
babel-messages "^6.23.0"
babel-messages "^6.23.0"
babel-register "^6.2
3
.0"
babel-register "^6.2
6
.0"
babel-runtime "^6.2
2
.0"
babel-runtime "^6.2
6
.0"
babel-template "^6.2
3
.0"
babel-template "^6.2
6
.0"
babel-traverse "^6.2
3.1
"
babel-traverse "^6.2
6.0
"
babel-types "^6.2
3
.0"
babel-types "^6.2
6
.0"
babylon "^6.1
1
.0"
babylon "^6.1
8
.0"
convert-source-map "^1.
1
.0"
convert-source-map "^1.
5
.0"
debug "^2.
1.1
"
debug "^2.
6.8
"
json5 "^0.5.
0
"
json5 "^0.5.
1
"
lodash "^4.
2.0
"
lodash "^4.
17.4
"
minimatch "^3.0.
2
"
minimatch "^3.0.
4
"
path-is-absolute "^1.0.
0
"
path-is-absolute "^1.0.
1
"
private "^0.1.
6
"
private "^0.1.
7
"
slash "^1.0.0"
slash "^1.0.0"
source-map "^0.5.
0
"
source-map "^0.5.
6
"
babel-eslint@^
7.2.1
:
babel-eslint@^
8.0.2
:
version "
7.2.1
"
version "
8.0.2
"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-
7.2.1.tgz#079422eb73ba811e3ca0865ce87af29327f8c52f
"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-
8.0.2.tgz#e44fb9a037d749486071d52d65312f5c20aa7530
"
dependencies:
dependencies:
babel-code-frame "^6.22.0
"
"@babel/code-frame" "^7.0.0-beta.31
"
babel-traverse "^6.23.
1"
"@babel/traverse" "^7.0.0-beta.3
1"
babel-types "^6.23.0
"
"@babel/types" "^7.0.0-beta.31
"
babylon "^
6.16.
1"
babylon "^
7.0.0-beta.3
1"
babel-generator@^6.18.0
, babel-generator@^6.23.0
:
babel-generator@^6.18.0:
version "6.23.0"
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.23.0.tgz#6b8edab956ef3116f79d8c84c5a3c05f32a74bc5"
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.23.0.tgz#6b8edab956ef3116f79d8c84c5a3c05f32a74bc5"
dependencies:
dependencies:
...
@@ -339,127 +396,140 @@ babel-generator@^6.18.0, babel-generator@^6.23.0:
...
@@ -339,127 +396,140 @@ babel-generator@^6.18.0, babel-generator@^6.23.0:
source-map "^0.5.0"
source-map "^0.5.0"
trim-right "^1.0.1"
trim-right "^1.0.1"
babel-
helper-bindify-decorators@^6.22
.0:
babel-
generator@^6.26
.0:
version "6.2
2
.0"
version "6.2
6
.0"
resolved "https://registry.yarnpkg.com/babel-
helper-bindify-decorators/-/babel-helper-bindify-decorators-6.22.0.tgz#d7f5bc261275941ac62acfc4e20dacfb8a3fe952
"
resolved "https://registry.yarnpkg.com/babel-
generator/-/babel-generator-6.26.0.tgz#ac1ae20070b79f6e3ca1d3269613053774f20dc5
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-messages "^6.23.0"
babel-traverse "^6.22.0"
babel-runtime "^6.26.0"
babel-types "^6.22.0"
babel-types "^6.26.0"
detect-indent "^4.0.0"
jsesc "^1.3.0"
lodash "^4.17.4"
source-map "^0.5.6"
trim-right "^1.0.1"
babel-helper-b
uilder-binary-assignment-operator-visitor@^6.22.0
:
babel-helper-b
indify-decorators@^6.24.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-b
uilder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.22.0.tgz#29df56be144d81bdeac08262bfa41d2c5e91cdcd
"
resolved "https://registry.yarnpkg.com/babel-helper-b
indify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz#14c19e5f142d7b47f19a52431e52b1ccbc40a330
"
dependencies:
dependencies:
babel-helper-explode-assignable-expression "^6.22.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-traverse "^6.24.1"
babel-types "^6.24.1"
babel-helper-
call-delegate@^6.22.0
:
babel-helper-
builder-binary-assignment-operator-visitor@^6.24.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-
call-delegate/-/babel-helper-call-delegate-6.22.0.tgz#119921b56120f17e9dae3f74b4f5cc7bcc1b37ef
"
resolved "https://registry.yarnpkg.com/babel-helper-
builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664
"
dependencies:
dependencies:
babel-helper-
hoist-variables "^6.22.0
"
babel-helper-
explode-assignable-expression "^6.24.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-traverse "^6.22.0"
babel-types "^6.24.1"
babel-types "^6.22.0"
babel-helper-
define-map@^6.23.0
:
babel-helper-
call-delegate@^6.24.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-
define-map/-/babel-helper-define-map-6.23.0.tgz#1444f960c9691d69a2ced6a205315f8fd00804e7
"
resolved "https://registry.yarnpkg.com/babel-helper-
call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d
"
dependencies:
dependencies:
babel-helper-
function-name "^6.23.0
"
babel-helper-
hoist-variables "^6.24.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-t
ypes "^6.23.0
"
babel-t
raverse "^6.24.1
"
lodash "^4.2.0
"
babel-types "^6.24.1
"
babel-helper-
explode-assignable-expression@^6.22.0
:
babel-helper-
define-map@^6.24.1
:
version "6.2
2
.0"
version "6.2
6
.0"
resolved "https://registry.yarnpkg.com/babel-helper-
explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.22.0.tgz#c97bf76eed3e0bae4048121f2b9dae1a4e7d0478
"
resolved "https://registry.yarnpkg.com/babel-helper-
define-map/-/babel-helper-define-map-6.26.0.tgz#a5f56dab41a25f97ecb498c7ebaca9819f95be5f
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-helper-function-name "^6.24.1"
babel-traverse "^6.22.0"
babel-runtime "^6.26.0"
babel-types "^6.22.0"
babel-types "^6.26.0"
lodash "^4.17.4"
babel-helper-explode-
class@^6.22.0
:
babel-helper-explode-
assignable-expression@^6.24.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-explode-
class/-/babel-helper-explode-class-6.22.0.tgz#646304924aa6388a516843ba7f1855ef8dfeb69b
"
resolved "https://registry.yarnpkg.com/babel-helper-explode-
assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa
"
dependencies:
dependencies:
babel-helper-bindify-decorators "^6.22.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-traverse "^6.2
2.0
"
babel-traverse "^6.2
4.1
"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-helper-
function-name@^6.22.0, babel-helper-function-name@^6.23.0
:
babel-helper-
explode-class@^6.24.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-
function-name/-/babel-helper-function-name-6.23.0.tgz#25742d67175c8903dbe4b6cb9d9e1fcb8dcf23a6
"
resolved "https://registry.yarnpkg.com/babel-helper-
explode-class/-/babel-helper-explode-class-6.24.1.tgz#7dc2a3910dee007056e1e31d640ced3d54eaa9eb
"
dependencies:
dependencies:
babel-helper-
get-function-arity "^6.22.0
"
babel-helper-
bindify-decorators "^6.24.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.23.0"
babel-traverse "^6.24.1"
babel-traverse "^6.23.0"
babel-types "^6.24.1"
babel-types "^6.23.0"
babel-helper-
get-function-arity@^6.22.0
:
babel-helper-
function-name@^6.24.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-
get-function-arity/-/babel-helper-get-function-arity-6.22.0.tgz#0beb464ad69dc7347410ac6ade9f03a50634f5ce
"
resolved "https://registry.yarnpkg.com/babel-helper-
function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9
"
dependencies:
dependencies:
babel-helper-get-function-arity "^6.24.1"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-template "^6.24.1"
babel-traverse "^6.24.1"
babel-types "^6.24.1"
babel-helper-
hoist-variables@^6.22.0
:
babel-helper-
get-function-arity@^6.24.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-
hoist-variables/-/babel-helper-hoist-variables-6.22.0.tgz#3eacbf731d80705845dd2e9718f600cfb9b4ba72
"
resolved "https://registry.yarnpkg.com/babel-helper-
get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-helper-
optimise-call-expression@^6.23.0
:
babel-helper-
hoist-variables@^6.24.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-
optimise-call-expression/-/babel-helper-optimise-call-expression-6.23.0.tgz#f3ee7eed355b4282138b33d02b78369e470622f5
"
resolved "https://registry.yarnpkg.com/babel-helper-
hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.2
3.0
"
babel-types "^6.2
4.1
"
babel-helper-
regex@^6.22.0
:
babel-helper-
optimise-call-expression@^6.24.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-
regex/-/babel-helper-regex-6.22.0.tgz#79f532be1647b1f0ee3474b5f5c3da58001d247d
"
resolved "https://registry.yarnpkg.com/babel-helper-
optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-types "^6.24.1"
lodash "^4.2.0"
babel-helper-re
map-async-to-generator@^6.22.0
:
babel-helper-re
gex@^6.24.1
:
version "6.2
2
.0"
version "6.2
6
.0"
resolved "https://registry.yarnpkg.com/babel-helper-re
map-async-to-generator/-/babel-helper-remap-async-to-generator-6.22.0.tgz#2186ae73278ed03b8b15ced089609da981053383
"
resolved "https://registry.yarnpkg.com/babel-helper-re
gex/-/babel-helper-regex-6.26.0.tgz#325c59f902f82f24b74faceed0363954f6495e72
"
dependencies:
dependencies:
babel-helper-function-name "^6.22.0"
babel-runtime "^6.26.0"
babel-types "^6.26.0"
lodash "^4.17.4"
babel-helper-remap-async-to-generator@^6.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b"
dependencies:
babel-helper-function-name "^6.24.1"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
2.0
"
babel-template "^6.2
4.1
"
babel-traverse "^6.2
2.0
"
babel-traverse "^6.2
4.1
"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-helper-replace-supers@^6.2
2.0, babel-helper-replace-supers@^6.23.0
:
babel-helper-replace-supers@^6.2
4.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.2
3.0.tgz#eeaf8ad9b58ec4337ca94223bacdca1f8d9b4bfd
"
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.2
4.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a
"
dependencies:
dependencies:
babel-helper-optimise-call-expression "^6.2
3.0
"
babel-helper-optimise-call-expression "^6.2
4.1
"
babel-messages "^6.23.0"
babel-messages "^6.23.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
3.0
"
babel-template "^6.2
4.1
"
babel-traverse "^6.2
3.0
"
babel-traverse "^6.2
4.1
"
babel-types "^6.2
3.0
"
babel-types "^6.2
4.1
"
babel-helpers@^6.2
3.0
:
babel-helpers@^6.2
4.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.2
3.0.tgz#4f8f2e092d0b6a8808a4bde79c27f1e2ecf0d99
2"
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.2
4.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b
2"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
3.0
"
babel-template "^6.2
4.1
"
babel-loader@^7.1.
1
:
babel-loader@^7.1.
2
:
version "7.1.
1
"
version "7.1.
2
"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.
1.tgz#b87134c8b12e3e4c2a94e0546085bc680a2b8488
"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.
2.tgz#f6cbe122710f1aa2af4d881c6d5b54358ca24126
"
dependencies:
dependencies:
find-cache-dir "^1.0.0"
find-cache-dir "^1.0.0"
loader-utils "^1.0.2"
loader-utils "^1.0.2"
...
@@ -477,13 +547,13 @@ babel-plugin-check-es2015-constants@^6.22.0:
...
@@ -477,13 +547,13 @@ babel-plugin-check-es2015-constants@^6.22.0:
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-istanbul@^4.
0.0
:
babel-plugin-istanbul@^4.
1.5
:
version "4.
0.0
"
version "4.
1.5
"
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.
0.0.tgz#36bde8fbef4837e5ff0366531a2beabd7b1ffa10
"
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.
1.5.tgz#6760cdd977f411d3e175bb064f2bc327d99b2b6e
"
dependencies:
dependencies:
find-up "^2.1.0"
find-up "^2.1.0"
istanbul-lib-instrument "^1.
4.2
"
istanbul-lib-instrument "^1.
7.5
"
test-exclude "^4.
0.0
"
test-exclude "^4.
1.1
"
babel-plugin-syntax-async-functions@^6.8.0:
babel-plugin-syntax-async-functions@^6.8.0:
version "6.13.0"
version "6.13.0"
...
@@ -517,46 +587,46 @@ babel-plugin-syntax-trailing-function-commas@^6.22.0:
...
@@ -517,46 +587,46 @@ babel-plugin-syntax-trailing-function-commas@^6.22.0:
version "6.22.0"
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
babel-plugin-transform-async-generator-functions@^6.2
2.0
:
babel-plugin-transform-async-generator-functions@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.2
2.0.tgz#a720a98153a7596f204099cd5409f4b3c05bab46
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.2
4.1.tgz#f058900145fd3e9907a6ddf28da59f215258a5db
"
dependencies:
dependencies:
babel-helper-remap-async-to-generator "^6.2
2.0
"
babel-helper-remap-async-to-generator "^6.2
4.1
"
babel-plugin-syntax-async-generators "^6.5.0"
babel-plugin-syntax-async-generators "^6.5.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-async-to-generator@^6.2
2.0
:
babel-plugin-transform-async-to-generator@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.2
2.0.tgz#194b6938ec195ad36efc4c33a971acf00d8cd35e
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.2
4.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761
"
dependencies:
dependencies:
babel-helper-remap-async-to-generator "^6.2
2.0
"
babel-helper-remap-async-to-generator "^6.2
4.1
"
babel-plugin-syntax-async-functions "^6.8.0"
babel-plugin-syntax-async-functions "^6.8.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-class-properties@^6.2
2.0
:
babel-plugin-transform-class-properties@^6.2
4.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.2
3.0.tgz#187b747ee404399013563c993db038f34754ac3b
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.2
4.1.tgz#6a79763ea61d33d36f37b611aa9def81a81b46ac
"
dependencies:
dependencies:
babel-helper-function-name "^6.2
3.0
"
babel-helper-function-name "^6.2
4.1
"
babel-plugin-syntax-class-properties "^6.8.0"
babel-plugin-syntax-class-properties "^6.8.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
3.0
"
babel-template "^6.2
4.1
"
babel-plugin-transform-decorators@^6.2
2.0
:
babel-plugin-transform-decorators@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.2
2.0.tgz#c03635b27a23b23b7224f49232c237a73988d27c
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.2
4.1.tgz#788013d8f8c6b5222bdf7b344390dfd77569e24d
"
dependencies:
dependencies:
babel-helper-explode-class "^6.2
2.0
"
babel-helper-explode-class "^6.2
4.1
"
babel-plugin-syntax-decorators "^6.13.0"
babel-plugin-syntax-decorators "^6.13.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
2.0
"
babel-template "^6.2
4.1
"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-plugin-transform-define@^1.
2
.0:
babel-plugin-transform-define@^1.
3
.0:
version "1.
2
.0"
version "1.
3
.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-1.
2.0.tgz#f036bda05162f29a542e434f585da1ccf1e7ec6a
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-1.
3.0.tgz#94c5f9459c810c738cc7c50cbd44a31829d6f319
"
dependencies:
dependencies:
lodash
.get "4.4.2
"
lodash
"4.17.4
"
traverse "0.6.6"
traverse "0.6.6"
babel-plugin-transform-es2015-arrow-functions@^6.22.0:
babel-plugin-transform-es2015-arrow-functions@^6.22.0:
...
@@ -571,36 +641,36 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
...
@@ -571,36 +641,36 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-block-scoping@^6.2
2.0
:
babel-plugin-transform-es2015-block-scoping@^6.2
4.1
:
version "6.2
3
.0"
version "6.2
6
.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.2
3.0.tgz#e48895cf0b375be148cd7c8879b422707a053b51
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.2
6.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f
"
dependencies:
dependencies:
babel-runtime "^6.2
2
.0"
babel-runtime "^6.2
6
.0"
babel-template "^6.2
3
.0"
babel-template "^6.2
6
.0"
babel-traverse "^6.2
3
.0"
babel-traverse "^6.2
6
.0"
babel-types "^6.2
3
.0"
babel-types "^6.2
6
.0"
lodash "^4.
2.0
"
lodash "^4.
17.4
"
babel-plugin-transform-es2015-classes@^6.2
2.0
:
babel-plugin-transform-es2015-classes@^6.2
4.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.2
3.0.tgz#49b53f326202a2fd1b3bbaa5e2edd8a4f78643c1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.2
4.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db
"
dependencies:
dependencies:
babel-helper-define-map "^6.2
3.0
"
babel-helper-define-map "^6.2
4.1
"
babel-helper-function-name "^6.2
3.0
"
babel-helper-function-name "^6.2
4.1
"
babel-helper-optimise-call-expression "^6.2
3.0
"
babel-helper-optimise-call-expression "^6.2
4.1
"
babel-helper-replace-supers "^6.2
3.0
"
babel-helper-replace-supers "^6.2
4.1
"
babel-messages "^6.23.0"
babel-messages "^6.23.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
3.0
"
babel-template "^6.2
4.1
"
babel-traverse "^6.2
3.0
"
babel-traverse "^6.2
4.1
"
babel-types "^6.2
3.0
"
babel-types "^6.2
4.1
"
babel-plugin-transform-es2015-computed-properties@^6.2
2.0
:
babel-plugin-transform-es2015-computed-properties@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.2
2.0.tgz#7c383e9629bba4820c11b0425bdd6290f7f057e7
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.2
4.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
2.0
"
babel-template "^6.2
4.1
"
babel-plugin-transform-es2015-destructuring@^6.22.0:
babel-plugin-transform-es2015-destructuring@^6.22.0:
version "6.23.0"
version "6.23.0"
...
@@ -608,12 +678,12 @@ babel-plugin-transform-es2015-destructuring@^6.22.0:
...
@@ -608,12 +678,12 @@ babel-plugin-transform-es2015-destructuring@^6.22.0:
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-duplicate-keys@^6.2
2.0
:
babel-plugin-transform-es2015-duplicate-keys@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.2
2.0.tgz#672397031c21610d72dd2bbb0ba9fb6277e1c36b
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.2
4.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-plugin-transform-es2015-for-of@^6.22.0:
babel-plugin-transform-es2015-for-of@^6.22.0:
version "6.23.0"
version "6.23.0"
...
@@ -621,13 +691,13 @@ babel-plugin-transform-es2015-for-of@^6.22.0:
...
@@ -621,13 +691,13 @@ babel-plugin-transform-es2015-for-of@^6.22.0:
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-function-name@^6.2
2.0
:
babel-plugin-transform-es2015-function-name@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.2
2.0.tgz#f5fcc8b09093f9a23c76ac3d9e392c3ec4b77104
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.2
4.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b
"
dependencies:
dependencies:
babel-helper-function-name "^6.2
2.0
"
babel-helper-function-name "^6.2
4.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-plugin-transform-es2015-literals@^6.22.0:
babel-plugin-transform-es2015-literals@^6.22.0:
version "6.22.0"
version "6.22.0"
...
@@ -635,63 +705,63 @@ babel-plugin-transform-es2015-literals@^6.22.0:
...
@@ -635,63 +705,63 @@ babel-plugin-transform-es2015-literals@^6.22.0:
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-modules-amd@^6.24.
0
:
babel-plugin-transform-es2015-modules-amd@^6.24.
1
:
version "6.24.
0
"
version "6.24.
1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.
0.tgz#a1911fb9b7ec7e05a43a63c5995007557bcf6a2e
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.
1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154
"
dependencies:
dependencies:
babel-plugin-transform-es2015-modules-commonjs "^6.24.
0
"
babel-plugin-transform-es2015-modules-commonjs "^6.24.
1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
2.0
"
babel-template "^6.2
4.1
"
babel-plugin-transform-es2015-modules-commonjs@^6.24.
0
:
babel-plugin-transform-es2015-modules-commonjs@^6.24.
1
:
version "6.2
4
.0"
version "6.2
6
.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.2
4.0.tgz#e921aefb72c2cc26cb03d107626156413222134f
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.2
6.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a
"
dependencies:
dependencies:
babel-plugin-transform-strict-mode "^6.2
2.0
"
babel-plugin-transform-strict-mode "^6.2
4.1
"
babel-runtime "^6.2
2
.0"
babel-runtime "^6.2
6
.0"
babel-template "^6.2
3
.0"
babel-template "^6.2
6
.0"
babel-types "^6.2
3
.0"
babel-types "^6.2
6
.0"
babel-plugin-transform-es2015-modules-systemjs@^6.2
2.0
:
babel-plugin-transform-es2015-modules-systemjs@^6.2
4.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.2
3.0.tgz#ae3469227ffac39b0310d90fec73bfdc4f6317b0
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.2
4.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23
"
dependencies:
dependencies:
babel-helper-hoist-variables "^6.2
2.0
"
babel-helper-hoist-variables "^6.2
4.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
3.0
"
babel-template "^6.2
4.1
"
babel-plugin-transform-es2015-modules-umd@^6.24.
0
:
babel-plugin-transform-es2015-modules-umd@^6.24.
1
:
version "6.24.
0
"
version "6.24.
1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.
0.tgz#fd5fa63521cae8d273927c3958afd7c067733450
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.
1.tgz#ac997e6285cd18ed6176adb607d602344ad38468
"
dependencies:
dependencies:
babel-plugin-transform-es2015-modules-amd "^6.24.
0
"
babel-plugin-transform-es2015-modules-amd "^6.24.
1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
3.0
"
babel-template "^6.2
4.1
"
babel-plugin-transform-es2015-object-super@^6.2
2.0
:
babel-plugin-transform-es2015-object-super@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.2
2.0.tgz#daa60e114a042ea769dd53fe528fc82311eb98fc
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.2
4.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d
"
dependencies:
dependencies:
babel-helper-replace-supers "^6.2
2.0
"
babel-helper-replace-supers "^6.2
4.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-parameters@^6.2
2.0
:
babel-plugin-transform-es2015-parameters@^6.2
4.1
:
version "6.2
3.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.2
3.0.tgz#3a2aabb70c8af945d5ce386f1a4250625a83ae3
b"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.2
4.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2
b"
dependencies:
dependencies:
babel-helper-call-delegate "^6.2
2.0
"
babel-helper-call-delegate "^6.2
4.1
"
babel-helper-get-function-arity "^6.2
2.0
"
babel-helper-get-function-arity "^6.2
4.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-template "^6.2
3.0
"
babel-template "^6.2
4.1
"
babel-traverse "^6.2
3.0
"
babel-traverse "^6.2
4.1
"
babel-types "^6.2
3.0
"
babel-types "^6.2
4.1
"
babel-plugin-transform-es2015-shorthand-properties@^6.2
2.0
:
babel-plugin-transform-es2015-shorthand-properties@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.2
2.0.tgz#8ba776e0affaa60bff21e921403b8a652a2ff723
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.2
4.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-plugin-transform-es2015-spread@^6.22.0:
babel-plugin-transform-es2015-spread@^6.22.0:
version "6.22.0"
version "6.22.0"
...
@@ -699,13 +769,13 @@ babel-plugin-transform-es2015-spread@^6.22.0:
...
@@ -699,13 +769,13 @@ babel-plugin-transform-es2015-spread@^6.22.0:
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-sticky-regex@^6.2
2.0
:
babel-plugin-transform-es2015-sticky-regex@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.2
2.0.tgz#ab316829e866ee3f4b9eb96939757d19a5bc4593
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.2
4.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc
"
dependencies:
dependencies:
babel-helper-regex "^6.2
2.0
"
babel-helper-regex "^6.2
4.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-plugin-transform-es2015-template-literals@^6.22.0:
babel-plugin-transform-es2015-template-literals@^6.22.0:
version "6.22.0"
version "6.22.0"
...
@@ -719,19 +789,19 @@ babel-plugin-transform-es2015-typeof-symbol@^6.22.0:
...
@@ -719,19 +789,19 @@ babel-plugin-transform-es2015-typeof-symbol@^6.22.0:
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-unicode-regex@^6.2
2.0
:
babel-plugin-transform-es2015-unicode-regex@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.2
2.0.tgz#8d9cc27e7ee1decfe65454fb986452a04a613d20
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.2
4.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9
"
dependencies:
dependencies:
babel-helper-regex "^6.2
2.0
"
babel-helper-regex "^6.2
4.1
"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
regexpu-core "^2.0.0"
regexpu-core "^2.0.0"
babel-plugin-transform-exponentiation-operator@^6.2
2.0
:
babel-plugin-transform-exponentiation-operator@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.2
2.0.tgz#d57c8335281918e54ef053118ce6eb108468084d
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.2
4.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e
"
dependencies:
dependencies:
babel-helper-builder-binary-assignment-operator-visitor "^6.2
2.0
"
babel-helper-builder-binary-assignment-operator-visitor "^6.2
4.1
"
babel-plugin-syntax-exponentiation-operator "^6.8.0"
babel-plugin-syntax-exponentiation-operator "^6.8.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
...
@@ -742,99 +812,99 @@ babel-plugin-transform-object-rest-spread@^6.22.0:
...
@@ -742,99 +812,99 @@ babel-plugin-transform-object-rest-spread@^6.22.0:
babel-plugin-syntax-object-rest-spread "^6.8.0"
babel-plugin-syntax-object-rest-spread "^6.8.0"
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-plugin-transform-regenerator@^6.2
2.0
:
babel-plugin-transform-regenerator@^6.2
4.1
:
version "6.2
2
.0"
version "6.2
6
.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.2
2.0.tgz#65740593a319c44522157538d690b84094617ea6
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.2
6.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f
"
dependencies:
dependencies:
regenerator-transform "
0.9.8
"
regenerator-transform "
^0.10.0
"
babel-plugin-transform-strict-mode@^6.2
2.0
:
babel-plugin-transform-strict-mode@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.2
2.0.tgz#e008df01340fdc87e959da65991b7e05970c8c7c
"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.2
4.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758
"
dependencies:
dependencies:
babel-runtime "^6.22.0"
babel-runtime "^6.22.0"
babel-types "^6.2
2.0
"
babel-types "^6.2
4.1
"
babel-preset-es2015@^6.24.
0
:
babel-preset-es2015@^6.24.
1
:
version "6.24.
0
"
version "6.24.
1
"
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.
0.tgz#c162d68b1932696e036cd3110dc1ccd303d2673a
"
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.
1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939
"
dependencies:
dependencies:
babel-plugin-check-es2015-constants "^6.22.0"
babel-plugin-check-es2015-constants "^6.22.0"
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
babel-plugin-transform-es2015-block-scoping "^6.2
2.0
"
babel-plugin-transform-es2015-block-scoping "^6.2
4.1
"
babel-plugin-transform-es2015-classes "^6.2
2.0
"
babel-plugin-transform-es2015-classes "^6.2
4.1
"
babel-plugin-transform-es2015-computed-properties "^6.2
2.0
"
babel-plugin-transform-es2015-computed-properties "^6.2
4.1
"
babel-plugin-transform-es2015-destructuring "^6.22.0"
babel-plugin-transform-es2015-destructuring "^6.22.0"
babel-plugin-transform-es2015-duplicate-keys "^6.2
2.0
"
babel-plugin-transform-es2015-duplicate-keys "^6.2
4.1
"
babel-plugin-transform-es2015-for-of "^6.22.0"
babel-plugin-transform-es2015-for-of "^6.22.0"
babel-plugin-transform-es2015-function-name "^6.2
2.0
"
babel-plugin-transform-es2015-function-name "^6.2
4.1
"
babel-plugin-transform-es2015-literals "^6.22.0"
babel-plugin-transform-es2015-literals "^6.22.0"
babel-plugin-transform-es2015-modules-amd "^6.24.
0
"
babel-plugin-transform-es2015-modules-amd "^6.24.
1
"
babel-plugin-transform-es2015-modules-commonjs "^6.24.
0
"
babel-plugin-transform-es2015-modules-commonjs "^6.24.
1
"
babel-plugin-transform-es2015-modules-systemjs "^6.2
2.0
"
babel-plugin-transform-es2015-modules-systemjs "^6.2
4.1
"
babel-plugin-transform-es2015-modules-umd "^6.24.
0
"
babel-plugin-transform-es2015-modules-umd "^6.24.
1
"
babel-plugin-transform-es2015-object-super "^6.2
2.0
"
babel-plugin-transform-es2015-object-super "^6.2
4.1
"
babel-plugin-transform-es2015-parameters "^6.2
2.0
"
babel-plugin-transform-es2015-parameters "^6.2
4.1
"
babel-plugin-transform-es2015-shorthand-properties "^6.2
2.0
"
babel-plugin-transform-es2015-shorthand-properties "^6.2
4.1
"
babel-plugin-transform-es2015-spread "^6.22.0"
babel-plugin-transform-es2015-spread "^6.22.0"
babel-plugin-transform-es2015-sticky-regex "^6.2
2.0
"
babel-plugin-transform-es2015-sticky-regex "^6.2
4.1
"
babel-plugin-transform-es2015-template-literals "^6.22.0"
babel-plugin-transform-es2015-template-literals "^6.22.0"
babel-plugin-transform-es2015-typeof-symbol "^6.22.0"
babel-plugin-transform-es2015-typeof-symbol "^6.22.0"
babel-plugin-transform-es2015-unicode-regex "^6.2
2.0
"
babel-plugin-transform-es2015-unicode-regex "^6.2
4.1
"
babel-plugin-transform-regenerator "^6.2
2.0
"
babel-plugin-transform-regenerator "^6.2
4.1
"
babel-preset-es2016@^6.2
2.0
:
babel-preset-es2016@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-preset-es2016/-/babel-preset-es2016-6.2
2.0.tgz#b061aaa3983d40c9fbacfa3743b5df37f336156c
"
resolved "https://registry.yarnpkg.com/babel-preset-es2016/-/babel-preset-es2016-6.2
4.1.tgz#f900bf93e2ebc0d276df9b8ab59724ebfd959f8b
"
dependencies:
dependencies:
babel-plugin-transform-exponentiation-operator "^6.2
2.0
"
babel-plugin-transform-exponentiation-operator "^6.2
4.1
"
babel-preset-es2017@^6.2
2.0
:
babel-preset-es2017@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-preset-es2017/-/babel-preset-es2017-6.2
2.0.tgz#de2f9da5a30c50d293fb54a0ba15d6ddc573f0f2
"
resolved "https://registry.yarnpkg.com/babel-preset-es2017/-/babel-preset-es2017-6.2
4.1.tgz#597beadfb9f7f208bcfd8a12e9b2b29b8b2f14d1
"
dependencies:
dependencies:
babel-plugin-syntax-trailing-function-commas "^6.22.0"
babel-plugin-syntax-trailing-function-commas "^6.22.0"
babel-plugin-transform-async-to-generator "^6.2
2.0
"
babel-plugin-transform-async-to-generator "^6.2
4.1
"
babel-preset-latest@^6.24.
0
:
babel-preset-latest@^6.24.
1
:
version "6.24.
0
"
version "6.24.
1
"
resolved "https://registry.yarnpkg.com/babel-preset-latest/-/babel-preset-latest-6.24.
0.tgz#a68d20f509edcc5d7433a48dfaebf7e4f2cd4cb7
"
resolved "https://registry.yarnpkg.com/babel-preset-latest/-/babel-preset-latest-6.24.
1.tgz#677de069154a7485c2d25c577c02f624b85b85e8
"
dependencies:
dependencies:
babel-preset-es2015 "^6.24.
0
"
babel-preset-es2015 "^6.24.
1
"
babel-preset-es2016 "^6.2
2.0
"
babel-preset-es2016 "^6.2
4.1
"
babel-preset-es2017 "^6.2
2.0
"
babel-preset-es2017 "^6.2
4.1
"
babel-preset-stage-2@^6.2
2.0
:
babel-preset-stage-2@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-6.2
2.0.tgz#ccd565f19c245cade394b21216df704a73b27c07
"
resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-6.2
4.1.tgz#d9e2960fb3d71187f0e64eec62bc07767219bdc1
"
dependencies:
dependencies:
babel-plugin-syntax-dynamic-import "^6.18.0"
babel-plugin-syntax-dynamic-import "^6.18.0"
babel-plugin-transform-class-properties "^6.2
2.0
"
babel-plugin-transform-class-properties "^6.2
4.1
"
babel-plugin-transform-decorators "^6.2
2.0
"
babel-plugin-transform-decorators "^6.2
4.1
"
babel-preset-stage-3 "^6.2
2.0
"
babel-preset-stage-3 "^6.2
4.1
"
babel-preset-stage-3@^6.2
2.0
:
babel-preset-stage-3@^6.2
4.1
:
version "6.2
2.0
"
version "6.2
4.1
"
resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-6.2
2.0.tgz#a4e92bbace7456fafdf651d7a7657ee0bbca9c2e
"
resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-6.2
4.1.tgz#836ada0a9e7a7fa37cb138fb9326f87934a48395
"
dependencies:
dependencies:
babel-plugin-syntax-trailing-function-commas "^6.22.0"
babel-plugin-syntax-trailing-function-commas "^6.22.0"
babel-plugin-transform-async-generator-functions "^6.2
2.0
"
babel-plugin-transform-async-generator-functions "^6.2
4.1
"
babel-plugin-transform-async-to-generator "^6.2
2.0
"
babel-plugin-transform-async-to-generator "^6.2
4.1
"
babel-plugin-transform-exponentiation-operator "^6.2
2.0
"
babel-plugin-transform-exponentiation-operator "^6.2
4.1
"
babel-plugin-transform-object-rest-spread "^6.22.0"
babel-plugin-transform-object-rest-spread "^6.22.0"
babel-register@^6.2
3
.0:
babel-register@^6.2
6
.0:
version "6.2
3
.0"
version "6.2
6
.0"
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.2
3.0.tgz#c9aa3d4cca94b51da34826c4a0f9e08145d74ff3
"
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.2
6.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071
"
dependencies:
dependencies:
babel-core "^6.2
3
.0"
babel-core "^6.2
6
.0"
babel-runtime "^6.2
2
.0"
babel-runtime "^6.2
6
.0"
core-js "^2.
4
.0"
core-js "^2.
5
.0"
home-or-tmp "^2.0.0"
home-or-tmp "^2.0.0"
lodash "^4.
2.0
"
lodash "^4.
17.4
"
mkdirp "^0.5.1"
mkdirp "^0.5.1"
source-map-support "^0.4.
2
"
source-map-support "^0.4.
15
"
babel-runtime@^6.18.0, babel-runtime@^6.22.0:
babel-runtime@^6.18.0, babel-runtime@^6.22.0:
version "6.22.0"
version "6.22.0"
...
@@ -843,7 +913,14 @@ babel-runtime@^6.18.0, babel-runtime@^6.22.0:
...
@@ -843,7 +913,14 @@ babel-runtime@^6.18.0, babel-runtime@^6.22.0:
core-js "^2.4.0"
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
regenerator-runtime "^0.10.0"
babel-template@^6.16.0, babel-template@^6.22.0, babel-template@^6.23.0:
babel-runtime@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.11.0"
babel-template@^6.16.0:
version "6.23.0"
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638"
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638"
dependencies:
dependencies:
...
@@ -853,7 +930,17 @@ babel-template@^6.16.0, babel-template@^6.22.0, babel-template@^6.23.0:
...
@@ -853,7 +930,17 @@ babel-template@^6.16.0, babel-template@^6.22.0, babel-template@^6.23.0:
babylon "^6.11.0"
babylon "^6.11.0"
lodash "^4.2.0"
lodash "^4.2.0"
babel-traverse@^6.18.0, babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-traverse@^6.23.1:
babel-template@^6.24.1, babel-template@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
dependencies:
babel-runtime "^6.26.0"
babel-traverse "^6.26.0"
babel-types "^6.26.0"
babylon "^6.18.0"
lodash "^4.17.4"
babel-traverse@^6.18.0, babel-traverse@^6.23.0:
version "6.23.1"
version "6.23.1"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
dependencies:
dependencies:
...
@@ -867,7 +954,21 @@ babel-traverse@^6.18.0, babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-tr
...
@@ -867,7 +954,21 @@ babel-traverse@^6.18.0, babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-tr
invariant "^2.2.0"
invariant "^2.2.0"
lodash "^4.2.0"
lodash "^4.2.0"
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23.0:
babel-traverse@^6.24.1, babel-traverse@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
dependencies:
babel-code-frame "^6.26.0"
babel-messages "^6.23.0"
babel-runtime "^6.26.0"
babel-types "^6.26.0"
babylon "^6.18.0"
debug "^2.6.8"
globals "^9.18.0"
invariant "^2.2.2"
lodash "^4.17.4"
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0:
version "6.23.0"
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
dependencies:
dependencies:
...
@@ -876,10 +977,27 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23
...
@@ -876,10 +977,27 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23
lodash "^4.2.0"
lodash "^4.2.0"
to-fast-properties "^1.0.1"
to-fast-properties "^1.0.1"
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.16.1:
babel-types@^6.24.1, babel-types@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
dependencies:
babel-runtime "^6.26.0"
esutils "^2.0.2"
lodash "^4.17.4"
to-fast-properties "^1.0.3"
babylon@7.0.0-beta.32, babylon@^7.0.0-beta.31:
version "7.0.0-beta.32"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.32.tgz#e9033cb077f64d6895f4125968b37dc0a8c3bc6e"
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
version "6.16.1"
version "6.16.1"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
babylon@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
backo2@1.0.2:
backo2@1.0.2:
version "1.0.2"
version "1.0.2"
resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947"
resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947"
...
@@ -1191,6 +1309,14 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
...
@@ -1191,6 +1309,14 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
strip-ansi "^3.0.0"
strip-ansi "^3.0.0"
supports-color "^2.0.0"
supports-color "^2.0.0"
chalk@^2.0.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
dependencies:
ansi-styles "^3.1.0"
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"
chokidar@^1.4.1, chokidar@^1.4.3, chokidar@^1.6.0, chokidar@^1.7.0:
chokidar@^1.4.1, chokidar@^1.4.3, chokidar@^1.6.0, chokidar@^1.7.0:
version "1.7.0"
version "1.7.0"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468"
...
@@ -1280,6 +1406,12 @@ color-convert@^1.3.0:
...
@@ -1280,6 +1406,12 @@ color-convert@^1.3.0:
dependencies:
dependencies:
color-name "^1.1.1"
color-name "^1.1.1"
color-convert@^1.9.0:
version "1.9.1"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed"
dependencies:
color-name "^1.1.1"
color-name@^1.0.0, color-name@^1.1.1:
color-name@^1.0.0, color-name@^1.1.1:
version "1.1.2"
version "1.1.2"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d"
...
@@ -1450,9 +1582,9 @@ content-type@~1.0.2:
...
@@ -1450,9 +1582,9 @@ content-type@~1.0.2:
version "1.0.2"
version "1.0.2"
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.2.tgz#b7d113aee7a8dd27bd21133c4dc2529df1721eed"
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.2.tgz#b7d113aee7a8dd27bd21133c4dc2529df1721eed"
convert-source-map@^1.
1
.0:
convert-source-map@^1.
5
.0:
version "1.
3
.0"
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.
3.0.tgz#e9f3e9c6e2728efc2676696a70eb382f73106a67
"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.
5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5
"
cookie-signature@1.0.6:
cookie-signature@1.0.6:
version "1.0.6"
version "1.0.6"
...
@@ -1483,6 +1615,10 @@ core-js@^2.4.0, core-js@^2.4.1:
...
@@ -1483,6 +1615,10 @@ core-js@^2.4.0, core-js@^2.4.1:
version "2.4.1"
version "2.4.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
core-js@^2.5.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.1.tgz#ae6874dc66937789b80754ff5428df66819ca50b"
core-js@~2.3.0:
core-js@~2.3.0:
version "2.3.0"
version "2.3.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.3.0.tgz#fab83fbb0b2d8dc85fa636c4b9d34c75420c6d65"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.3.0.tgz#fab83fbb0b2d8dc85fa636c4b9d34c75420c6d65"
...
@@ -1723,12 +1859,18 @@ debug@2.6.7:
...
@@ -1723,12 +1859,18 @@ debug@2.6.7:
dependencies:
dependencies:
ms "2.0.0"
ms "2.0.0"
debug@2.6.8, debug@^2.1.0, debug@^2.1.1, debug@^2.2.0, debug@^2.
4.5, debug@^2.
6.6, debug@^2.6.8:
debug@2.6.8, debug@^2.1.0, debug@^2.1.1, debug@^2.2.0, debug@^2.6.6, debug@^2.6.8:
version "2.6.8"
version "2.6.8"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
dependencies:
dependencies:
ms "2.0.0"
ms "2.0.0"
debug@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
ms "2.0.0"
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
version "1.2.0"
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
...
@@ -2614,11 +2756,11 @@ flatten@^1.0.2:
...
@@ -2614,11 +2756,11 @@ flatten@^1.0.2:
version "1.0.2"
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
follow-redirects@^1.2.
3
:
follow-redirects@^1.2.
5
:
version "1.2.
3
"
version "1.2.
6
"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.
3.tgz#01abaeca85e3609837d9fcda3167a7e42fdaca21
"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.
6.tgz#4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf
"
dependencies:
dependencies:
debug "^
2.4.5
"
debug "^
3.1.0
"
for-each@~0.3.2:
for-each@~0.3.2:
version "0.3.2"
version "0.3.2"
...
@@ -2816,7 +2958,11 @@ glob@^7.0.3, glob@^7.0.5:
...
@@ -2816,7 +2958,11 @@ glob@^7.0.3, glob@^7.0.5:
once "^1.3.0"
once "^1.3.0"
path-is-absolute "^1.0.0"
path-is-absolute "^1.0.0"
globals@^9.0.0, globals@^9.14.0:
globals@^10.0.0:
version "10.4.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-10.4.0.tgz#5c477388b128a9e4c5c5d01c7a2aca68c68b2da7"
globals@^9.0.0, globals@^9.14.0, globals@^9.18.0:
version "9.18.0"
version "9.18.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
...
@@ -3190,7 +3336,7 @@ interpret@^1.0.0:
...
@@ -3190,7 +3336,7 @@ interpret@^1.0.0:
version "1.0.1"
version "1.0.1"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.1.tgz#d579fb7f693b858004947af39fa0db49f795602c"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.1.tgz#d579fb7f693b858004947af39fa0db49f795602c"
invariant@^2.2.0:
invariant@^2.2.0
, invariant@^2.2.2
:
version "2.2.2"
version "2.2.2"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
dependencies:
dependencies:
...
@@ -3468,13 +3614,17 @@ istanbul-lib-coverage@^1.0.0, istanbul-lib-coverage@^1.0.0-alpha, istanbul-lib-c
...
@@ -3468,13 +3614,17 @@ istanbul-lib-coverage@^1.0.0, istanbul-lib-coverage@^1.0.0-alpha, istanbul-lib-c
version "1.0.1"
version "1.0.1"
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.1.tgz#f263efb519c051c5f1f3343034fc40e7b43ff212"
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.1.tgz#f263efb519c051c5f1f3343034fc40e7b43ff212"
istanbul-lib-coverage@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz#73bfb998885299415c93d38a3e9adf784a77a9da"
istanbul-lib-hook@^1.0.0:
istanbul-lib-hook@^1.0.0:
version "1.0.0"
version "1.0.0"
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.0.0.tgz#fc5367ee27f59268e8f060b0c7aaf051d9c425c5"
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.0.0.tgz#fc5367ee27f59268e8f060b0c7aaf051d9c425c5"
dependencies:
dependencies:
append-transform "^0.4.0"
append-transform "^0.4.0"
istanbul-lib-instrument@^1.3.0
, istanbul-lib-instrument@^1.4.2
:
istanbul-lib-instrument@^1.3.0:
version "1.4.2"
version "1.4.2"
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.4.2.tgz#0e2fdfac93c1dabf2e31578637dc78a19089f43e"
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.4.2.tgz#0e2fdfac93c1dabf2e31578637dc78a19089f43e"
dependencies:
dependencies:
...
@@ -3486,6 +3636,18 @@ istanbul-lib-instrument@^1.3.0, istanbul-lib-instrument@^1.4.2:
...
@@ -3486,6 +3636,18 @@ istanbul-lib-instrument@^1.3.0, istanbul-lib-instrument@^1.4.2:
istanbul-lib-coverage "^1.0.0"
istanbul-lib-coverage "^1.0.0"
semver "^5.3.0"
semver "^5.3.0"
istanbul-lib-instrument@^1.7.5:
version "1.9.1"
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.9.1.tgz#250b30b3531e5d3251299fdd64b0b2c9db6b558e"
dependencies:
babel-generator "^6.18.0"
babel-template "^6.16.0"
babel-traverse "^6.18.0"
babel-types "^6.18.0"
babylon "^6.18.0"
istanbul-lib-coverage "^1.1.1"
semver "^5.3.0"
istanbul-lib-report@^1.0.0-alpha.3:
istanbul-lib-report@^1.0.0-alpha.3:
version "1.0.0-alpha.3"
version "1.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.0.0-alpha.3.tgz#32d5f6ec7f33ca3a602209e278b2e6ff143498af"
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.0.0-alpha.3.tgz#32d5f6ec7f33ca3a602209e278b2e6ff143498af"
...
@@ -3924,10 +4086,6 @@ lodash.defaults@^3.1.2:
...
@@ -3924,10 +4086,6 @@ lodash.defaults@^3.1.2:
lodash.assign "^3.0.0"
lodash.assign "^3.0.0"
lodash.restparam "^3.0.0"
lodash.restparam "^3.0.0"
lodash.get@4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
lodash.get@^3.7.0:
lodash.get@^3.7.0:
version "3.7.0"
version "3.7.0"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-3.7.0.tgz#3ce68ae2c91683b281cc5394128303cbf75e691f"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-3.7.0.tgz#3ce68ae2c91683b281cc5394128303cbf75e691f"
...
@@ -3981,6 +4139,10 @@ lodash.words@^4.0.0:
...
@@ -3981,6 +4139,10 @@ lodash.words@^4.0.0:
version "4.2.0"
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.words/-/lodash.words-4.2.0.tgz#5ecfeaf8ecf8acaa8e0c8386295f1993c9cf4036"
resolved "https://registry.yarnpkg.com/lodash.words/-/lodash.words-4.2.0.tgz#5ecfeaf8ecf8acaa8e0c8386295f1993c9cf4036"
lodash@4.17.4, lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.0:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
lodash@^3.8.0:
lodash@^3.8.0:
version "3.10.1"
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
...
@@ -4674,7 +4836,7 @@ path-exists@^3.0.0:
...
@@ -4674,7 +4836,7 @@ path-exists@^3.0.0:
version "3.0.0"
version "3.0.0"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
path-is-absolute@^1.0.0:
path-is-absolute@^1.0.0
, path-is-absolute@^1.0.1
:
version "1.0.1"
version "1.0.1"
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
...
@@ -5061,6 +5223,10 @@ private@^0.1.6:
...
@@ -5061,6 +5223,10 @@ private@^0.1.6:
version "0.1.7"
version "0.1.7"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1"
private@^0.1.7:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
process-nextick-args@~1.0.6:
process-nextick-args@~1.0.6:
version "1.0.7"
version "1.0.7"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
...
@@ -5357,9 +5523,13 @@ regenerator-runtime@^0.10.0:
...
@@ -5357,9 +5523,13 @@ regenerator-runtime@^0.10.0:
version "0.10.1"
version "0.10.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.1.tgz#257f41961ce44558b18f7814af48c17559f9faeb"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.1.tgz#257f41961ce44558b18f7814af48c17559f9faeb"
regenerator-transform@0.9.8:
regenerator-runtime@^0.11.0:
version "0.9.8"
version "0.11.0"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.9.8.tgz#0f88bb2bc03932ddb7b6b7312e68078f01026d6c"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz#7e54fe5b5ccd5d6624ea6255c3473be090b802e1"
regenerator-transform@^0.10.0:
version "0.10.1"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
dependencies:
dependencies:
babel-runtime "^6.18.0"
babel-runtime "^6.18.0"
babel-types "^6.19.0"
babel-types "^6.19.0"
...
@@ -5779,11 +5949,11 @@ source-list-map@^2.0.0:
...
@@ -5779,11 +5949,11 @@ source-list-map@^2.0.0:
version "2.0.0"
version "2.0.0"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085"
source-map-support@^0.4.
2
:
source-map-support@^0.4.
15
:
version "0.4.1
1
"
version "0.4.1
8
"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.1
1.tgz#647f939978b38535909530885303daf23279f322
"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.1
8.tgz#0286a6de8be42641338594e97ccea75f0a2c585f
"
dependencies:
dependencies:
source-map "^0.5.
3
"
source-map "^0.5.
6
"
source-map@0.5.x, source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.3:
source-map@0.5.x, source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.3:
version "0.5.6"
version "0.5.6"
...
@@ -5990,6 +6160,12 @@ supports-color@^3.1.0, supports-color@^3.1.1, supports-color@^3.1.2, supports-co
...
@@ -5990,6 +6160,12 @@ supports-color@^3.1.0, supports-color@^3.1.1, supports-color@^3.1.2, supports-co
dependencies:
dependencies:
has-flag "^1.0.0"
has-flag "^1.0.0"
supports-color@^4.0.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b"
dependencies:
has-flag "^2.0.0"
supports-color@^4.2.1:
supports-color@^4.2.1:
version "4.2.1"
version "4.2.1"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.2.1.tgz#65a4bb2631e90e02420dba5554c375a4754bb836"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.2.1.tgz#65a4bb2631e90e02420dba5554c375a4754bb836"
...
@@ -6070,9 +6246,9 @@ tar@^2.2.1:
...
@@ -6070,9 +6246,9 @@ tar@^2.2.1:
fstream "^1.0.2"
fstream "^1.0.2"
inherits "2"
inherits "2"
test-exclude@^4.
0.0
:
test-exclude@^4.
1.1
:
version "4.
0.0
"
version "4.
1.1
"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.
0.0.tgz#0ddc0100b8ae7e88b34eb4fd98a907e961991900
"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.
1.1.tgz#4d84964b0966b0087ecc334a2ce002d3d9341e26
"
dependencies:
dependencies:
arrify "^1.0.1"
arrify "^1.0.1"
micromatch "^2.3.11"
micromatch "^2.3.11"
...
@@ -6160,6 +6336,14 @@ to-fast-properties@^1.0.1:
...
@@ -6160,6 +6336,14 @@ to-fast-properties@^1.0.1:
version "1.0.2"
version "1.0.2"
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
to-fast-properties@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
to-fast-properties@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
touch@1.0.0:
touch@1.0.0:
version "1.0.0"
version "1.0.0"
resolved "https://registry.yarnpkg.com/touch/-/touch-1.0.0.tgz#449cbe2dbae5a8c8038e30d71fa0ff464947c4de"
resolved "https://registry.yarnpkg.com/touch/-/touch-1.0.0.tgz#449cbe2dbae5a8c8038e30d71fa0ff464947c4de"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment