Skip to content
This repository was archived by the owner on Dec 11, 2018. It is now read-only.

Commit e1d75b9

Browse files
committed
Update to Elm 0.18
1 parent bc9f0e8 commit e1d75b9

File tree

4 files changed

+29
-23
lines changed

4 files changed

+29
-23
lines changed

elm-package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"native-modules": true,
1313
"dependencies": {
14-
"elm-lang/core": "4.0.0 <= v < 5.0.0"
14+
"elm-lang/core": "5.0.0 <= v < 6.0.0"
1515
},
16-
"elm-version": "0.17.0 <= v < 0.18.0"
16+
"elm-version": "0.18.0 <= v < 0.19.0"
1717
}

example/elm-package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"exposed-modules": [],
1111
"native-modules": true,
1212
"dependencies": {
13-
"elm-lang/core": "4.0.0 <= v < 5.0.0",
14-
"elm-lang/html": "1.0.0 <= v < 2.0.0"
13+
"elm-lang/core": "5.0.0 <= v < 6.0.0",
14+
"elm-lang/html": "2.0.0 <= v < 3.0.0"
1515
},
16-
"elm-version": "0.17.0 <= v < 0.18.0"
16+
"elm-version": "0.18.0 <= v < 0.19.0"
1717
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"install": "elm-package install -y"
55
},
66
"devDependencies": {
7-
"elm": "^0.17.1"
7+
"elm": "^0.18.0"
88
}
99
}

yarn.lock

+23-17
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ ecc-jsbn@~0.1.1:
131131
dependencies:
132132
jsbn "~0.1.0"
133133

134-
elm@^0.17.1:
135-
version "0.17.1"
136-
resolved "https://registry.yarnpkg.com/elm/-/elm-0.17.1.tgz#5690ae45111b35193d3f3eabecbb33c791ee7775"
134+
elm@^0.18.0:
135+
version "0.18.0"
136+
resolved "https://registry.yarnpkg.com/elm/-/elm-0.18.0.tgz#919b8309cd939dfe2ff9d252d961b6c89509b970"
137137
dependencies:
138138
mkdirp "0.5.1"
139139
promise "7.1.1"
140-
request "2.72.0"
140+
request "2.74.0"
141141
tar "2.2.1"
142142

143143
escape-string-regexp@^1.0.2:
@@ -156,7 +156,7 @@ forever-agent@~0.6.1:
156156
version "0.6.1"
157157
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
158158

159-
form-data@~1.0.0-rc3:
159+
form-data@~1.0.0-rc4:
160160
version "1.0.1"
161161
resolved "https://registry.yarnpkg.com/form-data/-/form-data-1.0.1.tgz#ae315db9a4907fa065502304a66d7733475ee37c"
162162
dependencies:
@@ -382,9 +382,13 @@ [email protected]:
382382
dependencies:
383383
asap "~2.0.3"
384384

385-
qs@~6.1.0:
386-
version "6.1.0"
387-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.1.0.tgz#ec1d1626b24278d99f0fdf4549e524e24eceeb26"
385+
punycode@^1.4.1:
386+
version "1.4.1"
387+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
388+
389+
qs@~6.2.0:
390+
version "6.2.2"
391+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.2.tgz#d506a5ad5b2cae1fd35c4f54ec182e267e3ef586"
388392

389393
readable-stream@~2.0.5:
390394
version "2.0.6"
@@ -397,9 +401,9 @@ readable-stream@~2.0.5:
397401
string_decoder "~0.10.x"
398402
util-deprecate "~1.0.1"
399403

400-
request@2.72.0:
401-
version "2.72.0"
402-
resolved "https://registry.yarnpkg.com/request/-/request-2.72.0.tgz#0ce3a179512620b10441f14c82e21c12c0ddb4e1"
404+
request@2.74.0:
405+
version "2.74.0"
406+
resolved "https://registry.yarnpkg.com/request/-/request-2.74.0.tgz#7693ca768bbb0ea5c8ce08c084a45efa05b892ab"
403407
dependencies:
404408
aws-sign2 "~0.6.0"
405409
aws4 "^1.2.1"
@@ -408,7 +412,7 @@ [email protected]:
408412
combined-stream "~1.0.5"
409413
extend "~3.0.0"
410414
forever-agent "~0.6.1"
411-
form-data "~1.0.0-rc3"
415+
form-data "~1.0.0-rc4"
412416
har-validator "~2.0.6"
413417
hawk "~3.1.3"
414418
http-signature "~1.1.0"
@@ -418,9 +422,9 @@ [email protected]:
418422
mime-types "~2.1.7"
419423
node-uuid "~1.4.7"
420424
oauth-sign "~0.8.1"
421-
qs "~6.1.0"
425+
qs "~6.2.0"
422426
stringstream "~0.0.4"
423-
tough-cookie "~2.2.0"
427+
tough-cookie "~2.3.0"
424428
tunnel-agent "~0.4.1"
425429

426430
rimraf@2:
@@ -476,9 +480,11 @@ [email protected]:
476480
fstream "^1.0.2"
477481
inherits "2"
478482

479-
tough-cookie@~2.2.0:
480-
version "2.2.2"
481-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.2.2.tgz#c83a1830f4e5ef0b93ef2a3488e724f8de016ac7"
483+
tough-cookie@~2.3.0:
484+
version "2.3.2"
485+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"
486+
dependencies:
487+
punycode "^1.4.1"
482488

483489
tunnel-agent@~0.4.1:
484490
version "0.4.3"

0 commit comments

Comments
 (0)