Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
e3e203a1
Commit
e3e203a1
authored
Jul 19, 2019
by
chicm-ms
Committed by
QuanluZhang
Jul 19, 2019
Browse files
Upgrade nni dependencies (#1333)
* upgrade version of nni dependencies
parent
3ff007de
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
702 additions
and
348 deletions
+702
-348
src/nni_manager/package.json
src/nni_manager/package.json
+5
-1
src/nni_manager/yarn.lock
src/nni_manager/yarn.lock
+27
-21
src/webui/package.json
src/webui/package.json
+9
-2
src/webui/yarn.lock
src/webui/yarn.lock
+659
-324
test/config_test.py
test/config_test.py
+2
-0
No files found.
src/nni_manager/package.json
View file @
e3e203a1
...
@@ -56,7 +56,11 @@
...
@@ -56,7 +56,11 @@
},
},
"resolutions"
:
{
"resolutions"
:
{
"mem"
:
"^4.0.0"
,
"mem"
:
"^4.0.0"
,
"handlebars"
:
"^4.1.0"
"handlebars"
:
"^4.1.0"
,
"lodash"
:
"^4.17.13"
,
"lodash.merge"
:
"^4.6.2"
,
"node.extend"
:
"^1.1.7"
,
"hoek"
:
"^4.2.1"
},
},
"engines"
:
{
"engines"
:
{
"node"
:
">=10.0.0"
"node"
:
">=10.0.0"
...
...
src/nni_manager/yarn.lock
View file @
e3e203a1
...
@@ -1007,6 +1007,10 @@ fs.realpath@^1.0.0:
...
@@ -1007,6 +1007,10 @@ fs.realpath@^1.0.0:
version "1.0.0"
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
gauge@~2.7.3:
gauge@~2.7.3:
version "2.7.4"
version "2.7.4"
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
...
@@ -1157,6 +1161,12 @@ has-unicode@^2.0.0:
...
@@ -1157,6 +1161,12 @@ has-unicode@^2.0.0:
version "2.0.1"
version "2.0.1"
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
has@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
dependencies:
function-bind "^1.1.1"
hash-base@^3.0.0:
hash-base@^3.0.0:
version "3.0.4"
version "3.0.4"
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
...
@@ -1168,9 +1178,9 @@ he@1.1.1:
...
@@ -1168,9 +1178,9 @@ he@1.1.1:
version "1.1.1"
version "1.1.1"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
hoek@2.x.x:
hoek@2.x.x
, hoek@^4.2.1
:
version "2.1
6.3
"
version "
4.
2.1"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.1
6.3
.tgz#
20bb7403d3cea398e91dc4710a8ff1b8274a25ed
"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-
4.
2.1.tgz#
9634502aa12c445dd5a7c5734b572bb8738aacbb
"
hosted-git-info@^2.1.4:
hosted-git-info@^2.1.4:
version "2.7.1"
version "2.7.1"
...
@@ -1310,9 +1320,9 @@ is-typedarray@~1.0.0:
...
@@ -1310,9 +1320,9 @@ is-typedarray@~1.0.0:
version "1.0.0"
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
is@
~0
.2.
6
:
is@
^3
.2.
1
:
version "
0.2.7
"
version "
3.3.0
"
resolved "http://registry.
npmjs.org/is/-/is-0.2.7.tgz#3b34a2c48f359972f35042849193ae7264b63562
"
resolved "http
s
://registry.
yarnpkg.com/is/-/is-3.3.0.tgz#61cff6dd3c4193db94a3d62582072b44e5645d79
"
isarray@~1.0.0:
isarray@~1.0.0:
version "1.0.0"
version "1.0.0"
...
@@ -1532,9 +1542,9 @@ lodash.intersection@^4.4.0:
...
@@ -1532,9 +1542,9 @@ lodash.intersection@^4.4.0:
version "4.4.0"
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.intersection/-/lodash.intersection-4.4.0.tgz#0a11ba631d0e95c23c7f2f4cbb9a692ed178e705"
resolved "https://registry.yarnpkg.com/lodash.intersection/-/lodash.intersection-4.4.0.tgz#0a11ba631d0e95c23c7f2f4cbb9a692ed178e705"
lodash.merge@^4.6.1:
lodash.merge@^4.6.1
, lodash.merge@^4.6.2
:
version "4.6.
1
"
version "4.6.
2
"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.
1
.tgz#
adc25d9cb99b9391c59624f379fbba60d7111d54
"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.
2
.tgz#
558aa53b43b661e1925a0afdfa36a9a1085fe57a
"
lodash.omit@^4.5.0:
lodash.omit@^4.5.0:
version "4.5.0"
version "4.5.0"
...
@@ -1552,9 +1562,9 @@ lodash.uniq@^4.5.0:
...
@@ -1552,9 +1562,9 @@ lodash.uniq@^4.5.0:
version "4.5.0"
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
lodash@^4.17.10, lodash@^4.17.11:
lodash@^4.17.10, lodash@^4.17.11
, lodash@^4.17.13
:
version "4.17.1
1
"
version "4.17.1
4
"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.1
1
.tgz#
b39ea6229ef607ecd89e2c8df12536891cac9b8d
"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.1
4
.tgz#
9ce487ae66c96254fe20b599f21b6816028078ba
"
long@^4.0.0:
long@^4.0.0:
version "4.0.0"
version "4.0.0"
...
@@ -1801,12 +1811,12 @@ node-version@^1.0.0:
...
@@ -1801,12 +1811,12 @@ node-version@^1.0.0:
version "1.2.0"
version "1.2.0"
resolved "https://registry.yarnpkg.com/node-version/-/node-version-1.2.0.tgz#34fde3ffa8e1149bd323983479dda620e1b5060d"
resolved "https://registry.yarnpkg.com/node-version/-/node-version-1.2.0.tgz#34fde3ffa8e1149bd323983479dda620e1b5060d"
node.extend@1.0.8:
node.extend@1.0.8
, node.extend@^1.1.7
:
version "1.
0
.8"
version "1.
1
.8"
resolved "https://registry.yarnpkg.com/node.extend/-/node.extend-1.
0
.8.tgz#
bab04
379f
7383f4587990c9df07b6a7f65db772b
"
resolved "https://registry.yarnpkg.com/node.extend/-/node.extend-1.
1
.8.tgz#
0aab3e6
37
8
9f
4e6d68b42bc00073ad1881243cf0
"
dependencies:
dependencies:
i
s "
~0.2.6
"
ha
s "
^1.0.3
"
object-keys "~0.4.0
"
is "^3.2.1
"
node.flow@1.2.3:
node.flow@1.2.3:
version "1.2.3"
version "1.2.3"
...
@@ -1910,10 +1920,6 @@ object-assign@^4.0.1, object-assign@^4.1.0:
...
@@ -1910,10 +1920,6 @@ object-assign@^4.0.1, object-assign@^4.1.0:
version "4.1.1"
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
object-keys@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336"
oidc-token-hash@^3.0.1:
oidc-token-hash@^3.0.1:
version "3.0.1"
version "3.0.1"
resolved "https://registry.yarnpkg.com/oidc-token-hash/-/oidc-token-hash-3.0.1.tgz#f9e2496a3eea5f755671be54a97f57170a74081d"
resolved "https://registry.yarnpkg.com/oidc-token-hash/-/oidc-token-hash-3.0.1.tgz#f9e2496a3eea5f755671be54a97f57170a74081d"
...
...
src/webui/package.json
View file @
e3e203a1
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
"antd"
:
"^3.8.1"
,
"antd"
:
"^3.8.1"
,
"axios"
:
"^0.18.
0
"
,
"axios"
:
"^0.18.
1
"
,
"babel-polyfill"
:
"^6.26.0"
,
"babel-polyfill"
:
"^6.26.0"
,
"copy-to-clipboard"
:
"^3.0.8"
,
"copy-to-clipboard"
:
"^3.0.8"
,
"echarts"
:
"^4.1.0"
,
"echarts"
:
"^4.1.0"
,
...
@@ -35,6 +35,13 @@
...
@@ -35,6 +35,13 @@
},
},
"resolutions"
:
{
"resolutions"
:
{
"mem"
:
"^4.0.0"
,
"mem"
:
"^4.0.0"
,
"handlebars"
:
"^4.1.0"
"handlebars"
:
"^4.1.0"
,
"lodash"
:
"^4.17.13"
,
"lodash.template"
:
"^4.5.0"
,
"js-yaml"
:
"^3.13.1"
,
"webpack-dev-server"
:
"^3.1.11"
,
"merge"
:
"^1.2.1"
,
"cryptiles"
:
"^4.1.2"
,
"hoek"
:
"^4.2.1"
}
}
}
}
\ No newline at end of file
src/webui/yarn.lock
View file @
e3e203a1
This diff is collapsed.
Click to expand it.
test/config_test.py
View file @
e3e203a1
...
@@ -131,3 +131,5 @@ if __name__ == '__main__':
...
@@ -131,3 +131,5 @@ if __name__ == '__main__':
setup_experiment
(
args
.
preinstall
)
setup_experiment
(
args
.
preinstall
)
run
(
args
)
run
(
args
)
#
\ No newline at end of file
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