From b1310dfaec2944544fcef084a686d0d6090af782 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 9 Apr 2023 09:35:19 +0200 Subject: [PATCH] upgrade types --- package.json | 6 +++--- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 7afcbc0..2848b36 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "nanoid": "^4.0.2", - "pinia": "^2.0.32", + "pinia": "^2.0.34", "suretype": "^3.2.1", "vue": "^3.2.47", "vue-router": "^4.1.6" @@ -23,9 +23,9 @@ "devDependencies": { "@faker-js/faker": "^7.6.0", "@rushstack/eslint-patch": "^1.2.0", - "@types/jsdom": "^21.1.0", + "@types/jsdom": "^21.1.1", "@types/node": "^18.14.2", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^4.1.0", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/test-utils": "^2.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f9f6b8a..344020f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,8 +5,8 @@ dependencies: specifier: ^4.0.2 version: 4.0.2 pinia: - specifier: ^2.0.32 - version: 2.0.33(typescript@4.8.4)(vue@3.2.47) + specifier: ^2.0.34 + version: 2.0.34(typescript@4.8.4)(vue@3.2.47) suretype: specifier: ^3.2.1 version: 3.2.1 @@ -25,13 +25,13 @@ devDependencies: specifier: ^1.2.0 version: 1.2.0 '@types/jsdom': - specifier: ^21.1.0 - version: 21.1.0 + specifier: ^21.1.1 + version: 21.1.1 '@types/node': specifier: ^18.14.2 version: 18.15.3 '@vitejs/plugin-vue': - specifier: ^4.0.0 + specifier: ^4.1.0 version: 4.1.0(vite@4.2.1)(vue@3.2.47) '@vue/eslint-config-prettier': specifier: ^7.1.0 @@ -398,8 +398,8 @@ packages: resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} dev: true - /@types/jsdom@21.1.0: - resolution: {integrity: sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw==} + /@types/jsdom@21.1.1: + resolution: {integrity: sha512-cZFuoVLtzKP3gmq9eNosUL1R50U+USkbLtUQ1bYVgl/lKp0FZM7Cq4aIHAL8oIvQ17uSHi7jXPtfDOdjPwBE7A==} dependencies: '@types/node': 18.15.3 '@types/tough-cookie': 4.0.2 @@ -2426,8 +2426,8 @@ packages: engines: {node: '>=4'} dev: true - /pinia@2.0.33(typescript@4.8.4)(vue@3.2.47): - resolution: {integrity: sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg==} + /pinia@2.0.34(typescript@4.8.4)(vue@3.2.47): + resolution: {integrity: sha512-cgOoGUiyqX0SSgX8XelK9+Ri4XA2/YyNtgjogwfzIx1g7iZTaZPxm7/bZYMCLU2qHRiHhxG7SuQO0eBacFNc2Q==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4'