Skip to content

Commit 4737d33

Browse files
committed
📌 dependency: add modules
1 parent 5a1e516 commit 4737d33

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

Diff for: package.json

+7
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@
1515
"eslint": "^5.15.0",
1616
"eslint-plugin-vue-libs": "^3.0.0",
1717
"git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
18+
"vue-eslint-parser": "^6.0.3",
1819
"mocha": "^6.0.2"
1920
},
2021
"engines": {
2122
"node": ">=0.10.0"
2223
},
24+
"files": [
25+
"lib"
26+
],
2327
"homepage": "https://github.com/kazupon/eslint-plugin-vue-i18n#readme",
2428
"keywords": [
2529
"eslint",
@@ -43,5 +47,8 @@
4347
"lint": "eslint . --ignore-pattern \"!.*\"",
4448
"release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
4549
"test": "mocha ./tests/**/*.js"
50+
},
51+
"dependencies": {
52+
"glob": "^7.1.3"
4653
}
4754
}

Diff for: yarn.lock

+21-9
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ camelcase@^4.1.0:
379379
integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
380380

381381
camelcase@^5.0.0:
382-
version "5.1.0"
383-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.1.0.tgz#29e83b9cfaf7ad478f401a187ae089cf83c257ea"
384-
integrity sha512-WP9f9OBL/TAbwOFBJL79FoS9UKUmnp82RWnhlwTgrAJeMq7lytHhe0Jzc6/P7Zq0+2oviXJuPlvkZalWUug9gg==
382+
version "5.2.0"
383+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.2.0.tgz#e7522abda5ed94cc0489e1b8466610e88404cf45"
384+
integrity sha512-IXFsBS2pC+X0j0N/GE7Dm7j3bsEBp+oTpb7F50dwEVX7rf3IgwO9XatnegTsDtniKCUtEJH4fSU6Asw7uoVLfQ==
385385

386386
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.2:
387387
version "2.4.2"
@@ -740,7 +740,7 @@ debug@^2.2.0, debug@^2.3.3:
740740
dependencies:
741741
ms "2.0.0"
742742

743-
debug@^4.0.1:
743+
debug@^4.0.1, debug@^4.1.1:
744744
version "4.1.1"
745745
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
746746
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
@@ -911,7 +911,7 @@ eslint-scope@^3.7.1:
911911
esrecurse "^4.1.0"
912912
estraverse "^4.1.1"
913913

914-
eslint-scope@^4.0.2:
914+
eslint-scope@^4.0.0, eslint-scope@^4.0.2:
915915
version "4.0.2"
916916
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
917917
integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
@@ -930,9 +930,9 @@ eslint-visitor-keys@^1.0.0:
930930
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
931931

932932
eslint@^5.15.0:
933-
version "5.15.0"
934-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e"
935-
integrity sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg==
933+
version "5.15.1"
934+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524"
935+
integrity sha512-NTcm6vQ+PTgN3UBsALw5BMhgO6i5EpIjQF/Xb5tIh3sk9QhrFafujUOczGz4J24JBlzWclSB9Vmx8d+9Z6bFCg==
936936
dependencies:
937937
"@babel/code-frame" "^7.0.0"
938938
ajv "^6.9.1"
@@ -979,7 +979,7 @@ espree@^3.5.2:
979979
acorn "^5.5.0"
980980
acorn-jsx "^3.0.0"
981981

982-
espree@^5.0.1:
982+
espree@^5.0.0, espree@^5.0.1:
983983
version "5.0.1"
984984
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
985985
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
@@ -3276,6 +3276,18 @@ vue-eslint-parser@^2.0.3:
32763276
esquery "^1.0.0"
32773277
lodash "^4.17.4"
32783278

3279+
vue-eslint-parser@^6.0.3:
3280+
version "6.0.3"
3281+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.3.tgz#e8b4748a8c63c72889341a8a2e48c33e58d1c9d3"
3282+
integrity sha512-f2jZQojTLyZmuDLhCybJ8qIicfZfC6PmO7dEubZ0U/0tQ4dweRFuB0RpbbaHeMUfVFSYiKexbiemkze/h3/6SA==
3283+
dependencies:
3284+
debug "^4.1.1"
3285+
eslint-scope "^4.0.0"
3286+
eslint-visitor-keys "^1.0.0"
3287+
espree "^5.0.0"
3288+
esquery "^1.0.1"
3289+
lodash "^4.17.11"
3290+
32793291
which-module@^2.0.0:
32803292
version "2.0.0"
32813293
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)