We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5130d05 commit 8108728Copy full SHA for 8108728
1 file changed
packages/templates/cra-template-web-viewer/template.json
@@ -27,7 +27,6 @@
27
"@itwin/presentation-common": "^4.7.3",
28
"@itwin/presentation-components": "^5.0.0",
29
"@itwin/presentation-frontend": "^4.7.3",
30
- "@itwin/presentation-core-interop": "^1.3.0",
31
"@itwin/presentation-shared": "^1.2.0",
32
"@itwin/unified-selection": "~1.1.2",
33
"@itwin/unified-selection-react": "^1.0.0",
@@ -68,6 +67,9 @@
68
67
"last 4 edge version",
69
"not dead",
70
"not <0.2%"
71
- ]
+ ],
+ "overrides": {
72
+ "@itwin/presentation-core-interop": "1.3.1"
73
+ }
74
}
75
0 commit comments