Skip to content

Commit f23540e

Browse files
committed
chore: up deps
1 parent ea71c0b commit f23540e

File tree

3 files changed

+12
-49
lines changed

3 files changed

+12
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rollup/plugin-alias": "^3.0.0",
1616
"@rollup/plugin-replace": "^2.2.1",
1717
"@types/jest": "^25.1.0",
18-
"@typescript-eslint/eslint-plugin": "^2.0.0",
18+
"@typescript-eslint/eslint-plugin": "^2.24.0",
1919
"@typescript-eslint/parser": "^2.0.0",
2020
"codecov": "^3.5.0",
2121
"conventional-changelog-cli": "^2.0.21",

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@vuepress/plugin-back-to-top": "^1.0.2",
1515
"@vuepress/plugin-google-analytics": "^1.0.2",
1616
"@vuepress/plugin-notification": "^1.0.0-alpha.42",
17-
"@vuepress/plugin-pwa": "^1.0.2",
17+
"@vuepress/plugin-pwa": "^1.3.1",
1818
"focus-visible": "^5.0.1",
1919
"vuepress": "^1.1.0"
2020
},

yarn.lock

Lines changed: 10 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,26 +2399,17 @@
23992399
dependencies:
24002400
"@types/yargs-parser" "*"
24012401

2402-
"@typescript-eslint/eslint-plugin@^2.0.0":
2403-
version "2.23.0"
2404-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
2405-
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
2402+
"@typescript-eslint/eslint-plugin@^2.24.0":
2403+
version "2.24.0"
2404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.24.0.tgz#a86cf618c965a462cddf3601f594544b134d6d68"
2405+
integrity sha512-wJRBeaMeT7RLQ27UQkDFOu25MqFOBus8PtOa9KaT5ZuxC1kAsd7JEHqWt4YXuY9eancX0GK9C68i5OROnlIzBA==
24062406
dependencies:
2407-
"@typescript-eslint/experimental-utils" "2.23.0"
2407+
"@typescript-eslint/experimental-utils" "2.24.0"
24082408
eslint-utils "^1.4.3"
24092409
functional-red-black-tree "^1.0.1"
24102410
regexpp "^3.0.0"
24112411
tsutils "^3.17.1"
24122412

2413-
"@typescript-eslint/[email protected]":
2414-
version "2.23.0"
2415-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
2416-
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
2417-
dependencies:
2418-
"@types/json-schema" "^7.0.3"
2419-
"@typescript-eslint/typescript-estree" "2.23.0"
2420-
eslint-scope "^5.0.0"
2421-
24222413
"@typescript-eslint/[email protected]":
24232414
version "2.24.0"
24242415
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.24.0.tgz#a5cb2ed89fedf8b59638dc83484eb0c8c35e1143"
@@ -2438,19 +2429,6 @@
24382429
"@typescript-eslint/typescript-estree" "2.24.0"
24392430
eslint-visitor-keys "^1.1.0"
24402431

2441-
"@typescript-eslint/[email protected]":
2442-
version "2.23.0"
2443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
2444-
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
2445-
dependencies:
2446-
debug "^4.1.1"
2447-
eslint-visitor-keys "^1.1.0"
2448-
glob "^7.1.6"
2449-
is-glob "^4.0.1"
2450-
lodash "^4.17.15"
2451-
semver "^6.3.0"
2452-
tsutils "^3.17.1"
2453-
24542432
"@typescript-eslint/[email protected]":
24552433
version "2.24.0"
24562434
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.24.0.tgz#38bbc8bb479790d2f324797ffbcdb346d897c62a"
@@ -2669,12 +2647,12 @@
26692647
dependencies:
26702648
nprogress "^0.2.0"
26712649

2672-
"@vuepress/plugin-pwa@^1.0.2":
2673-
version "1.3.0"
2674-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.3.0.tgz#83427432cb2dcfd6bbd3e09c10657fc9d2b7fa27"
2675-
integrity sha512-IUXCwXYJMnoM4hXqeB4JapFoH/eRDdis4UMx2GR3ahWPTjISgUbE3XF0FgUKre8PU2i/h4pOyKorLmN881TDnQ==
2650+
"@vuepress/plugin-pwa@^1.3.1":
2651+
version "1.3.1"
2652+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.3.1.tgz#4049273bb9161e15546ce8a2843eda1089614daa"
2653+
integrity sha512-ExudmW8w4jY+lNjTteYeEFNajLPr5dhiSyokYIcF3mX64xHwLJqqgHDUXZKh6ELTAZ6tUmuAMdFj76fjRaqJDw==
26762654
dependencies:
2677-
"@vuepress/shared-utils" "^1.3.0"
2655+
"@vuepress/shared-utils" "^1.3.1"
26782656
register-service-worker "^1.5.2"
26792657
workbox-build "^4.3.1"
26802658

@@ -2690,21 +2668,6 @@
26902668
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.3.1.tgz#eee95c9c79a316a64ab046696a90a2ee1db35c34"
26912669
integrity sha512-iOIvMWUTPHrGxjDprFoGTcuI8Y8/6e6JjLO4mO6qe6qVqR1yCQ8cJzVYXIizjEHUFYJ04uZ3jF9gBV8npS+3ZQ==
26922670

2693-
"@vuepress/shared-utils@^1.3.0":
2694-
version "1.3.0"
2695-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.3.0.tgz#2c9afccaed0bcdf4ceb1c02becdeac61da6dbec2"
2696-
integrity sha512-n1AFgt8SiMDdc5aIj5yOqS3E6+dAZ+9tPw6qf1mBiqvdZzwaUtlydvXqVkskrwUo18znLrUr55VYwubMOaxFnQ==
2697-
dependencies:
2698-
chalk "^2.3.2"
2699-
diacritics "^1.3.0"
2700-
escape-html "^1.0.3"
2701-
fs-extra "^7.0.1"
2702-
globby "^9.2.0"
2703-
gray-matter "^4.0.1"
2704-
hash-sum "^1.0.2"
2705-
semver "^6.0.0"
2706-
upath "^1.1.0"
2707-
27082671
"@vuepress/shared-utils@^1.3.1":
27092672
version "1.3.1"
27102673
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.3.1.tgz#930038dfadf28f39147e6cb781e9930259995a7e"

0 commit comments

Comments
 (0)