Parcourir la source

merge with master

Eric Charles il y a 5 ans
Parent
commit
5f58dc5f0f
2 fichiers modifiés avec 33 ajouts et 33 suppressions
  1. 31 31
      examples/listings/package.json
  2. 2 2
      packages/extensionmanager/package.json

+ 31 - 31
examples/listings/package.json

@@ -8,37 +8,37 @@
     "prepublishOnly": "npm run build"
   },
   "dependencies": {
-    "@jupyterlab/application": "^2.0.0",
-    "@jupyterlab/application-extension": "^2.0.0",
-    "@jupyterlab/apputils-extension": "^2.0.0",
-    "@jupyterlab/buildutils": "^2.0.0",
-    "@jupyterlab/codemirror-extension": "^2.0.0",
-    "@jupyterlab/completer-extension": "^2.0.0",
-    "@jupyterlab/console-extension": "^2.0.0",
-    "@jupyterlab/csvviewer-extension": "^2.0.0",
-    "@jupyterlab/docmanager-extension": "^2.0.0",
-    "@jupyterlab/extensionmanager-extension": "^2.0.0",
-    "@jupyterlab/filebrowser-extension": "^2.0.0",
-    "@jupyterlab/fileeditor-extension": "^2.0.0",
-    "@jupyterlab/help-extension": "^2.0.0",
-    "@jupyterlab/imageviewer-extension": "^2.0.0",
-    "@jupyterlab/inspector-extension": "^2.0.0",
-    "@jupyterlab/launcher-extension": "^2.0.0",
-    "@jupyterlab/mainmenu-extension": "^2.0.0",
-    "@jupyterlab/markdownviewer-extension": "^2.0.0",
-    "@jupyterlab/mathjax2-extension": "^2.0.0",
-    "@jupyterlab/notebook-extension": "^2.0.0",
-    "@jupyterlab/rendermime-extension": "^2.0.0",
-    "@jupyterlab/running-extension": "^2.0.0",
-    "@jupyterlab/settingeditor-extension": "^2.0.0",
-    "@jupyterlab/shortcuts-extension": "^2.0.0",
-    "@jupyterlab/statusbar-extension": "^2.0.0",
-    "@jupyterlab/tabmanager-extension": "^2.0.0",
-    "@jupyterlab/terminal-extension": "^2.0.0",
-    "@jupyterlab/theme-dark-extension": "^2.0.0",
-    "@jupyterlab/theme-light-extension": "^2.0.0",
-    "@jupyterlab/tooltip-extension": "^2.0.0",
-    "@jupyterlab/ui-components-extension": "^2.0.0",
+    "@jupyterlab/application": "^2.0.2",
+    "@jupyterlab/application-extension": "^2.0.2",
+    "@jupyterlab/apputils-extension": "^2.0.2",
+    "@jupyterlab/buildutils": "^2.0.2",
+    "@jupyterlab/codemirror-extension": "^2.0.2",
+    "@jupyterlab/completer-extension": "^2.0.2",
+    "@jupyterlab/console-extension": "^2.0.2",
+    "@jupyterlab/csvviewer-extension": "^2.0.2",
+    "@jupyterlab/docmanager-extension": "^2.0.2",
+    "@jupyterlab/extensionmanager-extension": "^2.0.2",
+    "@jupyterlab/filebrowser-extension": "^2.0.2",
+    "@jupyterlab/fileeditor-extension": "^2.0.2",
+    "@jupyterlab/help-extension": "^2.0.2",
+    "@jupyterlab/imageviewer-extension": "^2.0.2",
+    "@jupyterlab/inspector-extension": "^2.0.2",
+    "@jupyterlab/launcher-extension": "^2.0.2",
+    "@jupyterlab/mainmenu-extension": "^2.0.2",
+    "@jupyterlab/markdownviewer-extension": "^2.0.2",
+    "@jupyterlab/mathjax2-extension": "^2.0.2",
+    "@jupyterlab/notebook-extension": "^2.0.2",
+    "@jupyterlab/rendermime-extension": "^2.0.2",
+    "@jupyterlab/running-extension": "^2.0.2",
+    "@jupyterlab/settingeditor-extension": "^2.0.2",
+    "@jupyterlab/shortcuts-extension": "^2.0.2",
+    "@jupyterlab/statusbar-extension": "^2.0.2",
+    "@jupyterlab/tabmanager-extension": "^2.0.2",
+    "@jupyterlab/terminal-extension": "^2.0.2",
+    "@jupyterlab/theme-dark-extension": "^2.0.2",
+    "@jupyterlab/theme-light-extension": "^2.0.2",
+    "@jupyterlab/tooltip-extension": "^2.0.2",
+    "@jupyterlab/ui-components-extension": "^2.0.2",
     "es6-promise": "~4.2.8",
     "react": "~16.9.0",
     "react-dom": "~16.9.0"

+ 2 - 2
packages/extensionmanager/package.json

@@ -36,9 +36,9 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^2.0.2",
-    "@jupyterlab/coreutils": "^4.0.0",
+    "@jupyterlab/coreutils": "^4.0.2",
     "@jupyterlab/services": "^5.0.2",
-    "@jupyterlab/settingregistry": "^2.0.2",
+    "@jupyterlab/settingregistry": "^2.0.1",
     "@jupyterlab/ui-components": "^2.0.2",
     "@lumino/messaging": "^1.3.3",
     "@lumino/polling": "^1.0.4",