|
66 | 66 | "@lumino/dragdrop": "^1.7.1",
|
67 | 67 | "@lumino/messaging": "^1.4.3",
|
68 | 68 | "@lumino/properties": "^1.2.3",
|
69 |
| - "@lumino/signaling": "^1.4.3" |
| 69 | + "@lumino/signaling": "^1.4.3", |
| 70 | + "@lumino/widgets": "^1.13.2", |
| 71 | + "@types/react": "^16.9.56" |
70 | 72 | },
|
71 | 73 | "devDependencies": {
|
72 | 74 | "@jupyterlab/builder": "^3.0.0-rc.13",
|
73 | 75 | "@typescript-eslint/eslint-plugin": "^2.27.0",
|
74 | 76 | "@typescript-eslint/parser": "^2.27.0",
|
75 | 77 | "eslint": "^7.5.0",
|
76 | 78 | "@babel/core": "^7",
|
77 |
| - "@babel/preset-env": "^7", |
| 79 | + "@babel/preset-env": "^7.12.1", |
| 80 | + "@babel/preset-react": "^7.12.5", |
78 | 81 | "@testing-library/react": "^11.1.1",
|
| 82 | + "@types/enzyme": "^3.10.8", |
| 83 | + "@types/enzyme-adapter-react-16": "^1.0.6", |
79 | 84 | "@types/jest": "^26.0.15",
|
| 85 | + "@types/node-fetch": "^2.5.7", |
| 86 | + "@types/react-dom": "^16.9.9", |
| 87 | + "@types/react-test-renderer": "^16.9.3", |
| 88 | + "babel-jest": "^26.6.3", |
| 89 | + "enzyme": "^3.11.0", |
| 90 | + "enzyme-adapter-react-16": "^1.15.5", |
80 | 91 | "eslint-config-prettier": "^6.10.1",
|
81 | 92 | "eslint-plugin-prettier": "^3.1.2",
|
82 | 93 | "eslint-plugin-react": "^7.20.4",
|
|
0 commit comments