From bbe2375f6be2c08a17f74858a016fea82a0527ad Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Thu, 2 Mar 2023 22:22:51 +0100 Subject: [PATCH] feat: add new packages with pinned versions by default Part-of: --- .yarnrc | 1 + front/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.yarnrc b/.yarnrc index 1be5bccd1..9549e84b7 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1 +1,2 @@ --cwd front +--add.exact true \ No newline at end of file diff --git a/front/yarn.lock b/front/yarn.lock index e2db69abc..83289c781 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -1159,7 +1159,7 @@ resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.3.0-beta.16.tgz#74f254dbb7eac633b86d690a341349db29573896" integrity sha512-kXbm4svALe3lX+EjdJxfnabOphqS4yQ1Ge/iIlR8tvUiYRCoNz3hig1M4336iY++Dfx5ytEQJPNjIcknNIuvig== -"@intlify/unplugin-vue-i18n@^0.8.2": +"@intlify/unplugin-vue-i18n@0.8.2": version "0.8.2" resolved "https://registry.yarnpkg.com/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-0.8.2.tgz#4196cb5bee4243bb3a33af76ce9663f3e106809a" integrity sha512-cRnzPqSEZQOmTD+p4pwc3RTS9HxreLqfID0keoqZDZweCy/CGRMLLTNd15S4TUf1vSBhPF03DItEFDr1F+8MDA==