aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 20:44:16 -0700
committerGitHub <[email protected]>2021-05-06 20:44:16 -0700
commit3c58734144361ace30d8fee676e5e1c07c23dc78 (patch)
tree624db25fc04b4ed7ff1b1aa0df89dbc72bc6f474
parentfix(global): redirects for spa netlify (diff)
parentchore(deps): pin dependencies (diff)
downloadfrontend-3c58734144361ace30d8fee676e5e1c07c23dc78.tar.xz
frontend-3c58734144361ace30d8fee676e5e1c07c23dc78.zip
Merge pull request #2 from senpy-club/renovate/pin-dependencies
chore(deps): pin dependencies
-rw-r--r--package.json72
-rw-r--r--yarn.lock148
2 files changed, 110 insertions, 110 deletions
diff --git a/package.json b/package.json
index 782792f..0b5a375 100644
--- a/package.json
+++ b/package.json
@@ -11,44 +11,44 @@
"build:all": "npm run build && npm run copy:redirects"
},
"dependencies": {
- "core-js": "^3.6.5",
- "cpx": "^1.5.0",
- "normalize.css": "^8.0.1",
- "sakura.css": "^1.3.1",
- "vue": "^3.0.0",
- "vue-class-component": "^8.0.0-0",
- "vue-router": "^4.0.0-0",
- "vuex": "^4.0.0-0"
+ "core-js": "3.11.1",
+ "cpx": "1.5.0",
+ "normalize.css": "8.0.1",
+ "sakura.css": "1.3.1",
+ "vue": "3.0.11",
+ "vue-class-component": "8.0.0-rc.1",
+ "vue-router": "4.0.6",
+ "vuex": "4.0.0"
},
"devDependencies": {
- "@commitlint/cli": "^12.1.1",
- "@commitlint/config-conventional": "^12.1.1",
- "@types/chai": "^4.2.11",
- "@types/mocha": "^5.2.4",
- "@typescript-eslint/eslint-plugin": "^4.18.0",
- "@typescript-eslint/parser": "^4.18.0",
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-typescript": "~4.5.0",
- "@vue/cli-plugin-unit-mocha": "~4.5.0",
- "@vue/cli-plugin-vuex": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/compiler-sfc": "^3.0.0",
- "@vue/eslint-config-airbnb": "^5.0.2",
- "@vue/eslint-config-typescript": "^7.0.0",
- "@vue/test-utils": "^2.0.0-0",
- "chai": "^4.1.2",
- "commitizen": "^4.2.3",
- "cz-conventional-commit": "^1.0.6",
- "eslint": "^6.7.2",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-vue": "^7.0.0",
- "husky": "^6.0.0",
- "lint-staged": "^9.5.0",
- "sass": "^1.26.5",
- "sass-loader": "^8.0.2",
- "typescript": "~4.1.5"
+ "@commitlint/cli": "12.1.1",
+ "@commitlint/config-conventional": "12.1.1",
+ "@types/chai": "4.2.17",
+ "@types/mocha": "5.2.7",
+ "@typescript-eslint/eslint-plugin": "4.22.0",
+ "@typescript-eslint/parser": "4.22.0",
+ "@vue/cli-plugin-babel": "4.5.12",
+ "@vue/cli-plugin-eslint": "4.5.12",
+ "@vue/cli-plugin-router": "4.5.12",
+ "@vue/cli-plugin-typescript": "4.5.12",
+ "@vue/cli-plugin-unit-mocha": "4.5.12",
+ "@vue/cli-plugin-vuex": "4.5.12",
+ "@vue/cli-service": "4.5.12",
+ "@vue/compiler-sfc": "3.0.11",
+ "@vue/eslint-config-airbnb": "5.3.0",
+ "@vue/eslint-config-typescript": "7.0.0",
+ "@vue/test-utils": "2.0.0-rc.6",
+ "chai": "4.3.4",
+ "commitizen": "4.2.3",
+ "cz-conventional-commit": "1.0.6",
+ "eslint": "6.8.0",
+ "eslint-plugin-import": "2.22.1",
+ "eslint-plugin-vue": "7.9.0",
+ "husky": "6.0.0",
+ "lint-staged": "9.5.0",
+ "sass": "1.32.11",
+ "sass-loader": "8.0.2",
+ "typescript": "4.1.5"
},
"gitHooks": {
"pre-commit": "lint-staged"
diff --git a/yarn.lock b/yarn.lock
index 06ada25..8348210 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -873,9 +873,9 @@
"@babel/helper-validator-identifier" "^7.12.11"
to-fast-properties "^2.0.0"
-"@commitlint/cli@^12.1.1":
+"@commitlint/[email protected]":
version "12.1.1"
- resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.1.tgz"
+ resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.1.tgz#740370e557a8a17f415052821cdd5276ecb0ab98"
integrity sha512-SB67/s6VJ50seoPx/Sr2gj1fMzKrx+udgarecGdr8h43ah+M2e22gjQJ7xHv5KwyPQ+6ug1YOMCL34ubT4zupQ==
dependencies:
"@commitlint/format" "^12.1.1"
@@ -889,9 +889,9 @@
resolve-global "1.0.0"
yargs "^16.2.0"
-"@commitlint/config-conventional@^12.1.1":
+"@commitlint/[email protected]":
version "12.1.1"
- resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz"
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz#73dd3b1a7912138420d248f334f15c94c250bc9e"
integrity sha512-15CqbXMsQiEb0qbzjEHe2OkzaXPYSp7RxaS6KoSVk/4W0QiigquavQ+M0huBZze92h0lMS6Pxoq4AJ5CQ3D+iQ==
dependencies:
conventional-changelog-conventionalcommits "^4.3.1"
@@ -1121,9 +1121,9 @@
"@types/connect" "*"
"@types/node" "*"
-"@types/chai@^4.2.11":
version "4.2.17"
- resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.17.tgz"
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.17.tgz#85f9f0610f514b22a94125d441f73eef65bde5cc"
integrity sha512-LaiwWNnYuL8xJlQcE91QB2JoswWZckq9A4b+nMPq8dt8AP96727Nb3X4e74u+E3tm4NLTILNI9MYFsyVc30wSA==
"@types/connect-history-api-fallback@*":
@@ -1200,9 +1200,9 @@
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz"
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
-"@types/mocha@^5.2.4":
version "5.2.7"
- resolved "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea"
integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==
"@types/node@*":
@@ -1297,9 +1297,9 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"
-"@typescript-eslint/eslint-plugin@^4.18.0":
+"@typescript-eslint/[email protected]":
version "4.22.0"
- resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
dependencies:
"@typescript-eslint/experimental-utils" "4.22.0"
@@ -1323,9 +1323,9 @@
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
-"@typescript-eslint/parser@^4.18.0":
+"@typescript-eslint/[email protected]":
version "4.22.0"
- resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.22.0.tgz"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
dependencies:
"@typescript-eslint/scope-manager" "4.22.0"
@@ -1494,9 +1494,9 @@
resolved "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-4.5.12.tgz"
integrity sha512-dCN0RzVpA8fp+MfjuVBROgM483MPObAb/je+APE/JhpCJyPQORYQEvNpmaorpN+9Cp6mrESVSzhh0qD4SFrlzg==
-"@vue/cli-plugin-babel@~4.5.0":
version "4.5.12"
- resolved "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.12.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.12.tgz#c9737d4079485ce9be07c463c81e1e33886c6219"
integrity sha512-PhiNDhlGydsRR0F00OJqG/Q3Mz2G1ko8XqS7CJ0l1GVVGmklUEBy2dW/S8ntEgHpSkFa6h49PgYP3WE2OM3CEg==
dependencies:
"@babel/core" "^7.11.0"
@@ -1507,9 +1507,9 @@
thread-loader "^2.1.3"
webpack "^4.0.0"
-"@vue/cli-plugin-eslint@~4.5.0":
version "4.5.12"
- resolved "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.12.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.12.tgz#7fc2a1d0a490fa300ef4e94518c2cc49ba7a292f"
integrity sha512-nbjGJkWxo/xdD32DwvnEAUwkWYsObpqNk9NuU7T62ehdzHPzz58o3j03YZ7a7T7Le8bYyOWMYsdNfz63F+XiZQ==
dependencies:
"@vue/cli-shared-utils" "^4.5.12"
@@ -1519,16 +1519,16 @@
webpack "^4.0.0"
yorkie "^2.0.0"
-"@vue/cli-plugin-router@^4.5.12", "@vue/cli-plugin-router@~4.5.0":
+"@vue/[email protected]", "@vue/cli-plugin-router@^4.5.12":
version "4.5.12"
- resolved "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-4.5.12.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/cli-plugin-router/-/cli-plugin-router-4.5.12.tgz#977c4b2b694cc03e9ef816112a5d58923493d0ac"
integrity sha512-DYNz5AA3W7Ewt3aaiOLGdYFt4MX4w/HTEtep+kPzP9S9tAknzyoIJXkaYzhwu8ArpEYwhWgtuCcDZ8hR6++DbA==
dependencies:
"@vue/cli-shared-utils" "^4.5.12"
-"@vue/cli-plugin-typescript@~4.5.0":
version "4.5.12"
- resolved "https://registry.npmjs.org/@vue/cli-plugin-typescript/-/cli-plugin-typescript-4.5.12.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/cli-plugin-typescript/-/cli-plugin-typescript-4.5.12.tgz#4186974541a0305e27e769370c981b86a44c2935"
integrity sha512-ZTsmvaLHa/DBhqXfgiGkfJfz3tGUAWkRJiAkEAGJnj6X2pj7P47x9et/dkxPej/eVyxrSCtQs7Xt3bT9cMKJ3w==
dependencies:
"@types/webpack-env" "^1.15.2"
@@ -1544,9 +1544,9 @@
optionalDependencies:
fork-ts-checker-webpack-plugin-v5 "npm:fork-ts-checker-webpack-plugin@^5.0.11"
-"@vue/cli-plugin-unit-mocha@~4.5.0":
version "4.5.12"
- resolved "https://registry.npmjs.org/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-4.5.12.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-4.5.12.tgz#fe525a5b7a64045462c86460d92cff1ef11041c8"
integrity sha512-DLNQWiPJhXCMEniVJPzPa7yAs0tIg3/ebJNaiBUHNglcKocDc3jvwppTKh/nsG4t6Ud0Z7uvn9zGVPjAMB8Isg==
dependencies:
"@vue/cli-shared-utils" "^4.5.12"
@@ -1555,14 +1555,14 @@
mocha "^6.2.2"
mochapack "^1.1.15"
-"@vue/cli-plugin-vuex@^4.5.12", "@vue/cli-plugin-vuex@~4.5.0":
+"@vue/[email protected]", "@vue/cli-plugin-vuex@^4.5.12":
version "4.5.12"
- resolved "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.12.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.12.tgz#f7fbe177ee7176f055b546e9e74472f9d9177626"
integrity sha512-STgbvNv/3iHAKArc18b/qjN7RX1FTrfxPeHH26GOr/A8lJes7+CSluZZ8E5R7Zr/vL0zOqOkUVDAjFXVf4zWQA==
-"@vue/cli-service@~4.5.0":
version "4.5.12"
- resolved "https://registry.npmjs.org/@vue/cli-service/-/cli-service-4.5.12.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/cli-service/-/cli-service-4.5.12.tgz#483aef7dc4e2a7b02b7f224f0a2ef7cea910e033"
integrity sha512-Di/dFw72HIvUrpTgnnPQkPq07mdd7z3GPeCH/o+6fv4bxOD+gwK9z7P6RkG4lGv2QdLz+qjim9f7xw5w+9ENkg==
dependencies:
"@intervolga/optimize-cssnano-plugin" "^1.0.5"
@@ -1660,9 +1660,9 @@
"@vue/compiler-core" "3.0.11"
"@vue/shared" "3.0.11"
-"@vue/compiler-sfc@^3.0.0":
version "3.0.11"
- resolved "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.0.11.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.11.tgz#cd8ca2154b88967b521f5ad3b10f5f8b6b665679"
integrity sha512-7fNiZuCecRleiyVGUWNa6pn8fB2fnuJU+3AGjbjl7r1P5wBivfl02H4pG+2aJP5gh2u+0wXov1W38tfWOphsXw==
dependencies:
"@babel/parser" "^7.13.9"
@@ -1706,9 +1706,9 @@
optionalDependencies:
prettier "^1.18.2"
-"@vue/eslint-config-airbnb@^5.0.2":
version "5.3.0"
- resolved "https://registry.npmjs.org/@vue/eslint-config-airbnb/-/eslint-config-airbnb-5.3.0.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/eslint-config-airbnb/-/eslint-config-airbnb-5.3.0.tgz#896551d600816a06dff13fdd7d04fd5153379817"
integrity sha512-m9ldRhbqaODbcc9mQZjPgnTzyNweZblLMTqMfC2kHWY68dYd3kwG/hvENeZWXJnKKo+eGnoptk+7Zq/c1519ZQ==
dependencies:
eslint-config-airbnb-base "^14.0.0"
@@ -1716,9 +1716,9 @@
eslint-import-resolver-webpack "^0.13.0"
eslint-plugin-import "^2.21.2"
-"@vue/eslint-config-typescript@^7.0.0":
version "7.0.0"
- resolved "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz#220c70c2edf7a253e739298525f4d401b8ef0038"
integrity sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw==
dependencies:
vue-eslint-parser "^7.0.0"
@@ -1757,9 +1757,9 @@
resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.0.11.tgz"
integrity sha512-b+zB8A2so8eCE0JsxjL24J7vdGl8rzPQ09hZNhystm+KqSbKcAej1A+Hbva1rCMmTTqA+hFnUSDc5kouEo0JzA==
-"@vue/test-utils@^2.0.0-0":
version "2.0.0-rc.6"
- resolved "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.0-rc.6.tgz"
+ resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-rc.6.tgz#d0aac24d20450d379e183f70542c0822670b8783"
integrity sha512-0cnQBVH589PwgqWpyv1fgCAz+9Ram/MsvN3ZEAEVXi1aPuhUa22EudGc0WezQ9PKwR+L40NrBmt3JBXE2tSRRQ==
"@vue/web-component-wrapper@^1.2.0":
@@ -2850,9 +2850,9 @@ caseless@~0.12.0:
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
-chai@^4.1.2:
version "4.3.4"
- resolved "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz"
+ resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49"
integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==
dependencies:
assertion-error "^1.1.0"
@@ -3188,9 +3188,9 @@ commander@~2.19.0:
resolved "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz"
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
-commitizen@^4.0.3, commitizen@^4.2.3:
[email protected], commitizen@^4.0.3:
version "4.2.3"
- resolved "https://registry.npmjs.org/commitizen/-/commitizen-4.2.3.tgz"
+ resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.3.tgz#088d0ef72500240d331b11e02e288223667c1475"
integrity sha512-pYlYEng7XMV2TW4xtjDKBGqeJ0Teq2zyRSx2S3Ml1XAplHSlJZK8vm1KdGclpMEZuGafbS5TeHXIVnHk8RWIzQ==
dependencies:
cachedir "2.2.0"
@@ -3407,16 +3407,16 @@ core-js-compat@^3.6.5, core-js-compat@^3.9.0, core-js-compat@^3.9.1:
browserslist "^4.16.5"
semver "7.0.0"
[email protected], core-js@^3.6.5:
+ version "3.11.1"
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.11.1.tgz#f920392bf8ed63a0ec8e4e729857bfa3d121c525"
+ integrity sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ==
+
core-js@^2.4.0, core-js@^2.6.5:
version "2.6.12"
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
-core-js@^3.6.5:
- version "3.11.1"
- resolved "https://registry.npmjs.org/core-js/-/core-js-3.11.1.tgz"
- integrity sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ==
-
[email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
@@ -3454,9 +3454,9 @@ cosmiconfig@^7.0.0:
path-type "^4.0.0"
yaml "^1.10.0"
-cpx@^1.5.0:
version "1.5.0"
- resolved "https://registry.npmjs.org/cpx/-/cpx-1.5.0.tgz"
+ resolved "https://registry.yarnpkg.com/cpx/-/cpx-1.5.0.tgz#185be018511d87270dedccc293171e37655ab88f"
integrity sha1-GFvgGFEdhycN7czCkxceN2VauI8=
dependencies:
babel-runtime "^6.9.2"
@@ -3737,9 +3737,9 @@ [email protected]:
optionalDependencies:
"@commitlint/load" ">6.1.1"
-cz-conventional-commit@^1.0.6:
version "1.0.6"
- resolved "https://registry.npmjs.org/cz-conventional-commit/-/cz-conventional-commit-1.0.6.tgz"
+ resolved "https://registry.yarnpkg.com/cz-conventional-commit/-/cz-conventional-commit-1.0.6.tgz#1419816cc3f68b39c4c7714e4715003d80cdab06"
integrity sha512-E/mzC3hHGQo36oyFlGfOTI01S1Cq9Zg2Y5kcZvMN+w6Uv3ZlACaTk8Z3iXCnxoT2i2KB7wEGDZpgPIAkNQNF8Q==
dependencies:
chalk "^2.4.1"
@@ -4367,7 +4367,7 @@ eslint-module-utils@^2.6.0:
debug "^2.6.9"
pkg-dir "^2.0.0"
-eslint-plugin-import@^2.20.2, eslint-plugin-import@^2.21.2:
[email protected], eslint-plugin-import@^2.21.2:
version "2.22.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
@@ -4386,9 +4386,9 @@ eslint-plugin-import@^2.20.2, eslint-plugin-import@^2.21.2:
resolve "^1.17.0"
tsconfig-paths "^3.9.0"
-eslint-plugin-vue@^7.0.0:
version "7.9.0"
- resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz#f8e83a2a908f4c43fc8304f5401d4ff671f3d560"
integrity sha512-2Q0qQp5+5h+pZvJKCbG1/jCRUYrdgAz5BYKGyTlp2NU8mx09u3Hp7PsH6d5qef6ojuPoCXMnrbbDxeoplihrSw==
dependencies:
eslint-utils "^2.1.0"
@@ -4436,9 +4436,9 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz"
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
-eslint@^6.7.2:
version "6.8.0"
- resolved "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
dependencies:
"@babel/code-frame" "^7.0.0"
@@ -5809,9 +5809,9 @@ human-signals@^1.1.1:
resolved "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz"
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
-husky@^6.0.0:
version "6.0.0"
- resolved "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz"
+ resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
[email protected], iconv-lite@^0.4.24:
@@ -6700,9 +6700,9 @@ lines-and-columns@^1.1.6:
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
-lint-staged@^9.5.0:
version "9.5.0"
- resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-9.5.0.tgz"
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.5.0.tgz#290ec605252af646d9b74d73a0fa118362b05a33"
integrity sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==
dependencies:
chalk "^2.4.2"
@@ -7608,9 +7608,9 @@ normalize-url@^3.0.0:
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz"
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
-normalize.css@^8.0.1:
version "8.0.1"
- resolved "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz"
+ resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3"
integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==
npm-run-path@^2.0.0:
@@ -9279,14 +9279,14 @@ safe-regex@^1.1.0:
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
-sakura.css@^1.3.1:
version "1.3.1"
- resolved "https://registry.npmjs.org/sakura.css/-/sakura.css-1.3.1.tgz"
+ resolved "https://registry.yarnpkg.com/sakura.css/-/sakura.css-1.3.1.tgz#90f03dd20d6bd2500fc12a11e8105ce183c176e8"
integrity sha512-J1Lj9yrAAs8OMseVDTIJPh5BxhZZEUz2VKkzj1u4HgjljVnIvVbCEfJKzjWolJTIs8SCxZ0murVJg0Ah7kK/yw==
-sass-loader@^8.0.2:
version "8.0.2"
- resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.2.tgz"
+ resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-8.0.2.tgz#debecd8c3ce243c76454f2e8290482150380090d"
integrity sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==
dependencies:
clone-deep "^4.0.1"
@@ -9295,9 +9295,9 @@ sass-loader@^8.0.2:
schema-utils "^2.6.1"
semver "^6.3.0"
-sass@^1.26.5:
version "1.32.11"
- resolved "https://registry.npmjs.org/sass/-/sass-1.32.11.tgz"
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.11.tgz#b236b3ea55c76602c2ef2bd0445f0db581baa218"
integrity sha512-O9tRcob/fegUVSIV1ihLLZcftIOh0AF1VpKgusUfLqnb2jQ0GLDwI5ivv1FYWivGv8eZ/AwntTyTzjcHu0c/qw==
dependencies:
chokidar ">=3.0.0 <4.0.0"
@@ -10414,9 +10414,9 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
-typescript@~4.1.5:
version "4.1.5"
- resolved "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
@@ -10663,9 +10663,9 @@ vm-browserify@^1.0.1:
resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz"
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
-vue-class-component@^8.0.0-0:
version "8.0.0-rc.1"
- resolved "https://registry.npmjs.org/vue-class-component/-/vue-class-component-8.0.0-rc.1.tgz"
+ resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-8.0.0-rc.1.tgz#db692cd97656eb9a08206c03d0b7398cdb1d9420"
integrity sha512-w1nMzsT/UdbDAXKqhwTmSoyuJzUXKrxLE77PCFVuC6syr8acdFDAq116xgvZh9UCuV0h+rlCtxXolr3Hi3HyPQ==
vue-eslint-parser@^7.0.0, vue-eslint-parser@^7.6.0:
@@ -10705,9 +10705,9 @@ vue-loader@^15.9.2:
vue-hot-reload-api "^2.3.0"
vue-style-loader "^4.1.0"
-vue-router@^4.0.0-0:
version "4.0.6"
- resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.6.tgz"
+ resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.6.tgz#91750db507d26642f225b0ec6064568e5fe448d6"
integrity sha512-Y04llmK2PyaESj+N33VxLjGCUDuv9t4q2OpItEGU7POZiuQZaugV6cJpE6Qm1sVFtxufodLKN2y2dQl9nk0Reg==
vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
@@ -10723,18 +10723,18 @@ vue-template-es2015-compiler@^1.9.0:
resolved "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz"
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
-vue@^3.0.0:
version "3.0.11"
- resolved "https://registry.npmjs.org/vue/-/vue-3.0.11.tgz"
+ resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.11.tgz#c82f9594cbf4dcc869241d4c8dd3e08d9a8f4b5f"
integrity sha512-3/eUi4InQz8MPzruHYSTQPxtM3LdZ1/S/BvaU021zBnZi0laRUyH6pfuE4wtUeLvI8wmUNwj5wrZFvbHUXL9dw==
dependencies:
"@vue/compiler-dom" "3.0.11"
"@vue/runtime-dom" "3.0.11"
"@vue/shared" "3.0.11"
-vuex@^4.0.0-0:
version "4.0.0"
- resolved "https://registry.npmjs.org/vuex/-/vuex-4.0.0.tgz"
+ resolved "https://registry.yarnpkg.com/vuex/-/vuex-4.0.0.tgz#ac877aa76a9c45368c979471e461b520d38e6cf5"
integrity sha512-56VPujlHscP5q/e7Jlpqc40sja4vOhC4uJD1llBCWolVI8ND4+VzisDVkUMl+z5y0MpIImW6HjhNc+ZvuizgOw==
w3c-hr-time@^1.0.1: