move dependencies around (#7808)

This commit is contained in:
Amir Omidi
2019-10-18 13:22:13 -07:00
committed by GitHub
parent 5ef19affd0
commit 9374056e61

View File

@@ -405,8 +405,6 @@
}, },
"dependencies": { "dependencies": {
"@jupyterlab/services": "^3.2.1", "@jupyterlab/services": "^3.2.1",
"@types/js-yaml": "^3.12.1",
"@types/rimraf": "^2.0.2",
"decompress": "^4.2.0", "decompress": "^4.2.0",
"error-ex": "^1.3.1", "error-ex": "^1.3.1",
"fast-glob": "^3.0.4", "fast-glob": "^3.0.4",
@@ -423,9 +421,11 @@
"@types/decompress": "^4.2.3", "@types/decompress": "^4.2.3",
"@types/fs-extra": "^5.0.0", "@types/fs-extra": "^5.0.0",
"@types/glob": "^7.1.1", "@types/glob": "^7.1.1",
"@types/js-yaml": "^3.12.1",
"@types/mocha": "^5.2.5", "@types/mocha": "^5.2.5",
"@types/node": "^11.9.3", "@types/node": "^11.9.3",
"@types/request": "^2.48.1", "@types/request": "^2.48.1",
"@types/rimraf": "^2.0.2",
"@types/temp-write": "^3.3.0", "@types/temp-write": "^3.3.0",
"@types/uuid": "^3.4.5", "@types/uuid": "^3.4.5",
"assert": "^1.4.1", "assert": "^1.4.1",