Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 5c66899

Browse files
committed
Workaround for react typings issue.
1 parent 85be0e1 commit 5c66899

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
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@jupyterlab/application": "^0.16.0",
34-
"@jupyterlab/apputils": "^0.16",
34+
"@jupyterlab/apputils": "^0.16.2",
3535
"@jupyterlab/cells": "^0.16",
3636
"@jupyterlab/coreutils": "^1.0",
3737
"@jupyterlab/docmanager": "^0.16",
@@ -46,11 +46,14 @@
4646
"react-dom": "~16.2.0"
4747
},
4848
"devDependencies": {
49-
"@types/react": "~16.3.9",
49+
"@types/react": "~16.0.19",
5050
"@types/react-dom": "~16.0.5",
5151
"rimraf": "^2.6.1",
5252
"typescript": "~2.6.0"
5353
},
54+
"resolutions": {
55+
"@types/react": "~16.0.19"
56+
},
5457
"jupyterlab": {
5558
"extension": "lib/extension.js"
5659
}

0 commit comments

Comments
 (0)