Skip to content

Commit

Permalink
pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Nov 6, 2020
1 parent 0cd5f0e commit 6be0bda
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
},
"homepage": "https://github.com/jeff-zucker/solid-rest#readme",
"dependencies": {
"concat-stream": "^2.0.0",
"cross-fetch": "^3.0.6",
"fs-extra": "^9.0.1",
"mime-types": "^2.1.27",
"concat-stream": "2.0.0",
"cross-fetch": "3.0.6",
"fs-extra": "9.0.1",
"mime-types": "2.1.27",
"uuid": "8.3.1"
},
"peerDependencies": {
"browserfs": "^1.4.3"
"browserfs": "1.4.3"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"minimist": "1.2.5",
"node-fetch": "^2.6.1",
"node-forge": "^0.10.0",
"rdflib": "^2.1.1",
"node-fetch": "2.6.1",
"node-forge": "0.10.0",
"rdflib": "2.1.1",
"rimraf": "3.0.2",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0"
"webpack": "4.44.2",
"webpack-cli": "4.2.0"
}
}

0 comments on commit 6be0bda

Please sign in to comment.