Skip to content

Commit

Permalink
Bump solid panes version in package.json to 1.1.10, solid-ui to 0.11.…
Browse files Browse the repository at this point in the history
…1, rdflib to 0.16.9
  • Loading branch information
melvincarvalho committed May 26, 2018
1 parent dc1f9d3 commit c13518f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mashlib",
"version": "0.7.7",
"version": "0.7.5",
"description": "Data mashup library",
"main": "./index.js",
"scripts": {
Expand Down Expand Up @@ -41,17 +41,17 @@
},
"dependencies": {
"babel-preset-metalab": "^1.0.0",
"rdflib": ">=0.16.8",
"solid-panes": ">=1.1.9",
"rdflib": ">=0.16.9",
"solid-panes": ">=1.1.10",
"solid-auth-client": ">=0.9.2",
"solid-ui": ">=0.11.0"
"solid-ui": ">=0.11.1"
},
"dependenciesReal": {
"babel-preset-metalab": "^1.0.0",
"rdflib": ">=0.16.8",
"solid-panes": ">=1.1.9",
"rdflib": ">=0.16.9",
"solid-panes": ">=1.1.10",
"solid-auth-client": ">=0.9.2",
"solid-ui": ">=0.11.0"
"solid-ui": ">=0.11.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit c13518f

Please sign in to comment.