Skip to content

Commit 7395b31

Browse files
committed
Fix build issue
1 parent e4add20 commit 7395b31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
"@lumino/messaging": "^1.4.3",
7575
"@lumino/properties": "^1.2.3",
7676
"@lumino/signaling": "^1.4.3",
77-
"@lumino/widgets": "^1.36.0"
77+
"@lumino/widgets": "^1.36.0",
78+
"@types/react": "^16.9.56",
79+
"@types/react-dom": "^16.9.9"
7880
},
7981
"devDependencies": {
8082
"@babel/core": "^7",
@@ -87,8 +89,6 @@
8789
"@types/enzyme-adapter-react-16": "^1.0.6",
8890
"@types/jest": "^26.0.15",
8991
"@types/node-fetch": "^2.5.7",
90-
"@types/react": "^16.9.56",
91-
"@types/react-dom": "^16.9.9",
9292
"@types/react-test-renderer": "^16.9.3",
9393
"@typescript-eslint/eslint-plugin": "^4.8.1",
9494
"@typescript-eslint/parser": "^4.8.1",

0 commit comments

Comments
 (0)