Skip to content

Commit 8ead390

Browse files
committed
1.10.0
1 parent 3482eaa commit 8ead390

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mashlib",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Data mashup library",
55
"main": "./index.js",
66
"files": [
@@ -45,15 +45,10 @@
4545
"url": "https://github.com/solidos/mashlib/issues"
4646
},
4747
"homepage": "https://github.com/solidos/mashlib",
48-
4948
"dependencies": {
50-
"@inrupt/solid-client-authn-browser": "^2.2.4",
51-
"rdflib": "^2.2.32",
52-
"solid-logic": "^2.1.2",
53-
"solid-panes": "^3.5.28",
54-
"solid-ui": "^2.4.24"
49+
"rdflib": "^2.2.34",
50+
"solid-panes": "^3.5.36"
5551
},
56-
5752
"devDependencies": {
5853
"@babel/cli": "^7.24.1",
5954
"@babel/core": "^7.24.3",
@@ -98,9 +93,5 @@
9893
"path": "./dist/*[^.min].js",
9994
"maxSize": "3 MB"
10095
}
101-
],
102-
"dependencies": {
103-
"rdflib": "^2.2.34",
104-
"solid-panes": "^3.5.36"
105-
}
96+
]
10697
}

0 commit comments

Comments
 (0)