Skip to content

Commit 011f650

Browse files
committed
chore: update dependencies
1 parent 62535d4 commit 011f650

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"chromedriver": "^75.1.0",
8484
"codecov": "^3.5.0",
8585
"eslint": "^6.0.1",
86-
"eslint-config-standard": "^13.0.0",
86+
"eslint-config-standard": "^13.0.1",
8787
"eslint-plugin-import": "^2.18.0",
8888
"eslint-plugin-jest": "^22.7.2",
8989
"eslint-plugin-node": "^9.1.0",
@@ -111,7 +111,7 @@
111111
"rollup-plugin-terser": "^5.1.1",
112112
"selenium-webdriver": "^4.0.0-alpha.4",
113113
"standard-version": "^6.0.1",
114-
"tib": "^0.5.2",
114+
"tib": "^0.6.0",
115115
"typescript": "^3.5.3",
116116
"vue": "^2.6.10",
117117
"vue-jest": "^3.0.4",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
dependencies:
2727
"@babel/highlight" "^7.0.0"
2828

29-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.4", "@babel/core@^7.4.5":
29+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5":
3030
version "7.4.5"
3131
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a"
3232
integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==
@@ -4238,10 +4238,10 @@ eslint-config-standard@^12.0.0:
42384238
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz#638b4c65db0bd5a41319f96bba1f15ddad2107d9"
42394239
integrity sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==
42404240

4241-
eslint-config-standard@^13.0.0:
4242-
version "13.0.0"
4243-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-13.0.0.tgz#8032d6fe954f651399763ba4607294aa3c201a23"
4244-
integrity sha512-GRvEpe2lnML3qPqNryLPjgbU0nDeGBEWOC/IMfn/DjDLyO7DoASyDtGtPhN+Z+XDGUzrHWF8dKDLdDx2bO6CGw==
4241+
eslint-config-standard@^13.0.1:
4242+
version "13.0.1"
4243+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-13.0.1.tgz#c9c6ffe0cfb8a51535bc5c7ec9f70eafb8c6b2c0"
4244+
integrity sha512-zLKp4QOgq6JFgRm1dDCVv1Iu0P5uZ4v5Wa4DTOkg2RFMxdCX/9Qf7lz9ezRj2dBRa955cWQF/O/LWEiYWAHbTw==
42454245

42464246
eslint-import-resolver-node@^0.3.2:
42474247
version "0.3.2"
@@ -10373,13 +10373,13 @@ thunky@^1.0.2:
1037310373
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.0.3.tgz#f5df732453407b09191dae73e2a8cc73f381a826"
1037410374
integrity sha512-YwT8pjmNcAXBZqrubu22P4FYsh2D4dxRmnWBOL8Jk8bUcRUtc5326kx32tuTmFDAZtLOGEVNl8POAR8j896Iow==
1037510375

10376-
tib@^0.5.2:
10377-
version "0.5.2"
10378-
resolved "https://registry.yarnpkg.com/tib/-/tib-0.5.2.tgz#4e73afce2cad1b9a46962296b0238621d1cff7aa"
10379-
integrity sha512-FUzjJRSf3ieajdDZFDMfq+sMtagv4sqRfILGA67+DVBGSY6ywgWg9s9rOWAtlsaP4Clb7RYVw5jXEHS8UpR4wA==
10376+
tib@^0.6.0:
10377+
version "0.6.0"
10378+
resolved "https://registry.yarnpkg.com/tib/-/tib-0.6.0.tgz#eabc40cf0816a67135cae56ddc3a1d905d6ce136"
10379+
integrity sha512-qbqtKQso/5x61ZArRCC56fu5uU0TU0Z1hGOgQhXMr2gazEg0neRbcgaEHHHxaC4Exx6ek87PXtp4XAJuT6OUgg==
1038010380
dependencies:
10381-
"@babel/core" "^7.4.4"
10382-
"@babel/parser" "^7.4.4"
10381+
"@babel/core" "^7.5.4"
10382+
"@babel/parser" "^7.5.0"
1038310383
hable "^1.0.1"
1038410384
signal-exit "^3.0.2"
1038510385
tree-kill "^1.2.1"

0 commit comments

Comments
 (0)