Skip to content

Commit 2fff2f3

Browse files
committed
Ensure the current latest version 1.0.6 of rdflib
Also include the latest version of solid-ui that also uses that version of rdflib, and a couple of bugfixes.
1 parent 8c38506 commit 2fff2f3

3 files changed

Lines changed: 39 additions & 24 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"meeting-pane": "^1.1.0",
5151
"mime-types": "^2.1.24",
5252
"pane-registry": "^1.0.4",
53-
"rdflib": "^1.0.4",
53+
"rdflib": "^1.0.6",
5454
"solid-namespace": "^0.2.0",
55-
"solid-ui": "^1.2.2",
55+
"solid-ui": "^1.2.4",
5656
"source-pane": "^1.0.3",
5757
"ts-lint": "^4.5.1",
5858
"tslint": "^5.19.0",

versionInfo.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
module.exports = {
2-
buildTime: "2019-09-24T15:02:42Z",
3-
commit: "e97a3c894e971d01c5194ac0ad10948f6da3069e",
2+
buildTime: "2019-10-22T10:14:10Z",
3+
commit: "8c3850664d55cf1c65bb68cf992f7071ba9acc12",
44
npmInfo:
55
{
66
'solid-panes': '2.0.2',
7-
npm: '6.10.0',
7+
npm: '6.9.0',
88
ares: '1.15.0',
99
brotli: '1.0.7',
1010
cldr: '35.1',
1111
http_parser: '2.8.0',
1212
icu: '64.2',
13-
llhttp: '1.1.4',
13+
llhttp: '1.1.1',
1414
modules: '72',
1515
napi: '4',
16-
nghttp2: '1.39.1',
17-
node: '12.7.0',
18-
openssl: '1.1.1c',
16+
nghttp2: '1.38.0',
17+
node: '12.1.0',
18+
openssl: '1.1.1b',
1919
tz: '2019a',
2020
unicode: '12.1',
21-
uv: '1.30.1',
22-
v8: '7.5.288.22-node.16',
21+
uv: '1.28.0',
22+
v8: '7.4.288.21-node.16',
2323
zlib: '1.2.11'
2424
}
2525
};

0 commit comments

Comments
 (0)