From a127ac5f66e30194fa2ec519ad026c792b7ae9ef Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 19 Jul 2021 20:27:31 +0000 Subject: [PATCH] Pin dependencies (#599) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/599 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 10 +++++----- yarn.lock | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6fbdf1b2c..a393b5768 100644 --- a/package.json +++ b/package.json @@ -40,16 +40,16 @@ "@fortawesome/free-regular-svg-icons": "5.15.3", "@fortawesome/free-solid-svg-icons": "5.15.3", "@fortawesome/vue-fontawesome": "2.0.2", - "@types/jest": "^26.0.24", + "@types/jest": "26.0.24", "@typescript-eslint/eslint-plugin": "4.28.4", "@typescript-eslint/parser": "4.28.4", "@vue/cli": "4.5.13", "@vue/cli-plugin-babel": "4.5.13", "@vue/cli-plugin-eslint": "4.5.13", "@vue/cli-plugin-pwa": "4.5.13", - "@vue/cli-plugin-typescript": "~4.5.0", + "@vue/cli-plugin-typescript": "4.5.13", "@vue/cli-service": "4.5.13", - "@vue/eslint-config-typescript": "^7.0.0", + "@vue/eslint-config-typescript": "7.0.0", "axios": "0.21.1", "babel-eslint": "10.1.0", "cypress": "7.7.0", @@ -59,8 +59,8 @@ "faker": "5.5.3", "jest": "27.0.6", "sass-loader": "10.2.0", - "ts-jest": "^27.0.3", - "typescript": "^4.3.5", + "ts-jest": "27.0.3", + "typescript": "4.3.5", "vue-flatpickr-component": "8.1.7", "vue-notification": "1.3.20", "vue-router": "3.5.2", diff --git a/yarn.lock b/yarn.lock index 1f7d2649f..b7a1e6f3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2382,7 +2382,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^26.0.24": +"@types/jest@26.0.24": version "26.0.24" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== @@ -2860,7 +2860,7 @@ dependencies: "@vue/cli-shared-utils" "^4.5.13" -"@vue/cli-plugin-typescript@~4.5.0": +"@vue/cli-plugin-typescript@4.5.13": version "4.5.13" resolved "https://registry.yarnpkg.com/@vue/cli-plugin-typescript/-/cli-plugin-typescript-4.5.13.tgz#f514f661e16f9096a89a9ca6e69a2d762c6d8464" integrity sha512-CpLlIdFNV1gn9uC4Yh6QgWI42uk2x5Z3cb2ScxNSwWsR1vgSdr0/1DdNzoBm68aP8RUtnHHO/HZfPnvXiq42xA== @@ -3099,7 +3099,7 @@ optionalDependencies: prettier "^1.18.2" -"@vue/eslint-config-typescript@^7.0.0": +"@vue/eslint-config-typescript@7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz#220c70c2edf7a253e739298525f4d401b8ef0038" integrity sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw== @@ -13407,7 +13407,7 @@ ts-invariant@^0.4.0: dependencies: tslib "^1.9.3" -ts-jest@^27.0.3: +ts-jest@27.0.3: version "27.0.3" resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.3.tgz#808492f022296cde19390bb6ad627c8126bf93f8" integrity sha512-U5rdMjnYam9Ucw+h0QvtNDbc5+88nxt7tbIvqaZUhFrfG4+SkWhMXjejCLVGcpILTPuV+H3W/GZDZrnZFpPeXw== @@ -13573,7 +13573,7 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.3.5: +typescript@4.3.5: version "4.3.5" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==