linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
566 stars 146 forks source link

Dependency from react packages #420

Open crystalfp opened 4 years ago

crystalfp commented 4 years ago

Updating rdflib to 1.2.2 elicited warnings for these two modules deep in the module hierarchy:

 | |   | +-- UNMET PEER DEPENDENCY react-native@*
| | |   | +-- react-native-securerandom@0.1.1

These dependencies seems come from @solid/oidc-rp@0.10.0 My application don't use React so is it possible to get rid of these dependencies? Thanks! mario