@datalayer/jupyter-react 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datalayer/jupyter-react",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Jupyter React - React.js components 100% compatible with Jupyter.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -144,6 +144,7 @@
|
|
|
144
144
|
"react-error-boundary": "3.1.3",
|
|
145
145
|
"react-inspector": "5.1.1",
|
|
146
146
|
"react-redux": "8.1.2",
|
|
147
|
+
"react-sparklines": "1.7.0",
|
|
147
148
|
"redux": "4.2.1",
|
|
148
149
|
"redux-observable": "1.2.0",
|
|
149
150
|
"rxjs": "6.6.0",
|
|
@@ -214,7 +215,6 @@
|
|
|
214
215
|
"npm-run-all": "4.1.5",
|
|
215
216
|
"prettier": "3.0.0",
|
|
216
217
|
"process": "0.11.10",
|
|
217
|
-
"react-sparklines": "1.7.0",
|
|
218
218
|
"rimraf": "3.0.2",
|
|
219
219
|
"storybook": "^7.6.5",
|
|
220
220
|
"stream": "0.0.2",
|