We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4add20 commit 7395b31Copy full SHA for 7395b31
package.json
@@ -74,7 +74,9 @@
74
"@lumino/messaging": "^1.4.3",
75
"@lumino/properties": "^1.2.3",
76
"@lumino/signaling": "^1.4.3",
77
- "@lumino/widgets": "^1.36.0"
+ "@lumino/widgets": "^1.36.0",
78
+ "@types/react": "^16.9.56",
79
+ "@types/react-dom": "^16.9.9"
80
},
81
"devDependencies": {
82
"@babel/core": "^7",
@@ -87,8 +89,6 @@
87
89
"@types/enzyme-adapter-react-16": "^1.0.6",
88
90
"@types/jest": "^26.0.15",
91
"@types/node-fetch": "^2.5.7",
- "@types/react": "^16.9.56",
- "@types/react-dom": "^16.9.9",
92
"@types/react-test-renderer": "^16.9.3",
93
"@typescript-eslint/eslint-plugin": "^4.8.1",
94
"@typescript-eslint/parser": "^4.8.1",
0 commit comments