|
28 | 28 | "postpack": "shx rm README.md", |
29 | 29 | "prepack": "shx cp ../README.md .", |
30 | 30 | "prepublishOnly": "jlpm clean && jlpm clean:labextension && jlpm integrity && jlpm build:prod", |
31 | | - "test": "jest --coverage --collectCoverageFrom=src/*.{ts,tsx}", |
| 31 | + "test": "jest --coverage", |
32 | 32 | "test:browser": "../ci/browser_check.sh", |
33 | 33 | "watch": "run-p watch:lib watch:labextension", |
34 | 34 | "watch:lib": "tsc -b -w", |
|
41 | 41 | "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
42 | 42 | ], |
43 | 43 | "dependencies": { |
44 | | - "@jupyterlab/application": "^3.0.0", |
45 | | - "@jupyterlab/apputils": "^3.0.0", |
46 | | - "@jupyterlab/coreutils": "^5.0.0", |
47 | | - "@jupyterlab/docmanager": "^3.0.0", |
48 | | - "@jupyterlab/docregistry": "^3.0.0", |
49 | | - "@jupyterlab/filebrowser": "^3.0.0", |
50 | | - "@jupyterlab/services": "^6.0.0", |
51 | | - "@jupyterlab/settingregistry": "^3.0.0", |
52 | | - "@jupyterlab/ui-components": "^3.0.0", |
53 | | - "@lumino/algorithm": "^1.3.3", |
54 | | - "@lumino/disposable": "^1.4.3", |
| 44 | + "@jupyterlab/application": "^4.0.0", |
| 45 | + "@jupyterlab/apputils": "^4.0.0", |
| 46 | + "@jupyterlab/coreutils": "^6.0.0", |
| 47 | + "@jupyterlab/docmanager": "^4.0.0", |
| 48 | + "@jupyterlab/docregistry": "^4.0.0", |
| 49 | + "@jupyterlab/filebrowser": "^4.0.0", |
| 50 | + "@jupyterlab/services": "^7.0.0", |
| 51 | + "@jupyterlab/settingregistry": "^4.0.0", |
| 52 | + "@jupyterlab/statusbar": "^4.0.0", |
| 53 | + "@jupyterlab/translation": "^4.0.0", |
| 54 | + "@jupyterlab/ui-components": "^4.0.0", |
| 55 | + "@lumino/algorithm": "^2.0.0", |
| 56 | + "@lumino/commands": "^2.0.0", |
| 57 | + "@lumino/disposable": "^2.1.1", |
| 58 | + "@lumino/messaging": "^2.0.0", |
| 59 | + "@lumino/signaling": "^2.0.0", |
| 60 | + "@lumino/widgets": "^2.0.0", |
55 | 61 | "@material-ui/core": "^4.11.3", |
56 | | - "@types/file-saver": "^2.0.1", |
57 | | - "@types/jszip": "^3.4.1", |
58 | 62 | "file-saver": "^2.0.5", |
59 | 63 | "jszip": "^3.7.0", |
60 | | - "react": "^17.0.0", |
61 | | - "react-dom": "^17.0.0", |
| 64 | + "react": "^18.2.0", |
| 65 | + "react-dom": "^18.2.0", |
62 | 66 | "tree-finder": "^0.0.13" |
63 | 67 | }, |
64 | 68 | "devDependencies": { |
65 | 69 | "@babel/core": "^7.0.0", |
66 | 70 | "@babel/preset-env": "^7.20.2", |
67 | | - "@jupyterlab/builder": "^3.0.0", |
68 | | - "@types/jest": "^26.0.22", |
69 | | - "@types/react": "^17.0.0", |
70 | | - "@types/react-dom": "^17.0.0", |
| 71 | + "@jupyterlab/builder": "^4.0.0", |
| 72 | + "@types/file-saver": "^2.0.1", |
| 73 | + "@types/jest": "^29.5.1", |
| 74 | + "@types/jszip": "^3.4.1", |
| 75 | + "@types/react": "^18.0.0", |
| 76 | + "@types/react-dom": "^18.0.0", |
71 | 77 | "@typescript-eslint/eslint-plugin": "^5.45.0", |
72 | 78 | "@typescript-eslint/parser": "^5.45.0", |
73 | 79 | "eslint": "^8.29.0", |
74 | 80 | "eslint-plugin-import": "^2.23.4", |
75 | | - "eslint-plugin-jsdoc": "^39.6.4", |
| 81 | + "eslint-plugin-jsdoc": "^44.2.4", |
76 | 82 | "eslint-plugin-prefer-arrow": "^1.2.3", |
77 | 83 | "eslint-plugin-react": "^7.24.0", |
78 | | - "eslint-plugin-unicorn": "^45.0.1", |
| 84 | + "eslint-plugin-unicorn": "^47.0.0", |
79 | 85 | "isomorphic-fetch": "^3.0.0", |
80 | | - "jest": "^26", |
| 86 | + "jest": "^29.5.0", |
| 87 | + "jest-environment-jsdom": "^29.5.0", |
81 | 88 | "jest-junit": "^16.0.0", |
82 | 89 | "jest-raw-loader": "^1.0.1", |
83 | | - "mkdirp": "^1.0.4", |
84 | | - "rimraf": "^3.0.2", |
| 90 | + "mkdirp": "^3.0.1", |
| 91 | + "rimraf": "^5.0.1", |
85 | 92 | "shx": "^0.3.3", |
86 | | - "ts-jest": "^26.5.4", |
87 | | - "typescript": "^4.2.4", |
| 93 | + "source-map-loader": "^4.0.1", |
| 94 | + "ts-jest": "^29.1.0", |
| 95 | + "typescript": "^4.5.0", |
88 | 96 | "yarn-deduplicate": "^6.0.0" |
89 | 97 | }, |
90 | | - "resolutions": { |
91 | | - "**/@types/react": "^17.0.0" |
92 | | - }, |
93 | 98 | "sideEffects": [ |
94 | 99 | "style/**/*.css", |
95 | 100 | "style/index.js" |
|
106 | 111 | } |
107 | 112 | } |
108 | 113 | }, |
109 | | - "extension": true, |
| 114 | + "extension": "lib/index.js", |
110 | 115 | "outputDir": "../jupyterfs/labextension", |
111 | 116 | "schemaDir": "schema" |
112 | 117 | } |
|
0 commit comments