|
|
@@ -376,6 +376,13 @@ axios@^0.17.0, axios@^0.17.1:
|
|
|
follow-redirects "^1.2.5"
|
|
|
is-buffer "^1.1.5"
|
|
|
|
|
|
+axios@^0.18.0:
|
|
|
+ version "0.18.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
|
|
|
+ dependencies:
|
|
|
+ follow-redirects "^1.3.0"
|
|
|
+ is-buffer "^1.1.5"
|
|
|
+
|
|
|
babel-code-frame@^6.26.0:
|
|
|
version "6.26.0"
|
|
|
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
|
|
|
@@ -487,6 +494,13 @@ babel-helper-hoist-variables@^6.24.1:
|
|
|
babel-runtime "^6.22.0"
|
|
|
babel-types "^6.24.1"
|
|
|
|
|
|
+babel-helper-module-imports@^7.0.0-beta.3:
|
|
|
+ version "7.0.0-beta.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/babel-helper-module-imports/-/babel-helper-module-imports-7.0.0-beta.3.tgz#e15764e3af9c8e11810c09f78f498a2bdc71585a"
|
|
|
+ dependencies:
|
|
|
+ babel-types "7.0.0-beta.3"
|
|
|
+ lodash "^4.2.0"
|
|
|
+
|
|
|
babel-helper-optimise-call-expression@^6.24.1:
|
|
|
version "6.24.1"
|
|
|
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
|
|
|
@@ -550,6 +564,16 @@ babel-plugin-check-es2015-constants@^6.22.0:
|
|
|
dependencies:
|
|
|
babel-runtime "^6.22.0"
|
|
|
|
|
|
+babel-plugin-lodash@^3.3.2:
|
|
|
+ version "3.3.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.2.tgz#da3a5b49ba27447f54463f6c4fa81396ccdd463f"
|
|
|
+ dependencies:
|
|
|
+ babel-helper-module-imports "^7.0.0-beta.3"
|
|
|
+ babel-types "^6.26.0"
|
|
|
+ glob "^7.1.1"
|
|
|
+ lodash "^4.17.4"
|
|
|
+ require-package-name "^2.0.1"
|
|
|
+
|
|
|
babel-plugin-syntax-async-functions@^6.8.0:
|
|
|
version "6.13.0"
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
|
|
|
@@ -897,6 +921,14 @@ babel-traverse@^6.24.1, babel-traverse@^6.26.0:
|
|
|
invariant "^2.2.2"
|
|
|
lodash "^4.17.4"
|
|
|
|
|
|
+babel-types@7.0.0-beta.3:
|
|
|
+ version "7.0.0-beta.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.3.tgz#cd927ca70e0ae8ab05f4aab83778cfb3e6eb20b4"
|
|
|
+ dependencies:
|
|
|
+ esutils "^2.0.2"
|
|
|
+ lodash "^4.2.0"
|
|
|
+ to-fast-properties "^2.0.0"
|
|
|
+
|
|
|
babel-types@^6.19.0, 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"
|
|
|
@@ -1887,9 +1919,9 @@ dicer@0.2.5:
|
|
|
readable-stream "1.1.x"
|
|
|
streamsearch "0.1.2"
|
|
|
|
|
|
-diff2html@^2.3.0:
|
|
|
- version "2.3.2"
|
|
|
- resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-2.3.2.tgz#1c5864266d437148bc66fdd66d4ad750102d7fed"
|
|
|
+diff2html@^2.3.3:
|
|
|
+ version "2.3.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-2.3.3.tgz#31bb815881c975634c7f3907a5e789341e1560bc"
|
|
|
dependencies:
|
|
|
diff "^3.3.1"
|
|
|
hogan.js "^3.0.2"
|
|
|
@@ -2456,6 +2488,12 @@ follow-redirects@^1.2.5:
|
|
|
dependencies:
|
|
|
debug "^3.1.0"
|
|
|
|
|
|
+follow-redirects@^1.3.0:
|
|
|
+ version "1.4.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.4.1.tgz#d8120f4518190f55aac65bb6fc7b85fcd666d6aa"
|
|
|
+ dependencies:
|
|
|
+ debug "^3.1.0"
|
|
|
+
|
|
|
for-in@^0.1.3:
|
|
|
version "0.1.8"
|
|
|
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
|
|
|
@@ -3419,6 +3457,12 @@ locate-path@^2.0.0:
|
|
|
p-locate "^2.0.0"
|
|
|
path-exists "^3.0.0"
|
|
|
|
|
|
+lodash-webpack-plugin@^0.11.4:
|
|
|
+ version "0.11.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/lodash-webpack-plugin/-/lodash-webpack-plugin-0.11.4.tgz#6c3ecba3d4b8d24b53940b63542715c5ed3c4ac5"
|
|
|
+ dependencies:
|
|
|
+ lodash "^4.17.4"
|
|
|
+
|
|
|
lodash._arraycopy@^3.0.0:
|
|
|
version "3.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz#76e7b7c1f1fb92547374878a562ed06a3e50f6e1"
|
|
|
@@ -3610,6 +3654,10 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, l
|
|
|
version "4.17.4"
|
|
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
|
|
|
|
|
+lodash@^4.2.0:
|
|
|
+ version "4.17.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
|
|
|
+
|
|
|
lolex@^1.6.0:
|
|
|
version "1.6.0"
|
|
|
resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.6.0.tgz#3a9a0283452a47d7439e72731b9e07d7386e49f6"
|
|
|
@@ -4396,6 +4444,10 @@ p-try@^1.0.0:
|
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
|
|
|
|
|
|
+pako@1.0.3:
|
|
|
+ version "1.0.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.3.tgz#5f515b0c6722e1982920ae8005eacb0b7ca73ccf"
|
|
|
+
|
|
|
pako@~1.0.5:
|
|
|
version "1.0.6"
|
|
|
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258"
|
|
|
@@ -4610,6 +4662,13 @@ pkginfo@^0.4.0:
|
|
|
version "0.4.1"
|
|
|
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff"
|
|
|
|
|
|
+plantuml-encoder@^1.2.5:
|
|
|
+ version "1.2.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/plantuml-encoder/-/plantuml-encoder-1.2.5.tgz#6b8e5b9e1a1dbd88b3fd9fb46f734eec7d44b548"
|
|
|
+ dependencies:
|
|
|
+ pako "1.0.3"
|
|
|
+ utf8-bytes "0.0.1"
|
|
|
+
|
|
|
postcss-calc@^5.2.0:
|
|
|
version "5.3.1"
|
|
|
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-5.3.1.tgz#77bae7ca928ad85716e2fda42f261bf7c1d65b5e"
|
|
|
@@ -5421,6 +5480,10 @@ require-main-filename@^1.0.1:
|
|
|
version "1.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
|
|
|
|
|
|
+require-package-name@^2.0.1:
|
|
|
+ version "2.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
|
|
|
+
|
|
|
require_optional@^1.0.1:
|
|
|
version "1.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/require_optional/-/require_optional-1.0.1.tgz#4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e"
|
|
|
@@ -6024,6 +6087,10 @@ 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"
|
|
|
+
|
|
|
toastr@^2.1.2:
|
|
|
version "2.1.4"
|
|
|
resolved "https://registry.yarnpkg.com/toastr/-/toastr-2.1.4.tgz#8b43be64fb9d0c414871446f2db8e8ca4e95f181"
|
|
|
@@ -6209,6 +6276,10 @@ uslug@^1.0.4:
|
|
|
dependencies:
|
|
|
unorm ">= 1.0.0"
|
|
|
|
|
|
+utf8-bytes@0.0.1:
|
|
|
+ version "0.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/utf8-bytes/-/utf8-bytes-0.0.1.tgz#116b025448c9b500081cdfbf1f4d6c6c37d8837d"
|
|
|
+
|
|
|
util-deprecate@~1.0.1:
|
|
|
version "1.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|