Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit c9aa94c

Browse files
committed
Add lock file
1 parent 12ae553 commit c9aa94c

File tree

2 files changed

+36
-25
lines changed

2 files changed

+36
-25
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
},
3131
"homepage": "https://github.com/znck/rollup-plugin-vue#readme",
3232
"dependencies": {
33-
"de-indent": "latest",
34-
"html-minifier": "latest",
33+
"de-indent": "^1.0.2",
34+
"html-minifier": "^3.1.0",
3535
"magic-string": "^0.16.0",
36-
"parse5": "latest",
37-
"rollup-pluginutils": "latest",
36+
"parse5": "^2.2.2",
37+
"rollup-pluginutils": "^1.5.2",
3838
"vue-template-compiler": "^2.0.3",
39-
"vue-template-validator": "latest"
39+
"vue-template-validator": "^1.1.5"
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "^7.0.0",
@@ -46,15 +46,15 @@
4646
"eslint-config-airbnb": "^12.0.0",
4747
"eslint-config-airbnb-base": "^8.0.0",
4848
"eslint-plugin-html": "^1.5.3",
49-
"eslint-plugin-import": "^2.0.1",
49+
"eslint-plugin-import": "^1.16.0",
5050
"eslint-plugin-jsx-a11y": "^2.2.3",
5151
"eslint-plugin-react": "^6.4.1",
5252
"istanbul": "^0.4.5",
5353
"mocha": "^3.1.2",
5454
"mocha-lcov-reporter": "^1.2.0",
5555
"rollup": "^0.36.3",
5656
"rollup-plugin-buble": "^0.14.0",
57-
"rollup-plugin-replace": "latest",
57+
"rollup-plugin-replace": "^1.1.1",
5858
"stylus": "^0.54.5",
5959
"uglify-js": "^2.7.3",
6060
"vue-hot-reload-api": "^2.0.6"

yarn.lock

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ dashdash@^1.12.0:
410410
dependencies:
411411
assert-plus "^1.0.0"
412412

413-
de-indent@^1.0.2, de-indent@latest:
413+
de-indent, de-indent@^1.0.2:
414414
version "1.0.2"
415415
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
416416

@@ -532,7 +532,7 @@ es6-map@^0.1.3:
532532
es6-symbol "~3.1.0"
533533
event-emitter "~0.3.4"
534534

535-
es6-set@~0.1.3:
535+
es6-set@^0.1.4, es6-set@~0.1.3:
536536
version "0.1.4"
537537
resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.4.tgz#9516b6761c2964b92ff479456233a247dc707ce8"
538538
dependencies:
@@ -600,32 +600,31 @@ eslint-import-resolver-node@^0.2.0:
600600
object-assign "^4.0.1"
601601
resolve "^1.1.6"
602602

603-
eslint-module-utils@^1.0.0:
604-
version "1.0.0"
605-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-1.0.0.tgz#c4a57fd3a53efd8426cc2d5550aadab9bbd05fd0"
606-
dependencies:
607-
debug "2.2.0"
608-
pkg-dir "^1.0.0"
609-
610603
eslint-plugin-html@^1.5.3:
611604
version "1.5.3"
612605
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-1.5.3.tgz#f2bc82afb169ed8bbca6563f3d11632cd79f9a5f"
613606
dependencies:
614607
htmlparser2 "^3.8.2"
615608

616-
eslint-plugin-import@^2.0.1:
617-
version "2.0.1"
618-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz#dcfe96357d476b3f822570d42c29bec66f5d9c5c"
609+
eslint-plugin-import@^1.16.0:
610+
version "1.16.0"
611+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-1.16.0.tgz#b2fa07ebcc53504d0f2a4477582ec8bff1871b9f"
619612
dependencies:
620613
builtin-modules "^1.1.1"
621614
contains-path "^0.1.0"
622615
debug "^2.2.0"
623616
doctrine "1.3.x"
617+
es6-map "^0.1.3"
618+
es6-set "^0.1.4"
624619
eslint-import-resolver-node "^0.2.0"
625-
eslint-module-utils "^1.0.0"
626620
has "^1.0.1"
627621
lodash.cond "^4.3.0"
622+
lodash.endswith "^4.0.1"
623+
lodash.find "^4.3.0"
624+
lodash.findindex "^4.3.0"
628625
minimatch "^3.0.3"
626+
object-assign "^4.0.1"
627+
pkg-dir "^1.0.0"
629628
pkg-up "^1.0.0"
630629

631630
eslint-plugin-jsx-a11y@^2.2.3:
@@ -941,7 +940,7 @@ [email protected]:
941940
version "2.16.3"
942941
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
943942

944-
html-minifier@latest:
943+
html-minifier:
945944
version "3.1.0"
946945
resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.1.0.tgz#e0b35d7a1fff89ae989e2fa51c572bc0d1f2d1f6"
947946
dependencies:
@@ -1229,6 +1228,18 @@ [email protected]:
12291228
lodash._basecreate "^3.0.0"
12301229
lodash._isiterateecall "^3.0.0"
12311230

1231+
lodash.endswith@^4.0.1:
1232+
version "4.2.1"
1233+
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"
1234+
1235+
lodash.find@^4.3.0:
1236+
version "4.6.0"
1237+
resolved "https://registry.yarnpkg.com/lodash.find/-/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1"
1238+
1239+
lodash.findindex@^4.3.0:
1240+
version "4.6.0"
1241+
resolved "https://registry.yarnpkg.com/lodash.findindex/-/lodash.findindex-4.6.0.tgz#a3245dee61fb9b6e0624b535125624bb69c11106"
1242+
12321243
lodash.isarguments@^3.0.0:
12331244
version "3.1.0"
12341245
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
@@ -1433,7 +1444,7 @@ param-case@^2.1.0:
14331444
dependencies:
14341445
no-case "^2.2.0"
14351446

1436-
parse5@latest:
1447+
parse5:
14371448
version "2.2.2"
14381449
resolved "https://registry.yarnpkg.com/parse5/-/parse5-2.2.2.tgz#27f04785e9aee58aa824bc0a31c3049c3e39c51e"
14391450

@@ -1620,15 +1631,15 @@ rollup-plugin-buble@^0.14.0:
16201631
buble "^0.14.0"
16211632
rollup-pluginutils "^1.5.0"
16221633

1623-
rollup-plugin-replace@latest:
1634+
rollup-plugin-replace:
16241635
version "1.1.1"
16251636
resolved "https://registry.yarnpkg.com/rollup-plugin-replace/-/rollup-plugin-replace-1.1.1.tgz#396315ded050a6ce43b9518a886a3f60efb1ea33"
16261637
dependencies:
16271638
magic-string "^0.15.2"
16281639
minimatch "^3.0.2"
16291640
rollup-pluginutils "^1.5.0"
16301641

1631-
rollup-pluginutils@^1.5.0, rollup-pluginutils@latest:
1642+
rollup-pluginutils, rollup-pluginutils@^1.5.0:
16321643
version "1.5.2"
16331644
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz#1e156e778f94b7255bfa1b3d0178be8f5c552408"
16341645
dependencies:
@@ -1897,7 +1908,7 @@ vue-template-compiler@^2.0.3:
18971908
de-indent "^1.0.2"
18981909
he "^1.1.0"
18991910

1900-
vue-template-validator@latest:
1911+
vue-template-validator:
19011912
version "1.1.5"
19021913
resolved "https://registry.yarnpkg.com/vue-template-validator/-/vue-template-validator-1.1.5.tgz#22d1ee77d0647c1ab14ff7eb01865942d9b3c458"
19031914
dependencies:

0 commit comments

Comments
 (0)