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
9ed545c3
Unverified
Commit
9ed545c3
authored
Oct 09, 2020
by
liuzhe-lz
Committed by
GitHub
Oct 09, 2020
Browse files
bump dependency (#2931)
parent
8bc74a2c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
566 additions
and
702 deletions
+566
-702
src/nni_manager/package.json
src/nni_manager/package.json
+7
-5
src/nni_manager/yarn.lock
src/nni_manager/yarn.lock
+515
-414
src/webui/package.json
src/webui/package.json
+2
-1
src/webui/yarn.lock
src/webui/yarn.lock
+42
-282
No files found.
src/nni_manager/package.json
View file @
9ed545c3
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
"@types/glob"
:
"^7.1.1"
,
"@types/glob"
:
"^7.1.1"
,
"@types/js-base64"
:
"^2.3.1"
,
"@types/js-base64"
:
"^2.3.1"
,
"@types/js-yaml"
:
"^3.12.5"
,
"@types/js-yaml"
:
"^3.12.5"
,
"@types/mocha"
:
"^
5.2.5
"
,
"@types/mocha"
:
"^
8.0.3
"
,
"@types/node"
:
"10.12.18"
,
"@types/node"
:
"10.12.18"
,
"@types/request"
:
"^2.47.1"
,
"@types/request"
:
"^2.47.1"
,
"@types/rx"
:
"^4.1.1"
,
"@types/rx"
:
"^4.1.1"
,
...
@@ -55,8 +55,8 @@
...
@@ -55,8 +55,8 @@
"chai"
:
"^4.1.2"
,
"chai"
:
"^4.1.2"
,
"eslint"
:
"^6.7.2"
,
"eslint"
:
"^6.7.2"
,
"glob"
:
"^7.1.3"
,
"glob"
:
"^7.1.3"
,
"mocha"
:
"^
7
.1.
1
"
,
"mocha"
:
"^
8
.1.
3
"
,
"npx"
:
"^10.2.
0
"
,
"npx"
:
"^10.2.
2
"
,
"nyc"
:
"^15.0.0"
,
"nyc"
:
"^15.0.0"
,
"request"
:
"^2.87.0"
,
"request"
:
"^2.87.0"
,
"rmdir"
:
"^1.2.0"
,
"rmdir"
:
"^1.2.0"
,
...
@@ -71,10 +71,12 @@
...
@@ -71,10 +71,12 @@
"node.extend"
:
"^1.1.7"
,
"node.extend"
:
"^1.1.7"
,
"hoek"
:
"^4.2.1"
,
"hoek"
:
"^4.2.1"
,
"js-yaml"
:
"^3.13.1"
,
"js-yaml"
:
"^3.13.1"
,
"npm"
:
"^6.13.4"
,
"acorn"
:
">=7.1.1"
,
"acorn"
:
">=7.1.1"
,
"node-forge"
:
"^0.10.0"
,
"node-forge"
:
"^0.10.0"
,
"dot-prop"
:
"^4.2.1"
"dot-prop"
:
"^4.2.1"
,
"npm"
:
">=6.14.8"
,
"yargs"
:
">=16.0.3"
,
"yargs-parser"
:
">=20.2.0"
},
},
"engines"
:
{
"engines"
:
{
"node"
:
">=10.0.0"
"node"
:
">=10.0.0"
...
...
src/nni_manager/yarn.lock
View file @
9ed545c3
This diff is collapsed.
Click to expand it.
src/webui/package.json
View file @
9ed545c3
...
@@ -113,6 +113,7 @@
...
@@ -113,6 +113,7 @@
]
]
},
},
"resolutions"
:
{
"resolutions"
:
{
"npm"
:
">=6.14.4"
"npm"
:
">=6.14.4"
,
"yargs"
:
">=16.0.3"
}
}
}
}
src/webui/yarn.lock
View file @
9ed545c3
This diff is collapsed.
Click to expand it.
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