Skip to content

Commit 12536f0

Browse files
author
Jeff Escalante
committed
update to latest reshape version
1 parent 441db62 commit 12536f0

File tree

2 files changed

+91
-74
lines changed

2 files changed

+91
-74
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"bugs": "https://github.com/reshape/loader/issues",
1111
"dependencies": {
12-
"reshape": "^0.5.1",
12+
"reshape": "^1.0.0",
1313
"reshape-include": "^1.0.0"
1414
},
1515
"devDependencies": {
1616
"ava": "^0.25.0",
17-
"coveralls": "^3.0.1",
17+
"coveralls": "^3.0.2",
1818
"nyc": "^12.0.2",
1919
"reshape-custom-elements": "^0.1.0",
2020
"reshape-expressions": "^0.1.5",

yarn.lock

Lines changed: 89 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,17 @@ acorn-dynamic-import@^2.0.0:
143143
dependencies:
144144
acorn "^4.0.3"
145145

146-
acorn-globals@^3.0.0:
147-
version "3.1.0"
148-
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf"
149-
dependencies:
150-
acorn "^4.0.4"
151-
152146
acorn-jsx@^3.0.0:
153147
version "3.0.1"
154148
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
155149
dependencies:
156150
acorn "^3.0.4"
157151

158-
acorn@^3.0.4, acorn@^3.1.0:
152+
acorn@^3.0.4:
159153
version "3.3.0"
160154
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
161155

162-
acorn@^4.0.3, acorn@^4.0.4:
156+
acorn@^4.0.3:
163157
version "4.0.11"
164158
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.11.tgz#edcda3bd937e7556410d42ed5860f67399c794c0"
165159

@@ -788,20 +782,20 @@ babel-register@^6.24.0:
788782
mkdirp "^0.5.1"
789783
source-map-support "^0.4.2"
790784

785+
babel-runtime@^6.11.6, babel-runtime@^6.26.0:
786+
version "6.26.0"
787+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
788+
dependencies:
789+
core-js "^2.4.0"
790+
regenerator-runtime "^0.11.0"
791+
791792
babel-runtime@^6.22.0:
792793
version "6.23.0"
793794
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
794795
dependencies:
795796
core-js "^2.4.0"
796797
regenerator-runtime "^0.10.0"
797798

798-
babel-runtime@^6.26.0:
799-
version "6.26.0"
800-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
801-
dependencies:
802-
core-js "^2.4.0"
803-
regenerator-runtime "^0.11.0"
804-
805799
babel-template@^6.22.0, babel-template@^6.23.0:
806800
version "6.23.0"
807801
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638"
@@ -826,6 +820,15 @@ babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-traverse@^6.23.1:
826820
invariant "^2.2.0"
827821
lodash "^4.2.0"
828822

823+
babel-types@^6.15.0, babel-types@^6.26.0:
824+
version "6.26.0"
825+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
826+
dependencies:
827+
babel-runtime "^6.26.0"
828+
esutils "^2.0.2"
829+
lodash "^4.17.4"
830+
to-fast-properties "^1.0.3"
831+
829832
babel-types@^6.22.0, babel-types@^6.23.0:
830833
version "6.23.0"
831834
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
@@ -835,19 +838,22 @@ babel-types@^6.22.0, babel-types@^6.23.0:
835838
lodash "^4.2.0"
836839
to-fast-properties "^1.0.1"
837840

838-
babel-types@^6.26.0:
839-
version "6.26.0"
840-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
841+
babylon-walk@^1.0.2:
842+
version "1.0.2"
843+
resolved "https://registry.yarnpkg.com/babylon-walk/-/babylon-walk-1.0.2.tgz#3b15a5ddbb482a78b4ce9c01c8ba181702d9d6ce"
841844
dependencies:
842-
babel-runtime "^6.26.0"
843-
esutils "^2.0.2"
844-
lodash "^4.17.4"
845-
to-fast-properties "^1.0.3"
845+
babel-runtime "^6.11.6"
846+
babel-types "^6.15.0"
847+
lodash.clone "^4.5.0"
846848

847849
babylon@^6.1.0, babylon@^6.11.0, babylon@^6.15.0:
848850
version "6.16.1"
849851
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3"
850852

853+
babylon@^6.9.1:
854+
version "6.18.0"
855+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
856+
851857
balanced-match@^0.4.1:
852858
version "0.4.2"
853859
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
@@ -1451,15 +1457,16 @@ core-util-is@~1.0.0:
14511457
version "1.0.2"
14521458
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
14531459

1454-
coveralls@^3.0.1:
1455-
version "3.0.1"
1456-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.1.tgz#12e15914eaa29204e56869a5ece7b9e1492d2ae2"
1460+
coveralls@^3.0.2:
1461+
version "3.0.2"
1462+
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.2.tgz#f5a0bcd90ca4e64e088b710fa8dda640aea4884f"
14571463
dependencies:
1458-
js-yaml "^3.6.1"
1464+
growl "~> 1.10.0"
1465+
js-yaml "^3.11.0"
14591466
lcov-parse "^0.0.10"
1460-
log-driver "^1.2.5"
1467+
log-driver "^1.2.7"
14611468
minimist "^1.2.0"
1462-
request "^2.79.0"
1469+
request "^2.85.0"
14631470

14641471
create-ecdh@^4.0.0:
14651472
version "4.0.0"
@@ -2482,6 +2489,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
24822489
version "4.1.11"
24832490
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
24842491

2492+
"growl@~> 1.10.0":
2493+
version "1.10.5"
2494+
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
2495+
24852496
handlebars@^4.0.11:
24862497
version "4.0.11"
24872498
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.11.tgz#630a35dfe0294bc281edae6ffc5d329fc7982dcc"
@@ -3156,7 +3167,7 @@ js-tokens@^3.0.0:
31563167
version "3.0.1"
31573168
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
31583169

3159-
js-yaml@^3.10.0, js-yaml@^3.6.1, js-yaml@^3.9.1:
3170+
js-yaml@^3.10.0, js-yaml@^3.11.0, js-yaml@^3.9.1:
31603171
version "3.12.0"
31613172
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
31623173
dependencies:
@@ -3329,6 +3340,10 @@ locate-path@^2.0.0:
33293340
p-locate "^2.0.0"
33303341
path-exists "^3.0.0"
33313342

3343+
lodash.clone@^4.5.0:
3344+
version "4.5.0"
3345+
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"
3346+
33323347
lodash.clonedeep@^4.5.0:
33333348
version "4.5.0"
33343349
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
@@ -3373,7 +3388,7 @@ lodash@^4.17.4, lodash@^4.17.5:
33733388
version "4.17.10"
33743389
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
33753390

3376-
log-driver@^1.2.5:
3391+
log-driver@^1.2.7:
33773392
version "1.2.7"
33783393
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
33793394

@@ -4338,31 +4353,6 @@ repeating@^2.0.0:
43384353
dependencies:
43394354
is-finite "^1.0.0"
43404355

4341-
request@^2.79.0:
4342-
version "2.87.0"
4343-
resolved "https://registry.yarnpkg.com/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
4344-
dependencies:
4345-
aws-sign2 "~0.7.0"
4346-
aws4 "^1.6.0"
4347-
caseless "~0.12.0"
4348-
combined-stream "~1.0.5"
4349-
extend "~3.0.1"
4350-
forever-agent "~0.6.1"
4351-
form-data "~2.3.1"
4352-
har-validator "~5.0.3"
4353-
http-signature "~1.2.0"
4354-
is-typedarray "~1.0.0"
4355-
isstream "~0.1.2"
4356-
json-stringify-safe "~5.0.1"
4357-
mime-types "~2.1.17"
4358-
oauth-sign "~0.8.2"
4359-
performance-now "^2.1.0"
4360-
qs "~6.5.1"
4361-
safe-buffer "^5.1.1"
4362-
tough-cookie "~2.3.3"
4363-
tunnel-agent "^0.6.0"
4364-
uuid "^3.1.0"
4365-
43664356
request@^2.81.0:
43674357
version "2.81.0"
43684358
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
@@ -4390,6 +4380,31 @@ request@^2.81.0:
43904380
tunnel-agent "^0.6.0"
43914381
uuid "^3.0.0"
43924382

4383+
request@^2.85.0:
4384+
version "2.87.0"
4385+
resolved "https://registry.yarnpkg.com/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
4386+
dependencies:
4387+
aws-sign2 "~0.7.0"
4388+
aws4 "^1.6.0"
4389+
caseless "~0.12.0"
4390+
combined-stream "~1.0.5"
4391+
extend "~3.0.1"
4392+
forever-agent "~0.6.1"
4393+
form-data "~2.3.1"
4394+
har-validator "~5.0.3"
4395+
http-signature "~1.2.0"
4396+
is-typedarray "~1.0.0"
4397+
isstream "~0.1.2"
4398+
json-stringify-safe "~5.0.1"
4399+
mime-types "~2.1.17"
4400+
oauth-sign "~0.8.2"
4401+
performance-now "^2.1.0"
4402+
qs "~6.5.1"
4403+
safe-buffer "^5.1.1"
4404+
tough-cookie "~2.3.3"
4405+
tunnel-agent "^0.6.0"
4406+
uuid "^3.1.0"
4407+
43934408
require-directory@^2.1.1:
43944409
version "2.1.1"
43954410
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -4409,12 +4424,12 @@ require-uncached@^1.0.3:
44094424
caller-path "^0.1.0"
44104425
resolve-from "^1.0.0"
44114426

4412-
reshape-code-gen@^1.0.0:
4413-
version "1.0.0"
4414-
resolved "https://registry.yarnpkg.com/reshape-code-gen/-/reshape-code-gen-1.0.0.tgz#c7d23cb133eacc9e5c1e6a83b3fe57c200e18eb0"
4427+
reshape-code-gen@^2.0.0:
4428+
version "2.0.0"
4429+
resolved "https://registry.yarnpkg.com/reshape-code-gen/-/reshape-code-gen-2.0.0.tgz#ea8876b08fe9dd747035af646ba10c47308ecdee"
44154430
dependencies:
44164431
objectfn "^2.0.0"
4417-
with "^5.1.1"
4432+
with "^6.0.0"
44184433

44194434
reshape-custom-elements@^0.1.0:
44204435
version "0.1.0"
@@ -4432,9 +4447,9 @@ reshape-include@^1.0.0:
44324447
dependencies:
44334448
reshape-plugin-util "^0.2.0"
44344449

4435-
reshape-parser@^0.3.1:
4436-
version "0.3.1"
4437-
resolved "https://registry.yarnpkg.com/reshape-parser/-/reshape-parser-0.3.1.tgz#9da89b9524c94f86248ccdf2ddcdaa800ae51de2"
4450+
reshape-parser@^1.0.0:
4451+
version "1.0.0"
4452+
resolved "https://registry.yarnpkg.com/reshape-parser/-/reshape-parser-1.0.0.tgz#46d204fb20f68bc870bec67096305219c0173874"
44384453
dependencies:
44394454
parse5 "^4.0.0"
44404455

@@ -4444,15 +4459,15 @@ reshape-plugin-util@^0.2.0, reshape-plugin-util@reshape/plugin-util:
44444459
dependencies:
44454460
when "^3.7.7"
44464461

4447-
reshape@^0.5.1:
4448-
version "0.5.1"
4449-
resolved "https://registry.yarnpkg.com/reshape/-/reshape-0.5.1.tgz#50e21eca8cbdb8e6671f42d5fe693c0ed5ddc958"
4462+
reshape@^1.0.0:
4463+
version "1.0.0"
4464+
resolved "https://registry.yarnpkg.com/reshape/-/reshape-1.0.0.tgz#b739e784b9a89ffde1eac2f928824639d999e29f"
44504465
dependencies:
44514466
code-frame "^5.0.0"
44524467
joi "^12.0.0"
44534468
lodash.merge "^4.6.1"
4454-
reshape-code-gen "^1.0.0"
4455-
reshape-parser "^0.3.1"
4469+
reshape-code-gen "^2.0.0"
4470+
reshape-parser "^1.0.0"
44564471
when "^3.7.8"
44574472

44584473
resolve-cwd@^2.0.0:
@@ -5407,12 +5422,14 @@ [email protected]:
54075422
version "0.1.0"
54085423
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
54095424

5410-
with@^5.1.1:
5411-
version "5.1.1"
5412-
resolved "https://registry.yarnpkg.com/with/-/with-5.1.1.tgz#fa4daa92daf32c4ea94ed453c81f04686b575dfe"
5425+
with@^6.0.0:
5426+
version "6.0.0"
5427+
resolved "https://registry.yarnpkg.com/with/-/with-6.0.0.tgz#00223660fa0d0aeb4776965e61f902410c4c9d86"
54135428
dependencies:
5414-
acorn "^3.1.0"
5415-
acorn-globals "^3.0.0"
5429+
babel-runtime "^6.11.6"
5430+
babel-types "^6.15.0"
5431+
babylon "^6.9.1"
5432+
babylon-walk "^1.0.2"
54165433

54175434
[email protected], wordwrap@~0.0.2:
54185435
version "0.0.2"

0 commit comments

Comments
 (0)