Skip to content

Commit 55d9958

Browse files
committed
Update versions and fix other merge errors
1 parent eadb5ef commit 55d9958

File tree

6 files changed

+7
-33
lines changed

6 files changed

+7
-33
lines changed

jupyterlab_widgets/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
"watch:src": "tsc -w"
4949
},
5050
"dependencies": {
51-
"@jupyter-widgets/base": "^4.0.0",
52-
"@jupyter-widgets/controls": "^3.0.0",
53-
"@jupyter-widgets/output": "^4.0.0",
51+
"@jupyter-widgets/base": "^5.0.0-alpha.0",
52+
"@jupyter-widgets/base-manager": "^1.0.0-alpha.0",
53+
"@jupyter-widgets/controls": "^4.0.0-alpha.0",
54+
"@jupyter-widgets/output": "^5.0.0-alpha.0",
5455
"@jupyterlab/application": "^3.0.0",
5556
"@jupyterlab/docregistry": "^3.0.0",
5657
"@jupyterlab/logconsole": "^3.0.0",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@typescript-eslint/parser": "^2.14.0",
3838
"eslint": "^6.5.0",
3939
"eslint-config-prettier": "^6.9.0",
40+
"eslint-plugin-prettier": "^3.3.1",
4041
"husky": "^2.3.0",
4142
"lerna": "^3.20.2",
4243
"lint-staged": "^9.5.0",

packages/base-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"test:unit:ie": "npm run test:unit:default -- --browsers=IE"
3333
},
3434
"dependencies": {
35-
"@jupyter-widgets/base": "^4.0.0-alpha.0",
36-
"@jupyterlab/services": "^5.0.2",
35+
"@jupyter-widgets/base": "^5.0.0-alpha.0",
36+
"@jupyterlab/services": "^6.0.0",
3737
"@lumino/coreutils": "^1.4.2",
3838
"base64-js": "^1.2.1"
3939
},

packages/controls/css/labvariables.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ all of MD as it is not optimized for dense, information rich UIs.
9696
--jp-ui-inverse-font-color2: rgba(255, 255, 255, 0.7);
9797
--jp-ui-inverse-font-color3: rgba(255, 255, 255, 0.5);
9898

99-
/* For backwards compatibility, we still define these below until ipywidgets 8.0.
100-
See https://github.com/jupyter-widgets/ipywidgets/pull/2801 */
101-
10299
/* Content Fonts
103100
104101
Content font variables are used for typography of user generated content.

packages/controls/karma.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module.exports = function(config) {
2525
webpack: {
2626
module: {
2727
loaders: [
28-
{
2928
{ test: /\.jsx?$/, exclude: /node_modules/, loader: "babel?presets[]=es2015" },
3029
{ test: /\.css$/, use: ['style-loader', 'css-loader']},
3130
{ test: /\.json$/, loader: "json-loader" },

packages/controls/package-lock.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)