Skip to content

Commit

Permalink
Use new version of buildutils to write package.json.orig
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed Sep 11, 2018
1 parent 8953941 commit 4a64e42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildutils/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/buildutils",
"version": "0.10.0",
"version": "0.10.1",
"description": "JupyterLab - Build Utilities",
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion dev_mode/package.json
Expand Up @@ -105,7 +105,7 @@
"xterm": "~3.3.0"
},
"devDependencies": {
"@jupyterlab/buildutils": "^0.10.0",
"@jupyterlab/buildutils": "^0.10.1",
"css-loader": "~0.28.7",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"file-loader": "~1.1.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/app/package.json
Expand Up @@ -11,7 +11,7 @@
"@jupyterlab/application": "^0.18.4",
"@jupyterlab/application-extension": "^0.18.5",
"@jupyterlab/apputils-extension": "^0.18.4",
"@jupyterlab/buildutils": "^0.10.0",
"@jupyterlab/buildutils": "^0.10.1",
"@jupyterlab/codemirror-extension": "^0.18.4",
"@jupyterlab/completer-extension": "^0.18.4",
"@jupyterlab/console-extension": "^0.18.4",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/staging/package.json
Expand Up @@ -104,7 +104,7 @@
"xterm": "~3.3.0"
},
"devDependencies": {
"@jupyterlab/buildutils": "^0.9.4",
"@jupyterlab/buildutils": "^0.10.1",
"css-loader": "~0.28.7",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"file-loader": "~1.1.11",
Expand Down

0 comments on commit 4a64e42

Please sign in to comment.