Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ldf/core",
"description": "Linked Data Fragments Server - Core",
"version": "3.2.1",
"version": "3.2.2",
"lsd:module": true,
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"asynciterator": "^3.0.0",
"componentsjs": "^4.0.4",
"componentsjs": "4.5.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since 4.5.0 is in the range of ^4.0.4, this will probably not change anything. Or does it for you?
In any case, we'll want to keep using a semantic range for this instead of fixing to one specific version.

"forwarded-parse": "^2.1.0",
"jsonld-streaming-serializer": "^2.0.0",
"lodash": "^4.0.0",
Expand Down
Loading