Skip to content

Commit 628ba9b

Browse files
committed
Fix build
1 parent 1515dfb commit 628ba9b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
"@lumino/messaging": "^1.4.3",
6868
"@lumino/properties": "^1.2.3",
6969
"@lumino/signaling": "^1.4.3",
70-
"@lumino/widgets": "^1.13.2",
71-
"@types/react": "^16.9.56"
70+
"@lumino/widgets": "^1.13.2"
7271
},
7372
"devDependencies": {
7473
"@jupyterlab/builder": "^3.0.0-rc.13",
@@ -83,6 +82,7 @@
8382
"@types/enzyme-adapter-react-16": "^1.0.6",
8483
"@types/jest": "^26.0.15",
8584
"@types/node-fetch": "^2.5.7",
85+
"@types/react": "^16.9.56",
8686
"@types/react-dom": "^16.9.9",
8787
"@types/react-test-renderer": "^16.9.3",
8888
"babel-jest": "^26.6.3",
@@ -103,6 +103,9 @@
103103
"react-test-renderer": "^17.0.1",
104104
"ts-jest": "^26.4.4"
105105
},
106+
"resolutions": {
107+
"@types/react": "^16.9.56"
108+
},
106109
"sideEffects": [
107110
"style/*.css",
108111
"style/index.js"

0 commit comments

Comments
 (0)