Skip to content

Commit

Permalink
build(deps): avoid peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 27, 2023
1 parent f77321a commit a98d355
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 28 deletions.
32 changes: 14 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions packages/cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
"url": "https://github.com/zazuko/barnard59/issues"
},
"homepage": "https://github.com/zazuko/barnard59",
"peerDependencies": {
"dependencies": {
"barnard59-base": "^2.0.0",
"barnard59-formats": "^2.0.0",
"barnard59-http": "^2.0.0",
"barnard59-rdf": "^3.0.0",
"barnard59-sparql": "^2.1.1",
"barnard59-shacl": "^1.0.0"
},
"dependencies": {
"barnard59-shacl": "^1.0.0",
"external-merge-sort": "^0.1.3",
"lodash": "^4.17.21",
"rdf-literal": "^1.3.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/graph-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"lodash": "^4.17.21",
"promise-the-world": "^1.0.1",
"readable-stream": "^3.6.0",
"sparql-http-client": "^2.4.0"
},
"peerDependencies": {
"sparql-http-client": "^2.4.0",
"barnard59-base": "^2.1.0",
"barnard59-rdf": "^3.0.0"
},
Expand Down
4 changes: 1 addition & 3 deletions packages/shacl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
"@rdfjs/fetch": "^3.0.0",
"is-stream": "^3.0.0",
"rdf-validate-shacl": "^0.5.1",
"readable-stream": "3 - 4"
},
"peerDependencies": {
"readable-stream": "3 - 4",
"barnard59-base": "^2.1.0",
"barnard59-formats": "^2.1.0",
"barnard59-rdf": "^3.0.0"
Expand Down

0 comments on commit a98d355

Please sign in to comment.