Skip to content

Commit cf3a8f4

Browse files
committed
build(deps): bump version
1 parent fdae9b1 commit cf3a8f4

File tree

2 files changed

+69
-39
lines changed

2 files changed

+69
-39
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"module": "esm/index.js",
1313
"files": [
1414
"lib/",
15-
"esm/"
15+
"esm/",
16+
"types/"
1617
],
1718
"scripts": {
1819
"test": "jest",
@@ -52,14 +53,14 @@
5253
"vuex": "^3.1.1"
5354
},
5455
"devDependencies": {
55-
"@babel/core": "^7.5.0",
56-
"@babel/preset-env": "^7.5.2",
56+
"@babel/core": "^7.5.4",
57+
"@babel/preset-env": "^7.5.4",
5758
"@babel/preset-typescript": "^7.3.3",
5859
"@commitlint/cli": "^8.0.0",
5960
"@commitlint/config-conventional": "^8.0.0",
6061
"@types/jest": "^24.0.15",
61-
"@types/node": "^12.6.1",
62-
"@typescript-eslint/parser": "^1.11.0",
62+
"@types/node": "^12.6.2",
63+
"@typescript-eslint/parser": "^1.12.0",
6364
"@vue/test-utils": "^1.0.0-beta.29",
6465
"all-contributors-cli": "^6.7.0",
6566
"eslint": "^6.0.1",
@@ -68,7 +69,7 @@
6869
"eslint-plugin-import": "^2.18.0",
6970
"eslint-plugin-prettier": "^3.1.0",
7071
"jest": "^24.8.0",
71-
"lint-staged": "^9.1.0",
72+
"lint-staged": "^9.2.0",
7273
"prettier": "^1.18.2",
7374
"prettier-check": "^2.0.0",
7475
"rimraf": "^2.6.3",

yarn.lock

Lines changed: 62 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.1.0", "@babel/core@^7.5.0":
12+
"@babel/core@^7.1.0":
1313
version "7.5.0"
1414
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.0.tgz#6ed6a2881ad48a732c5433096d96d1b0ee5eb734"
1515
integrity sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw==
@@ -29,6 +29,26 @@
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32+
"@babel/core@^7.5.4":
33+
version "7.5.4"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
35+
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
36+
dependencies:
37+
"@babel/code-frame" "^7.0.0"
38+
"@babel/generator" "^7.5.0"
39+
"@babel/helpers" "^7.5.4"
40+
"@babel/parser" "^7.5.0"
41+
"@babel/template" "^7.4.4"
42+
"@babel/traverse" "^7.5.0"
43+
"@babel/types" "^7.5.0"
44+
convert-source-map "^1.1.0"
45+
debug "^4.1.0"
46+
json5 "^2.1.0"
47+
lodash "^4.17.11"
48+
resolve "^1.3.2"
49+
semver "^5.4.1"
50+
source-map "^0.5.0"
51+
3252
"@babel/generator@^7.4.0", "@babel/generator@^7.5.0":
3353
version "7.5.0"
3454
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
@@ -216,6 +236,15 @@
216236
"@babel/traverse" "^7.5.0"
217237
"@babel/types" "^7.5.0"
218238

239+
"@babel/helpers@^7.5.4":
240+
version "7.5.4"
241+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
242+
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
243+
dependencies:
244+
"@babel/template" "^7.4.4"
245+
"@babel/traverse" "^7.5.0"
246+
"@babel/types" "^7.5.0"
247+
219248
"@babel/highlight@^7.0.0":
220249
version "7.5.0"
221250
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
@@ -255,10 +284,10 @@
255284
"@babel/helper-plugin-utils" "^7.0.0"
256285
"@babel/plugin-syntax-json-strings" "^7.2.0"
257286

258-
"@babel/plugin-proposal-object-rest-spread@^7.5.2":
259-
version "7.5.2"
260-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.2.tgz#ec92b0c6419074ea7af77c78b7c5d42041f2f5a9"
261-
integrity sha512-C/JU3YOx5J4d9s0GGlJlYXVwsbd5JmqQ0AvB7cIDAx7nN57aDTnlJEsZJPuSskeBtMGFWSWU5Q+piTiDe0s7FQ==
287+
"@babel/plugin-proposal-object-rest-spread@^7.5.4":
288+
version "7.5.4"
289+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331"
290+
integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA==
262291
dependencies:
263292
"@babel/helper-plugin-utils" "^7.0.0"
264293
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
@@ -577,17 +606,17 @@
577606
"@babel/helper-regex" "^7.4.4"
578607
regexpu-core "^4.5.4"
579608

580-
"@babel/preset-env@^7.5.2":
581-
version "7.5.2"
582-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.2.tgz#34a46f01aed617b174b8dbaf8fed9239300343d0"
583-
integrity sha512-7rRJLaUqJhQ+8xGrWtMROAgOi/+udIzyK2ES9NHhDIUvR2zfx/ON5lRR8ACUGehIYst8KVbl4vpkgOqn08gBxA==
609+
"@babel/preset-env@^7.5.4":
610+
version "7.5.4"
611+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d"
612+
integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ==
584613
dependencies:
585614
"@babel/helper-module-imports" "^7.0.0"
586615
"@babel/helper-plugin-utils" "^7.0.0"
587616
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
588617
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
589618
"@babel/plugin-proposal-json-strings" "^7.2.0"
590-
"@babel/plugin-proposal-object-rest-spread" "^7.5.2"
619+
"@babel/plugin-proposal-object-rest-spread" "^7.5.4"
591620
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
592621
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
593622
"@babel/plugin-syntax-async-generators" "^7.2.0"
@@ -1075,10 +1104,10 @@
10751104
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.12.tgz#cc791b402360db1eaf7176479072f91ee6c6c7ca"
10761105
integrity sha512-Uy0PN4R5vgBUXFoJrKryf5aTk3kJ8Rv3PdlHjl6UaX+Cqp1QE0yPQ68MPXGrZOfG7gZVNDIJZYyot0B9ubXUrQ==
10771106

1078-
"@types/node@^12.6.1":
1079-
version "12.6.1"
1080-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.1.tgz#d5544f6de0aae03eefbb63d5120f6c8be0691946"
1081-
integrity sha512-rp7La3m845mSESCgsJePNL/JQyhkOJA6G4vcwvVgkDAwHhGdq5GCumxmPjEk1MZf+8p5ZQAUE7tqgQRQTXN7uQ==
1107+
"@types/node@^12.6.2":
1108+
version "12.6.2"
1109+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.2.tgz#a5ccec6abb6060d5f20d256fb03ed743e9774999"
1110+
integrity sha512-gojym4tX0FWeV2gsW4Xmzo5wxGjXGm550oVUII7f7G5o4BV6c7DBdiG1RRQd+y1bvqRyYtPfMK85UM95vsapqQ==
10821111

10831112
"@types/normalize-package-data@^2.4.0":
10841113
version "2.4.0"
@@ -1095,28 +1124,28 @@
10951124
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
10961125
integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==
10971126

1098-
"@typescript-eslint/experimental-utils@1.11.0":
1099-
version "1.11.0"
1100-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.11.0.tgz#594abe47091cbeabac1d6f9cfed06d0ad99eb7e3"
1101-
integrity sha512-7LbfaqF6B8oa8cp/315zxKk8FFzosRzzhF8Kn/ZRsRsnpm7Qcu25cR/9RnAQo5utZ2KIWVgaALr+ZmcbG47ruw==
1127+
"@typescript-eslint/experimental-utils@1.12.0":
1128+
version "1.12.0"
1129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.12.0.tgz#98417ee2e0c6fe8d1e50d934a6535d9c0f4277b6"
1130+
integrity sha512-s0soOTMJloytr9GbPteMLNiO2HvJ+qgQkRNplABXiVw6vq7uQRvidkby64Gqt/nA7pys74HksHwRULaB/QRVyw==
11021131
dependencies:
1103-
"@typescript-eslint/typescript-estree" "1.11.0"
1132+
"@typescript-eslint/typescript-estree" "1.12.0"
11041133
eslint-scope "^4.0.0"
11051134

1106-
"@typescript-eslint/parser@^1.11.0":
1107-
version "1.11.0"
1108-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.11.0.tgz#2f6d4f7e64eeb1e7c25b422f8df14d0c9e508e36"
1109-
integrity sha512-5xBExyXaxVyczrZvbRKEXvaTUFFq7gIM9BynXukXZE0zF3IQP/FxF4mPmmh3gJ9egafZFqByCpPTFm3dk4SY7Q==
1135+
"@typescript-eslint/parser@^1.12.0":
1136+
version "1.12.0"
1137+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.12.0.tgz#9965895ec4745578185965d63f21510f93a3f35a"
1138+
integrity sha512-0uzbaa9ZLCA5yMWJywnJJ7YVENKGWVUhJDV5UrMoldC5HoI54W5kkdPhTfmtFKpPFp93MIwmJj0/61ztvmz5Dw==
11101139
dependencies:
11111140
"@types/eslint-visitor-keys" "^1.0.0"
1112-
"@typescript-eslint/experimental-utils" "1.11.0"
1113-
"@typescript-eslint/typescript-estree" "1.11.0"
1141+
"@typescript-eslint/experimental-utils" "1.12.0"
1142+
"@typescript-eslint/typescript-estree" "1.12.0"
11141143
eslint-visitor-keys "^1.0.0"
11151144

1116-
"@typescript-eslint/typescript-estree@1.11.0":
1117-
version "1.11.0"
1118-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.11.0.tgz#b7b5782aab22e4b3b6d84633652c9f41e62d37d5"
1119-
integrity sha512-fquUHF5tAx1sM2OeRCC7wVxFd1iMELWMGCzOSmJ3pLzArj9+kRixdlC4d5MncuzXpjEqc6045p3KwM0o/3FuUA==
1145+
"@typescript-eslint/typescript-estree@1.12.0":
1146+
version "1.12.0"
1147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.12.0.tgz#d8dd0a7cffb5e3c0c3e98714042d83e316dfc9a9"
1148+
integrity sha512-nwN6yy//XcVhFs0ZyU+teJHB8tbCm7AIA8mu6E2r5hu6MajwYBY3Uwop7+rPZWUN/IUOHpL8C+iUPMDVYUU3og==
11201149
dependencies:
11211150
lodash.unescape "4.0.1"
11221151
semver "5.5.0"
@@ -4615,10 +4644,10 @@ levn@^0.3.0, levn@~0.3.0:
46154644
prelude-ls "~1.1.2"
46164645
type-check "~0.3.2"
46174646

4618-
lint-staged@^9.1.0:
4619-
version "9.1.0"
4620-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.1.0.tgz#24564128c9208bf5d8001a66afe7156dfbe9da30"
4621-
integrity sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==
4647+
lint-staged@^9.2.0:
4648+
version "9.2.0"
4649+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.0.tgz#155e5723dffdaa55d252c47bab05a2962c1e9781"
4650+
integrity sha512-K/CQWcxYunc8lGMNTFvtI4+ybJcHW3K4Ghudz2OrJhIWdW/i1WWu9rGiVj4yJ0+D/xh8a08kp5slt89VZC9Eqg==
46224651
dependencies:
46234652
chalk "^2.4.2"
46244653
commander "^2.20.0"

0 commit comments

Comments
 (0)