Skip to content

Commit

Permalink
Update versions and fix other merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Feb 5, 2021
1 parent eadb5ef commit 55d9958
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 33 deletions.
7 changes: 4 additions & 3 deletions jupyterlab_widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyter-widgets/base": "^4.0.0",
"@jupyter-widgets/controls": "^3.0.0",
"@jupyter-widgets/output": "^4.0.0",
"@jupyter-widgets/base": "^5.0.0-alpha.0",
"@jupyter-widgets/base-manager": "^1.0.0-alpha.0",
"@jupyter-widgets/controls": "^4.0.0-alpha.0",
"@jupyter-widgets/output": "^5.0.0-alpha.0",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/docregistry": "^3.0.0",
"@jupyterlab/logconsole": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.5.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^2.3.0",
"lerna": "^3.20.2",
"lint-staged": "^9.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/base-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
},
"dependencies": {
"@jupyter-widgets/base": "^4.0.0-alpha.0",
"@jupyterlab/services": "^5.0.2",
"@jupyter-widgets/base": "^5.0.0-alpha.0",
"@jupyterlab/services": "^6.0.0",
"@lumino/coreutils": "^1.4.2",
"base64-js": "^1.2.1"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/controls/css/labvariables.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ all of MD as it is not optimized for dense, information rich UIs.
--jp-ui-inverse-font-color2: rgba(255, 255, 255, 0.7);
--jp-ui-inverse-font-color3: rgba(255, 255, 255, 0.5);

/* For backwards compatibility, we still define these below until ipywidgets 8.0.
See https://github.com/jupyter-widgets/ipywidgets/pull/2801 */

/* Content Fonts
Content font variables are used for typography of user generated content.
Expand Down
1 change: 0 additions & 1 deletion packages/controls/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = function(config) {
webpack: {
module: {
loaders: [
{
{ test: /\.jsx?$/, exclude: /node_modules/, loader: "babel?presets[]=es2015" },
{ test: /\.css$/, use: ['style-loader', 'css-loader']},
{ test: /\.json$/, loader: "json-loader" },
Expand Down
24 changes: 0 additions & 24 deletions packages/controls/package-lock.json

This file was deleted.

0 comments on commit 55d9958

Please sign in to comment.