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 b08d14b commit e200a2bCopy full SHA for e200a2b
package.json
@@ -96,7 +96,25 @@
96
},
97
"jupyterlab": {
98
"extension": true,
99
- "outputDir": "lckr_jupyterlab_variableinspector/labextension"
+ "outputDir": "lckr_jupyterlab_variableinspector/labextension",
100
+ "sharedPackages": {
101
+ "@jupyter/web-components": {
102
+ "bundled": true,
103
+ "singleton": true
104
+ },
105
+ "@microsoft/fast-components": {
106
107
108
109
+ "@microsoft/fast-element": {
110
111
112
113
+ "@microsoft/fast-foundation": {
114
115
116
+ }
117
118
119
"styleModule": "style/index.js",
120
"eslintIgnore": [
0 commit comments