Skip to content

Commit 443d12d

Browse files
committed
Updated versionInfo for new release
1 parent 3ebd4a5 commit 443d12d

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

versionInfo.js

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
module.exports = {
2-
buildTime: "2019-08-20T14:34:34Z",
3-
commit: "856c7d6d6b33468410d0ae904bf780167b8f34be",
2+
buildTime: "2019-09-02T11:46:10Z",
3+
commit: "3ebd4a586110e4e71a06862df80179a0d485f82b",
44
npmInfo:
5-
{ 'solid-panes': '1.4.0',
6-
npm: '6.7.0',
5+
{
6+
'solid-panes': '2.0.0',
7+
npm: '6.10.0',
78
ares: '1.15.0',
89
brotli: '1.0.7',
9-
cldr: '34.0',
10+
cldr: '35.1',
1011
http_parser: '2.8.0',
11-
icu: '63.1',
12-
llhttp: '1.1.1',
13-
modules: '67',
12+
icu: '64.2',
13+
llhttp: '1.1.4',
14+
modules: '72',
1415
napi: '4',
15-
nghttp2: '1.34.0',
16-
node: '11.10.1',
17-
openssl: '1.1.1a',
18-
tz: '2018e',
19-
unicode: '11.0',
20-
uv: '1.26.0',
21-
v8: '7.0.276.38-node.17',
22-
zlib: '1.2.11' }
16+
nghttp2: '1.39.1',
17+
node: '12.7.0',
18+
openssl: '1.1.1c',
19+
tz: '2019a',
20+
unicode: '12.1',
21+
uv: '1.30.1',
22+
v8: '7.5.288.22-node.16',
23+
zlib: '1.2.11'
24+
}
2325
};

0 commit comments

Comments
 (0)