Browse Source

Lint fixes

Jason Grout 4 years ago
parent
commit
5830572a90
3 changed files with 27 additions and 15 deletions
  1. 6 6
      examples/federated/package.json
  2. 2 2
      examples/federated/phosphor_package/package.json
  3. 19 7
      yarn.lock

+ 6 - 6
examples/federated/package.json

@@ -3,15 +3,15 @@
   "version": "2.1.1-alpha.10",
   "private": true,
   "scripts": {
-    "install:all": "npm run install:core && npm run install:middle && npm run install:md && npm run install:phosphor",
-    "install:core": "cd core_package && npm install",
-    "install:md": "cd md_package && npm install",
-    "install:middle": "cd middle_package && npm install",
-    "install:phosphor": "cd phosphor_package && npm install",
     "build": "npm run build:core && npm run build:middle && npm run build:md && npm run build:phosphor",
     "build:core": "cd core_package && npm run build",
     "build:md": "cd md_package && npm run build",
     "build:middle": "cd middle_package && npm run build",
-    "build:phosphor": "cd phosphor_package && npm run build"
+    "build:phosphor": "cd phosphor_package && npm run build",
+    "install:all": "npm run install:core && npm run install:middle && npm run install:md && npm run install:phosphor",
+    "install:core": "cd core_package && npm install",
+    "install:md": "cd md_package && npm install",
+    "install:middle": "cd middle_package && npm install",
+    "install:phosphor": "cd phosphor_package && npm install"
   }
 }

+ 2 - 2
examples/federated/phosphor_package/package.json

@@ -7,8 +7,8 @@
     "clean": "rimraf ../labextensions/@jupyterlab/example-federated-phosphor"
   },
   "dependencies": {
-    "@phosphor/coreutils": "^1.0.0",
-    "@jupyterlab/apputils": "^3.0.0-alpha.11"
+    "@jupyterlab/apputils": "^3.0.0-alpha.11",
+    "@phosphor/coreutils": "^1.0.0"
   },
   "devDependencies": {
     "@jupyterlab/buildutils": "^3.0.0-alpha.11",

+ 19 - 7
yarn.lock

@@ -3077,6 +3077,11 @@
   dependencies:
     "@types/node" ">= 8"
 
+"@phosphor/coreutils@^1.0.0":
+  version "1.3.1"
+  resolved "https://registry.yarnpkg.com/@phosphor/coreutils/-/coreutils-1.3.1.tgz#441e34f42340f7faa742a88b2a181947a88d7226"
+  integrity sha512-9OHCn8LYRcPU/sbHm5v7viCA16Uev3gbdkwqoQqlV+EiauDHl70jmeL7XVDXdigl66Dz0LI11C99XOxp+s3zOA==
+
 "@reach/router@^1.2.1":
   version "1.2.1"
   resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.2.1.tgz#34ae3541a5ac44fa7796e5506a5d7274a162be4e"
@@ -5729,16 +5734,16 @@ cacache@^15.0.3:
     unique-filename "^1.1.1"
 
 cacache@^15.0.4:
-  version "15.0.4"
-  resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.4.tgz#b2c23cf4ac4f5ead004fb15a0efb0a20340741f1"
-  integrity sha512-YlnKQqTbD/6iyoJvEY3KJftjrdBYroCbxxYXzhOzsFLWlp6KX4BOlEf4mTx0cMUfVaTS3ENL2QtDWeRYoGLkkw==
+  version "15.0.5"
+  resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0"
+  integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==
   dependencies:
     "@npmcli/move-file" "^1.0.1"
     chownr "^2.0.0"
     fs-minipass "^2.0.0"
     glob "^7.1.4"
     infer-owner "^1.0.4"
-    lru-cache "^5.1.1"
+    lru-cache "^6.0.0"
     minipass "^3.1.1"
     minipass-collect "^1.0.2"
     minipass-flush "^1.0.5"
@@ -11685,6 +11690,13 @@ lru-cache@^5.1.1:
   dependencies:
     yallist "^3.0.2"
 
+lru-cache@^6.0.0:
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
+  integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
+  dependencies:
+    yallist "^4.0.0"
+
 lunr@^2.3.8:
   version "2.3.8"
   resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.8.tgz#a8b89c31f30b5a044b97d2d28e2da191b6ba2072"
@@ -13009,9 +13021,9 @@ p-limit@^2.3.0:
     p-try "^2.0.0"
 
 p-limit@^3.0.1:
-  version "3.0.1"
-  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.1.tgz#584784ac0722d1aed09f19f90ed2999af6ce2839"
-  integrity sha512-mw/p92EyOzl2MhauKodw54Rx5ZK4624rNfgNaBguFZkHzyUG9WsDzFF5/yQVEJinbJDdP4jEfMN+uBquiGnaLg==
+  version "3.0.2"
+  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe"
+  integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==
   dependencies:
     p-try "^2.0.0"