Skip to content

Commit b6cde0d

Browse files
committed
Update JS Deps
1 parent 0364a62 commit b6cde0d

3 files changed

Lines changed: 2804 additions & 1365 deletions

File tree

js/.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"

js/package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -47,49 +47,49 @@
4747
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
4848
],
4949
"dependencies": {
50-
"@jupyterlab/application": "^4.0.0",
51-
"@jupyterlab/apputils": "^4.0.0",
52-
"@jupyterlab/codeeditor": "^4.0.0",
53-
"@jupyterlab/codemirror": "^4.0.0",
54-
"@jupyterlab/coreutils": "^6.0.0",
55-
"@jupyterlab/docmanager": "^4.0.0",
56-
"@jupyterlab/filebrowser": "^4.0.0",
57-
"@jupyterlab/launcher": "^4.1.5",
58-
"@jupyterlab/mainmenu": "^4.1.5",
59-
"@jupyterlab/notebook": "^4.1.5",
60-
"@jupyterlab/services": "^7.1.5",
61-
"@lumino/disposable": "^2.1.1"
50+
"@jupyterlab/application": "^4.6.0",
51+
"@jupyterlab/apputils": "^4.7.0",
52+
"@jupyterlab/codeeditor": "^4.6.0",
53+
"@jupyterlab/codemirror": "^4.6.0",
54+
"@jupyterlab/coreutils": "^6.6.0",
55+
"@jupyterlab/docmanager": "^4.6.0",
56+
"@jupyterlab/filebrowser": "^4.6.0",
57+
"@jupyterlab/launcher": "^4.6.0",
58+
"@jupyterlab/mainmenu": "^4.6.0",
59+
"@jupyterlab/notebook": "^4.6.0",
60+
"@jupyterlab/services": "^7.6.0",
61+
"@lumino/disposable": "^2.1.5"
6262
},
6363
"devDependencies": {
64-
"@babel/core": "^7.0.0",
65-
"@babel/preset-env": "^7.20.2",
66-
"@jupyterlab/builder": "^4.0.0",
67-
"@rjsf/utils": "^5.13.2",
68-
"@types/file-saver": "^2.0.1",
69-
"@types/jest": "^29.5.1",
64+
"@babel/core": "^7.29.7",
65+
"@babel/preset-env": "^7.29.7",
66+
"@jupyterlab/builder": "^4.5.9",
67+
"@rjsf/utils": "^5.24.13",
68+
"@types/file-saver": "^2.0.7",
69+
"@types/jest": "^29.5.14",
7070
"@types/jszip": "^3.4.1",
71-
"@types/react": "^18.0.0",
72-
"@types/react-dom": "^18.0.0",
73-
"@typescript-eslint/eslint-plugin": "^5.45.0",
74-
"@typescript-eslint/parser": "^5.45.0",
75-
"eslint": "^8.29.0",
76-
"eslint-plugin-import": "^2.23.4",
77-
"eslint-plugin-jsdoc": "^44.2.4",
71+
"@types/react": "^18.3.31",
72+
"@types/react-dom": "^18.3.7",
73+
"@typescript-eslint/eslint-plugin": "^5.62.0",
74+
"@typescript-eslint/parser": "^5.62.0",
75+
"eslint": "^8.57.1",
76+
"eslint-plugin-import": "^2.32.0",
77+
"eslint-plugin-jsdoc": "^44.2.7",
7878
"eslint-plugin-prefer-arrow": "^1.2.3",
79-
"eslint-plugin-react": "^7.24.0",
79+
"eslint-plugin-react": "^7.37.5",
8080
"eslint-plugin-unicorn": "^47.0.0",
8181
"isomorphic-fetch": "^3.0.0",
82-
"jest": "^29.5.0",
83-
"jest-environment-jsdom": "^29.5.0",
82+
"jest": "^29.7.0",
83+
"jest-environment-jsdom": "^29.7.0",
8484
"jest-junit": "^16.0.0",
8585
"jest-raw-loader": "^1.0.1",
8686
"mkdirp": "^3.0.1",
87-
"rimraf": "^5.0.1",
88-
"shx": "^0.3.3",
89-
"source-map-loader": "^4.0.1",
90-
"ts-jest": "^29.1.0",
91-
"typescript": "^4.5.0",
92-
"yarn-deduplicate": "^6.0.0"
87+
"rimraf": "^5.0.10",
88+
"shx": "^0.3.4",
89+
"source-map-loader": "^4.0.2",
90+
"ts-jest": "^29.4.11",
91+
"typescript": "^4.9.5",
92+
"yarn-deduplicate": "^6.0.2"
9393
},
9494
"sideEffects": [
9595
"style/**/*.css",

0 commit comments

Comments
 (0)