Skip to content

Commit 66140a6

Browse files
committed
normalize @jupyterlab/* version
1 parent 7603b46 commit 66140a6

File tree

8 files changed

+343
-340
lines changed

8 files changed

+343
-340
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
- changed NPM packages namespace from `@krassowski` to `@jupyter-lsp` ([#862])
1818
- move client capabilities to features ([#738])
1919
- downstreams:
20-
- use the host application's HTTP settings for requests to the REST and WebSocket routes ([#880])
20+
- use the host application's HTTP settings for requests to the REST and WebSocket routes ([#881])
2121
- source maps are provided for improved debugging ([#882])
22+
- the derived JSON Schema types are avilable as `SCHEMA` ([#882])
2223
- documentation:
2324
- add missing `--channel` to conda instruction for texlab ([#789], thanks @justin-f-perez)
2425
- remove references to pylsp fork ([#800] and [#814], thanks @joelostblom and @nickfong)
@@ -43,7 +44,6 @@
4344
[#836]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/836
4445
[#860]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
4546
[#864]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
46-
[#880]: https://github.com/jupyter-lsp/jupyterlab-lsp/issues/880
4747
[#882]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/882
4848

4949
### `lsp-ws-connection 0.7.1` (not-yet-released)

packages/_example-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@babel/preset-env": "^7.4.3",
17-
"@jupyterlab/application": "^3.1.0",
17+
"@jupyterlab/application": "^3.3.0",
1818
"@types/chai": "^4.1.7",
1919
"@types/jest": "^23.3.11",
2020
"chai": "^4.2.0",

packages/_klingon-integration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"lib/**/*.{js,ts}"
1111
],
1212
"dependencies": {
13-
"@jupyterlab/application": "^3.1.0"
13+
"@jupyterlab/application": "^3.3.0"
1414
},
1515
"devDependencies": {
1616
"@babel/preset-env": "^7.4.3",
17-
"@jupyterlab/application": "^3.1.0",
18-
"@jupyterlab/builder": "^3.4.0",
17+
"@jupyterlab/application": "^3.3.0",
18+
"@jupyterlab/builder": "^3.3.0",
1919
"typescript": "~4.9.4"
2020
},
2121
"jupyterlab": {

packages/code-jumpers/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@
2929
"clean": "rimraf lib"
3030
},
3131
"peerDependencies": {
32-
"@jupyterlab/apputils": "^3.1.0",
33-
"@jupyterlab/codeeditor": "^3.1.0",
34-
"@jupyterlab/coreutils": "^5.1.0",
35-
"@jupyterlab/docmanager": "^3.1.0",
36-
"@jupyterlab/docregistry": "^3.1.0",
37-
"@jupyterlab/fileeditor": "^3.1.0",
38-
"@jupyterlab/notebook": "^3.1.0",
39-
"@jupyterlab/observables": "^4.1.0",
40-
"@jupyterlab/translation": "^3.1.0"
32+
"@jupyterlab/apputils": "^3.3.0",
33+
"@jupyterlab/codeeditor": "^3.3.0",
34+
"@jupyterlab/coreutils": "^5.3.0",
35+
"@jupyterlab/docmanager": "^3.3.0",
36+
"@jupyterlab/docregistry": "^3.3.0",
37+
"@jupyterlab/fileeditor": "^3.3.0",
38+
"@jupyterlab/notebook": "^3.3.0",
39+
"@jupyterlab/observables": "^4.3.0",
40+
"@jupyterlab/translation": "^3.3.0"
4141
},
4242
"devDependencies": {
4343
"@babel/preset-env": "^7.4.3",
44-
"@jupyterlab/apputils": "^3.1.0",
45-
"@jupyterlab/codeeditor": "^3.1.0",
46-
"@jupyterlab/coreutils": "^5.1.0",
47-
"@jupyterlab/docmanager": "^3.1.0",
48-
"@jupyterlab/docregistry": "^3.1.0",
49-
"@jupyterlab/fileeditor": "^3.1.0",
50-
"@jupyterlab/notebook": "^3.1.0",
51-
"@jupyterlab/observables": "^4.1.0",
52-
"@jupyterlab/testutils": "^3.1.0",
53-
"@jupyterlab/translation": "^3.1.0",
44+
"@jupyterlab/apputils": "^3.3.0",
45+
"@jupyterlab/codeeditor": "^3.3.0",
46+
"@jupyterlab/coreutils": "^5.3.0",
47+
"@jupyterlab/docmanager": "^3.3.0",
48+
"@jupyterlab/docregistry": "^3.3.0",
49+
"@jupyterlab/fileeditor": "^3.3.0",
50+
"@jupyterlab/notebook": "^3.3.0",
51+
"@jupyterlab/observables": "^4.3.0",
52+
"@jupyterlab/testutils": "^3.3.0",
53+
"@jupyterlab/translation": "^3.3.0",
5454
"rimraf": "^3.0.2",
5555
"typescript": "~4.9.4"
5656
},

