Skip to content

Commit

Permalink
build(deps): update @zazuko.rdf-vocabularies
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 2, 2020
1 parent ba5a3bd commit 7c88a8b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-pants-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hydrofoil/shaperone-core": patch
---

Update @zazuko/rdf-vocabularies
3 changes: 1 addition & 2 deletions demos/lit-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rdfjs-elements/rdf-editor": "^0.3.3",
"@rdfjs/fetch-lite": "^2.1.0",
"@tpluscode/rdf-ns-builders": "^0.4",
"@tpluscode/rdf-string": "^0.2.15",
"@tpluscode/rdf-string": "^0.2.21",
"@vaadin/vaadin-app-layout": "^2.1.0",
"@vaadin/vaadin-button": "^2.4.0",
"@vaadin/vaadin-checkbox": "^2.5.0",
Expand Down Expand Up @@ -55,7 +55,6 @@
"@types/rdfjs__fetch-lite": "^2.0.2",
"@types/rdfjs__term-set": "^1.0.1",
"copy-webpack-plugin": "^6.2.1",
"raw-loader": "^4.0.1",
"rimraf": "^3.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
Expand Down
8 changes: 0 additions & 8 deletions demos/lit-html/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ module.exports = merge(
stream: 'readable-stream',
},
},
module: {
rules: [
{
test: /\.ttl$/,
use: ['raw-loader'],
},
],
},
node: {
crypto: true,
},
Expand Down
20 changes: 6 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3201,15 +3201,15 @@
dependencies:
"@rdf-esm/namespace" "^0.5.1"

"@tpluscode/rdf-string@^0.2.15":
version "0.2.20"
resolved "https://registry.yarnpkg.com/@tpluscode/rdf-string/-/rdf-string-0.2.20.tgz#f026c67f09d8c7ea67be8b0c4f993874a00894d7"
integrity sha512-3CY/nWge3EwNPoApQRP/HMlWlLyn6G+ePHvb/OOhhBd2/k08cWK4X2tCfMKU0weuLTtsDyBduMu7tsjxfQu9Fw==
"@tpluscode/rdf-string@^0.2.21":
version "0.2.21"
resolved "https://registry.yarnpkg.com/@tpluscode/rdf-string/-/rdf-string-0.2.21.tgz#4c313f2f6b0fa26ebefd1cadfc55977b6fc691b2"
integrity sha512-AXcXoJc1xMrSfM2luWvix25lEoF/LnHnO6cjb3Rx4wzVcs88fvS7joPhkYKdKu0FPhQZnixNvXyoE8AIxz6f+w==
dependencies:
"@rdf-esm/data-model" "^0.5.3"
"@rdf-esm/term-map" "^0.5.0"
"@tpluscode/rdf-ns-builders" "^0.4"
"@zazuko/rdf-vocabularies" "^2020.6.29"
"@zazuko/rdf-vocabularies" "^2020.11.2"

"@tpluscode/rdfine@^0.5.6", "@tpluscode/rdfine@^0.5.7":
version "0.5.10"
Expand Down Expand Up @@ -4372,7 +4372,7 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==

"@zazuko/rdf-vocabularies@^2020.6.29", "@zazuko/rdf-vocabularies@^2020.7.13", "@zazuko/rdf-vocabularies@^2020.11.2":
"@zazuko/rdf-vocabularies@^2020.11.2", "@zazuko/rdf-vocabularies@^2020.7.13":
version "2020.11.2"
resolved "https://registry.yarnpkg.com/@zazuko/rdf-vocabularies/-/rdf-vocabularies-2020.11.2.tgz#d82190f4556e47213744bd5d35106f4316ef9adf"
integrity sha512-RhTeKHVX0Deb/qHPeoO2JT9uRmN0HTzGUtzUpe7MJQneYA9wHOOROC+lsEmq+YNGJ0oZtiNc0HZofIbMhd6T7g==
Expand Down Expand Up @@ -12378,14 +12378,6 @@ [email protected]:
iconv-lite "0.4.24"
unpipe "1.0.0"

raw-loader@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-4.0.1.tgz#14e1f726a359b68437e183d5a5b7d33a3eba6933"
integrity sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A==
dependencies:
loader-utils "^2.0.0"
schema-utils "^2.6.5"

rc@^1.2.7:
version "1.2.8"
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
Expand Down

0 comments on commit 7c88a8b

Please sign in to comment.