Fix explorer not display issue
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"datapackage-render": "git+https://github.com/frictionlessdata/datapackage-render-js.git",
|
"datapackage-render": "git+https://github.com/frictionlessdata/datapackage-render-js.git",
|
||||||
"frictionless.js": "^0.13.4",
|
"frictionless.js": "^0.13.4",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"portal": "https://github.com/datopian/portal.js",
|
"portal": "git+https://github.com/datopian/portal.js.git",
|
||||||
"postcss": "^8.2.10",
|
"postcss": "^8.2.10",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.1",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import {
|
|||||||
PlotlyChart,
|
PlotlyChart,
|
||||||
ReadMe,
|
ReadMe,
|
||||||
DataExplorer,
|
DataExplorer,
|
||||||
} from 'portal'
|
} from 'portal/dist/index.cjs'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import { getDataset } from '../lib/dataset'
|
import { getDataset } from '../lib/dataset'
|
||||||
|
|||||||
@@ -10113,9 +10113,9 @@ popper.js@1.16.1-lts:
|
|||||||
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05"
|
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05"
|
||||||
integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==
|
integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==
|
||||||
|
|
||||||
"portal@https://github.com/datopian/portal.js":
|
"portal@git+https://github.com/datopian/portal.js.git":
|
||||||
version "0.1.0"
|
version "0.1.0"
|
||||||
resolved "https://github.com/datopian/portal.js#8a4cc83813f22071cb1889a6d907833b6bf56093"
|
resolved "git+https://github.com/datopian/portal.js.git#9843ced6f19495fdd59c6385cba7e4afa4071e2e"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@emotion/react" "^11.7.1"
|
"@emotion/react" "^11.7.1"
|
||||||
"@emotion/styled" "^11.6.0"
|
"@emotion/styled" "^11.6.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user