packages/completion-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"clean": "rimraf lib"
3333
},
3434
"devDependencies": {
35-
"@jupyterlab/builder": "^3.4.0",
36-
"@jupyterlab/ui-components": "^3.0.0",
35+
"@jupyterlab/builder": "^3.3.0",
36+
"@jupyterlab/ui-components": "^3.3.0",
3737
"react": "^17.0.1",
3838
"rimraf": "^3.0.2",
3939
"typescript": "~4.9.4"

packages/jupyterlab-lsp/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,23 @@
6868
"devDependencies": {
6969
"@babel/preset-env": "^7.4.3",
7070
"@jupyterlab/application": "^3.3.0",
71-
"@jupyterlab/apputils": "^3.1.0",
72-
"@jupyterlab/builder": "^3.4.0",
73-
"@jupyterlab/cells": "^3.1.0",
74-
"@jupyterlab/codeeditor": "^3.1.0",
75-
"@jupyterlab/codemirror": "^3.1.0",
76-
"@jupyterlab/completer": "^3.1.0",
77-
"@jupyterlab/coreutils": "^5.1.0",
78-
"@jupyterlab/docmanager": "^3.1.0",
79-
"@jupyterlab/docregistry": "^3.1.0",
80-
"@jupyterlab/fileeditor": "^3.1.0",
81-
"@jupyterlab/logconsole": "^3.1.0",
82-
"@jupyterlab/notebook": "^3.1.0",
83-
"@jupyterlab/rendermime": "^3.1.0",
84-
"@jupyterlab/services": "^6.1.0",
85-
"@jupyterlab/statusbar": "^3.1.0",
86-
"@jupyterlab/testutils": "^3.1.0",
87-
"@jupyterlab/tooltip": "^3.1.0",
71+
"@jupyterlab/apputils": "^3.3.0",
72+
"@jupyterlab/builder": "^3.3.0",
73+
"@jupyterlab/cells": "^3.3.0",
74+
"@jupyterlab/codeeditor": "^3.3.0",
75+
"@jupyterlab/codemirror": "^3.3.0",
76+
"@jupyterlab/completer": "^3.3.0",
77+
"@jupyterlab/coreutils": "^5.3.0",
78+
"@jupyterlab/docmanager": "^3.3.0",
79+
"@jupyterlab/docregistry": "^3.3.0",
80+
"@jupyterlab/fileeditor": "^3.3.0",
81+
"@jupyterlab/logconsole": "^3.3.0",
82+
"@jupyterlab/notebook": "^3.3.0",
83+
"@jupyterlab/rendermime": "^3.3.0",
84+
"@jupyterlab/services": "^6.3.0",
85+
"@jupyterlab/statusbar": "^3.3.0",
86+
"@jupyterlab/testutils": "^3.3.0",
87+
"@jupyterlab/tooltip": "^3.3.0",
8888
"@jupyterlab/ui-components": "^3.3.0",
8989
"@lumino/algorithm": "*",
9090
"@lumino/widgets": "^1.16.1",
@@ -110,21 +110,21 @@
110110
},
111111
"peerDependencies": {
112112
"@jupyterlab/application": "^3.3.0",
113-
"@jupyterlab/apputils": "^3.1.0",
114-
"@jupyterlab/cells": "^3.1.0",
115-
"@jupyterlab/codeeditor": "^3.1.0",
116-
"@jupyterlab/codemirror": "^3.1.0",
117-
"@jupyterlab/completer": "^3.1.0",
118-
"@jupyterlab/coreutils": "^5.1.0",
119-
"@jupyterlab/docmanager": "^3.1.0",
120-
"@jupyterlab/docregistry": "^3.1.0",
121-
"@jupyterlab/fileeditor": "^3.1.0",
122-
"@jupyterlab/notebook": "^3.1.0",
123-
"@jupyterlab/rendermime": "^3.1.0",
124-
"@jupyterlab/services": "^6.1.0",
125-
"@jupyterlab/statusbar": "^3.1.0",
126-
"@jupyterlab/tooltip": "^3.1.0",
127-
"@jupyterlab/ui-components": "^3.1.0",
113+
"@jupyterlab/apputils": "^3.3.0",
114+
"@jupyterlab/cells": "^3.3.0",
115+
"@jupyterlab/codeeditor": "^3.3.0",
116+
"@jupyterlab/codemirror": "^3.3.0",
117+
"@jupyterlab/completer": "^3.3.0",
118+
"@jupyterlab/coreutils": "^5.3.0",
119+
"@jupyterlab/docmanager": "^3.3.0",
120+
"@jupyterlab/docregistry": "^3.3.0",
121+
"@jupyterlab/fileeditor": "^3.3.0",
122+
"@jupyterlab/notebook": "^3.3.0",
123+
"@jupyterlab/rendermime": "^3.3.0",
124+
"@jupyterlab/services": "^6.3.0",
125+
"@jupyterlab/statusbar": "^3.3.0",
126+
"@jupyterlab/tooltip": "^3.3.0",
127+
"@jupyterlab/ui-components": "^3.3.0",
128128
"@lumino/algorithm": "*",
129129
"@lumino/widgets": "^1.16.1",
130130
"codemirror": "*",

packages/jupyterlab-lsp/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
/** General public tokens, including lumino Tokens and namespaces */
44
export * from './tokens';
55

6+
/** Generated JSON Schema types for server responses and settings */
7+
export * as SCHEMA from './_schema';
8+
69
/** Component- and feature-specific APIs */
710
export * from './api';
811

0 commit comments

Comments
 (0)