Skip to content

Commit

Permalink
adds dsv. closes #12. for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Apr 15, 2021
1 parent 6faab9f commit 671bb9f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 16 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@reuters-graphics/eslint-config": "^0.0.2",
"@reuters-graphics/graphics-bin": "^0.0.8",
"@reuters-graphics/graphics-kit-publisher": "^0.0.4",
"@rollup/plugin-dsv": "^2.0.1",
"@sveltejs/kit": "next",
"autoprefixer": "^10.2.5",
"eslint": "^7.23.0",
Expand Down
2 changes: 2 additions & 0 deletions svelte.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const sveltePreprocess = require('svelte-preprocess');
const pkg = require('./package.json');
const url = require('url');
const path = require('path');
const dsv = require('@rollup/plugin-dsv');
const svelteKitPagesPlugin = require('./bin/svelte-kit/plugins/svelte-kit-pages/index.cjs');

const getRootRelativePath = (homepageURL) => {
Expand Down Expand Up @@ -68,6 +69,7 @@ module.exports = {
exclude: ['svelte-fa', 'embeds'],
},
plugins: [
dsv(),
svelteKitPagesPlugin(),
],
},
Expand Down
57 changes: 41 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,18 +327,6 @@
dependencies:
"@octokit/openapi-types" "^6.0.0"

"@reuters-graphics/categorical-bar-chart@https://github.com/reuters-graphics/chart-module-categorical-bar-chart.git":
version "0.0.1"
resolved "https://github.com/reuters-graphics/chart-module-categorical-bar-chart.git#268d336adb71f097b5d74f7f58abe8c39a7a3975"
dependencies:
d3 "^6.2.0"
d3-appendselect "^0.1.0"
d3-array "^2.10.0"
d3-axis "^2.0.0"
d3-scale "^3.2.3"
d3-selection "^2.0.0"
lodash "^4.17.20"

"@reuters-graphics/eslint-config@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@reuters-graphics/eslint-config/-/eslint-config-0.0.2.tgz#0d5b870decc75aa4fc5f5bbd58e0de67daa6ca32"
Expand Down Expand Up @@ -486,10 +474,23 @@
axios "^0.20.0"
emoji-strip "^1.0.1"

"@rollup/plugin-virtual@^2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@rollup/plugin-virtual/-/plugin-virtual-2.0.3.tgz#0afc88d75c1e1378ab290b8e9898d4edb5be0d74"
integrity sha512-pw6ziJcyjZtntQ//bkad9qXaBx665SgEL8C8KI5wO8G5iU5MPxvdWrQyVaAvjojGm9tJoS8M9Z/EEepbqieYmw==
"@rollup/plugin-dsv@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-dsv/-/plugin-dsv-2.0.1.tgz#836f6ac7582bfc18ebf60ea5ee3615f6dfd4241e"
integrity sha512-jhIUKZRLN56bFFBc23TW6D0zy+5sEE7fLSX8keywm/xCTC1ZdgCPxNLx3F+t5Svack0oYGaIwLniAL83uto17A==
dependencies:
"@rollup/pluginutils" "^3.0.4"
d3-dsv "1.2.0"
tosource "^1.0.0"

"@rollup/pluginutils@^3.0.4":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
dependencies:
"@types/estree" "0.0.39"
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@rollup/pluginutils@^4.1.0":
version "4.1.0"
Expand Down Expand Up @@ -572,6 +573,11 @@
"@types/node" "*"
"@types/responselike" "*"

"@types/[email protected]":
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==

"@types/http-cache-semantics@*":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
Expand Down Expand Up @@ -1592,6 +1598,15 @@ d3-drag@2:
iconv-lite "0.4"
rw "1"

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-1.2.0.tgz#9d5f75c3a5f8abd611f74d3f5847b0d4338b885c"
integrity sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==
dependencies:
commander "2"
iconv-lite "0.4"
rw "1"

"d3-ease@1 - 2", d3-ease@2:
version "2.0.0"
resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-2.0.0.tgz#fd1762bfca00dae4bacea504b1d628ff290ac563"
Expand Down Expand Up @@ -2380,6 +2395,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==

estree-walker@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==

estree-walker@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
Expand Down Expand Up @@ -5391,6 +5411,11 @@ toggle-selection@^1.0.6:
resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI=

tosource@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/tosource/-/tosource-1.0.0.tgz#42d88dd116618bcf00d6106dd5446f3427902ff1"
integrity sha1-QtiN0RZhi88A1hBt1URvNCeQL/E=

tough-cookie@^2.3.3, tough-cookie@~2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
Expand Down

0 comments on commit 671bb9f

Please sign in to comment.