|
70 | 70 | ]
|
71 | 71 | },
|
72 | 72 | "dependencies": {
|
73 |
| - "@jupyter-widgets/base": "^1 || ^2 || ^3 || ^4", |
74 |
| - "@jupyter-widgets/controls": "^3.0.0", |
75 |
| - "@jupyterlab/application": "^3.2.3", |
76 |
| - "@jupyterlab/apputils": "^3.2.3", |
77 |
| - "@jupyterlab/observables": "^4.2.3", |
78 |
| - "@lumino/algorithm": "^1.9.1", |
79 |
| - "@lumino/commands": "^1.12.0", |
80 |
| - "@lumino/disposable": "^1.10.1", |
81 |
| - "@lumino/messaging": "^1.10.1", |
82 |
| - "@lumino/widgets": "^1.30.0" |
| 73 | + "@jupyter-widgets/base": "^1 || ^2 || ^3 || ^4 || ^5 || ^6", |
| 74 | + "@jupyter-widgets/controls": "^3 || ^4 || ^5", |
| 75 | + "@jupyterlab/application": "^3.4.5", |
| 76 | + "@jupyterlab/apputils": "^3.4.5", |
| 77 | + "@jupyterlab/observables": "^4.4.5", |
| 78 | + "@lumino/algorithm": "^1.9.2", |
| 79 | + "@lumino/commands": "^1.20.1", |
| 80 | + "@lumino/disposable": "^1.10.2", |
| 81 | + "@lumino/messaging": "^1.10.2", |
| 82 | + "@lumino/widgets": "^1.34.0" |
83 | 83 | },
|
84 | 84 | "devDependencies": {
|
85 |
| - "@jupyterlab/builder": "^3.2.3", |
| 85 | + "@jupyterlab/builder": "^3.4.5", |
86 | 86 | "@types/expect.js": "^0.3.29",
|
87 |
| - "@types/node": "^10.11.6", |
88 |
| - "@typescript-eslint/eslint-plugin": "^2.26.0", |
89 |
| - "@typescript-eslint/parser": "^2.26.0", |
90 |
| - "eslint": "^6.8.0", |
91 |
| - "eslint-config-prettier": "^6.10.1", |
92 |
| - "eslint-plugin-jsdoc": "^22.1.0", |
93 |
| - "eslint-plugin-prettier": "^3.1.2", |
94 |
| - "eslint-plugin-react": "^7.18.3", |
| 87 | + "@types/node": "^18.7.8", |
| 88 | + "@typescript-eslint/eslint-plugin": "^5.33.1", |
| 89 | + "@typescript-eslint/parser": "^5.33.1", |
| 90 | + "eslint": "^8.22.0", |
| 91 | + "eslint-config-prettier": "^8.5.0", |
| 92 | + "eslint-plugin-jsdoc": "^39.3.6", |
| 93 | + "eslint-plugin-prettier": "^4.2.1", |
| 94 | + "eslint-plugin-react": "^7.30.1", |
95 | 95 | "expect.js": "^0.3.1",
|
96 |
| - "fs-extra": "^7.0.0", |
97 |
| - "husky": "^3.1.0", |
98 |
| - "lint-staged": "^9.4.3", |
99 |
| - "mkdirp": "^0.5.1", |
100 |
| - "npm-run-all": "^4.1.3", |
101 |
| - "prettier": "^2.0.2", |
102 |
| - "rimraf": "^2.6.2", |
103 |
| - "typescript": "~4.4.4" |
| 96 | + "fs-extra": "^10.1.0", |
| 97 | + "husky": "^8.0.1", |
| 98 | + "lint-staged": "^13.0.3", |
| 99 | + "mkdirp": "^1.0.4", |
| 100 | + "npm-run-all": "^4.1.5", |
| 101 | + "prettier": "^2.7.1", |
| 102 | + "rimraf": "^3.0.2", |
| 103 | + "typescript": "~4.7.4" |
104 | 104 | },
|
105 | 105 | "jupyterlab": {
|
106 | 106 | "extension": "lib/plugin",
|
|
0 commit comments