Skip to content

Commit 3a706ae

Browse files
committed
Cleanup duplicated line, misaligned version,
no-longer needed util workaround
1 parent 8b44cd5 commit 3a706ae

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

packages/jupyterlab-lsp/webpack.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,5 @@ module.exports = {
1010
use: ['source-map-loader']
1111
}
1212
]
13-
},
14-
resolve: {
15-
fallback: {
16-
util: false
17-
}
1813
}
1914
};

packages/metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"rimraf": "^5.0.5",
40-
"typescript": "~5.0.4"
40+
"typescript": "~5.1.6"
4141
},
4242
"publishConfig": {
4343
"access": "public"

versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@
2222
JUPYTERLAB_NEXT_MAJOR_VERSION = int(JUPYTERLAB_VERSION.split('.')[0]) + 1
2323
REQUIRED_JUPYTERLAB = f'>={JUPYTERLAB_VERSION},<{JUPYTERLAB_NEXT_MAJOR_VERSION}.0.0a0'
2424
REQUIRED_JUPYTER_SERVER = '>=1.1.2'
25-
REQUIRED_JUPYTER_SERVER = '>=1.1.2'
2625
REQUIRED_PYTHON = '>=3.8,<3.13.0a0'

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2187,7 +2187,7 @@ __metadata:
21872187
"@jupyter-lsp/theme-material": "workspace:*"
21882188
"@jupyter-lsp/theme-vscode": "workspace:*"
21892189
rimraf: ^5.0.5
2190-
typescript: ~5.0.4
2190+
typescript: ~5.1.6
21912191
languageName: unknown
21922192
linkType: soft
21932193

0 commit comments

Comments
 (0)