Merge branch 'main' of github.com:datopian/portal.js

This commit is contained in:
Rufus Pollock 2022-02-22 12:39:07 +01:00
commit 6cfa61dffd
3 changed files with 5 additions and 5 deletions

View File

@ -121,10 +121,10 @@ Year,Temp Anomaly,
### Table from a URL
<Table url='https://raw.githubusercontent.com/datopian/data-literate/main/public/_files/HadCRUT.5.0.1.0.analysis.summary_series.global.annual.csv' />
<Table url='/_files/HadCRUT.5.0.1.0.analysis.summary_series.global.annual.csv' />
```
<Table url='https://raw.githubusercontent.com/datopian/data-literate/main/public/_files/HadCRUT.5.0.1.0.analysis.summary_series.global.annual.csv' />
<Table url='/_files/HadCRUT.5.0.1.0.analysis.summary_series.global.annual.csv' />
```
## Charts

View File

@ -17,7 +17,7 @@
"datapackage-render": "git+https://github.com/frictionlessdata/datapackage-render-js.git",
"frictionless.js": "^0.13.4",
"next": "latest",
"portal": "https://github.com/datopian/portal.js",
"portal": "https://github.com/datopian/portal.js.git#25f3c6b32a60c4f922394c85d2d7d03fe2cbc143",
"postcss": "^8.2.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",

View File

@ -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"
integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==
"portal@https://github.com/datopian/portal.js":
"portal@https://github.com/datopian/portal.js.git#25f3c6b32a60c4f922394c85d2d7d03fe2cbc143":
version "0.1.0"
resolved "https://github.com/datopian/portal.js#8a4cc83813f22071cb1889a6d907833b6bf56093"
resolved "https://github.com/datopian/portal.js.git#25f3c6b32a60c4f922394c85d2d7d03fe2cbc143"
dependencies:
"@emotion/react" "^11.7.1"
"@emotion/styled" "^11.6.0"