Skip to content

Commit 68afa74

Browse files
authored
Merge pull request #932 from ipython/dependabot/npm_and_yarn/lab-9c71907788
Bump the lab group across 1 directory with 25 updates
2 parents 425f636 + f960d2c commit 68afa74

File tree

3 files changed

+2190
-1596
lines changed

3 files changed

+2190
-1596
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"watch:src": "tsc -w"
4949
},
5050
"dependencies": {
51-
"@jupyterlab/application": "^4.2.5",
52-
"@jupyterlab/apputils": "^4.2.5",
53-
"@jupyterlab/codeeditor": "^4.2.5",
54-
"@jupyterlab/console": "^4.2.5",
55-
"@jupyterlab/coreutils": "^6.2.5",
56-
"@jupyterlab/nbformat": "^4.2.5",
57-
"@jupyterlab/notebook": "^4.2.5",
58-
"@jupyterlab/services": "^7.2.5",
59-
"@jupyterlab/settingregistry": "^4.2.5",
60-
"@jupyterlab/statedb": "^4.2.5",
61-
"@jupyterlab/ui-components": "^4.2.5",
51+
"@jupyterlab/application": "^4.3.5",
52+
"@jupyterlab/apputils": "^4.4.5",
53+
"@jupyterlab/codeeditor": "^4.3.5",
54+
"@jupyterlab/console": "^4.3.5",
55+
"@jupyterlab/coreutils": "^6.3.5",
56+
"@jupyterlab/nbformat": "^4.3.5",
57+
"@jupyterlab/notebook": "^4.3.5",
58+
"@jupyterlab/services": "^7.3.5",
59+
"@jupyterlab/settingregistry": "^4.3.5",
60+
"@jupyterlab/statedb": "^4.3.5",
61+
"@jupyterlab/ui-components": "^4.3.5",
6262
"@lumino/algorithm": "^2.0.2",
6363
"@lumino/commands": "^2.3.1",
6464
"@lumino/coreutils": "^2.2.0",
@@ -67,24 +67,24 @@
6767
"@lumino/messaging": "^2.0.2",
6868
"@lumino/polling": "^2.1.3",
6969
"@lumino/signaling": "^2.1.3",
70-
"@lumino/widgets": "^2.5.0",
70+
"@lumino/widgets": "^2.6.0",
7171
"react": "^18.2.0",
7272
"react-dom": "^18.2.0"
7373
},
7474
"devDependencies": {
75-
"@jupyterlab/builder": "^4.2.5",
75+
"@jupyterlab/builder": "^4.3.5",
7676
"@types/react": "^18.0.26",
7777
"@types/react-dom": "~18.3.1",
78-
"@typescript-eslint/eslint-plugin": "^8.11.0",
79-
"@typescript-eslint/parser": "^8.11.0",
80-
"eslint": "^8.57.1",
81-
"eslint-config-prettier": "^9.1.0",
82-
"eslint-plugin-prettier": "^5.2.1",
83-
"eslint-plugin-react": "^7.37.2",
84-
"npm-run-all": "^4.1.5",
85-
"prettier": "^3.3.3",
78+
"@typescript-eslint/eslint-plugin": "^8.25.0",
79+
"@typescript-eslint/parser": "^8.25.0",
80+
"eslint": "^9.21.0",
81+
"eslint-config-prettier": "^10.0.2",
82+
"eslint-plugin-prettier": "^5.2.3",
83+
"eslint-plugin-react": "^7.37.4",
84+
"npm-run-all2": "^7.0.1",
85+
"prettier": "^3.5.3",
8686
"rimraf": "^6.0.1",
87-
"typescript": "~5.6.3"
87+
"typescript": "~5.8.2"
8888
},
8989
"resolutions": {
9090
"@types/react": "^18.0.26"

tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"declaration": true,
66
"esModuleInterop": true,
77
"incremental": true,
8+
"lib": [
9+
"DOM",
10+
"DOM.Iterable",
11+
"ES2018",
12+
"ES2020.BigInt",
13+
"ES2020.Intl",
14+
"ES2020.String"
15+
],
816
"jsx": "react",
917
"module": "esnext",
1018
"moduleResolution": "node",

0 commit comments

Comments
 (0)