Skip to content

Commit 6cf8bb5

Browse files
authored
Merge pull request #348 from painebot/tkp/js
Update JS Deps
2 parents 0364a62 + 63ee667 commit 6cf8bb5

3 files changed

Lines changed: 2800 additions & 1359 deletions

File tree

js/.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodeLinker: node-modules
2+

js/package.json

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -47,49 +47,53 @@
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+
"babel-jest": "^29.7.0",
76+
"eslint": "^8.57.1",
77+
"eslint-plugin-import": "^2.32.0",
78+
"eslint-plugin-jsdoc": "^44.2.7",
7879
"eslint-plugin-prefer-arrow": "^1.2.3",
79-
"eslint-plugin-react": "^7.24.0",
80+
"eslint-plugin-react": "^7.37.5",
8081
"eslint-plugin-unicorn": "^47.0.0",
8182
"isomorphic-fetch": "^3.0.0",
82-
"jest": "^29.5.0",
83-
"jest-environment-jsdom": "^29.5.0",
83+
"jest": "^29.7.0",
84+
"jest-environment-jsdom": "^29.7.0",
8485
"jest-junit": "^16.0.0",
8586
"jest-raw-loader": "^1.0.1",
8687
"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"
88+
"rimraf": "^5.0.10",
89+
"shx": "^0.3.4",
90+
"source-map-loader": "^4.0.2",
91+
"ts-jest": "^29.4.11",
92+
"typescript": "^4.9.5",
93+
"yarn-deduplicate": "^6.0.2"
94+
},
95+
"resolutions": {
96+
"@types/d3-dispatch": "3.0.6"
9397
},
9498
"sideEffects": [
9599
"style/**/*.css",

0 commit comments

Comments
 (0)