From c322150df21101f680f98bbd3e5e43562bdbcb8e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 6 Aug 2023 21:49:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(deps)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- pnpm-lock.yaml | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 6bfc9a5..b6e9203 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@octokit/core": "^5.0.0", "@octokit/rest": "^20.0.1", "@toycode/markdown-it-class": "^1.2.4", - "@vueuse/core": "^10.2.1", + "@vueuse/core": "^10.3.0", "bulma": "^0.9.4", "date-fns": "^2.30.0", "isomorphic-fetch": "^3.0.0", @@ -27,7 +27,7 @@ "markdown-it-latex": "^0.2.0", "nanoid": "^4.0.2", "notyf": "^3.10.0", - "pinia": "^2.1.4", + "pinia": "^2.1.6", "pouchdb-adapter-indexeddb": "^8.0.1", "pouchdb-browser": "^8.0.1", "register-service-worker": "^1.7.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9bfa93d..61bea74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ dependencies: specifier: ^1.2.4 version: 1.2.4 '@vueuse/core': - specifier: ^10.2.1 - version: 10.2.1(vue@3.3.4) + specifier: ^10.3.0 + version: 10.3.0(vue@3.3.4) bulma: specifier: ^0.9.4 version: 0.9.4 @@ -54,8 +54,8 @@ dependencies: specifier: ^3.10.0 version: 3.10.0 pinia: - specifier: ^2.1.4 - version: 2.1.4(typescript@4.5.3)(vue@3.3.4) + specifier: ^2.1.6 + version: 2.1.6(typescript@4.5.3)(vue@3.3.4) pouchdb-adapter-indexeddb: specifier: ^8.0.1 version: 8.0.1 @@ -2450,24 +2450,24 @@ packages: vue: 3.3.4 dev: true - /@vueuse/core@10.2.1(vue@3.3.4): - resolution: {integrity: sha512-c441bfMbkAwTNwVRHQ0zdYZNETK//P84rC01aP2Uy/aRFCiie9NE/k9KdIXbno0eDYP5NPUuWv0aA/I4Unr/7w==} + /@vueuse/core@10.3.0(vue@3.3.4): + resolution: {integrity: sha512-BEM5yxcFKb5btFjTSAFjTu5jmwoW66fyV9uJIP4wUXXU8aR5Hl44gndaaXp7dC5HSObmgbnR2RN+Un1p68Mf5Q==} dependencies: '@types/web-bluetooth': 0.0.17 - '@vueuse/metadata': 10.2.1 - '@vueuse/shared': 10.2.1(vue@3.3.4) + '@vueuse/metadata': 10.3.0 + '@vueuse/shared': 10.3.0(vue@3.3.4) vue-demi: 0.14.5(vue@3.3.4) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/metadata@10.2.1: - resolution: {integrity: sha512-3Gt68mY/i6bQvFqx7cuGBzrCCQu17OBaGWS5JdwISpMsHnMKKjC2FeB5OAfMcCQ0oINfADP3i9A4PPRo0peHdQ==} + /@vueuse/metadata@10.3.0: + resolution: {integrity: sha512-Ema3YhNOa4swDsV0V7CEY5JXvK19JI/o1szFO1iWxdFg3vhdFtCtSTP26PCvbUpnUtNHBY2wx5y3WDXND5Pvnw==} dev: false - /@vueuse/shared@10.2.1(vue@3.3.4): - resolution: {integrity: sha512-QWHq2bSuGptkcxx4f4M/fBYC3Y8d3M2UYyLsyzoPgEoVzJURQ0oJeWXu79OiLlBb8gTKkqe4mO85T/sf39mmiw==} + /@vueuse/shared@10.3.0(vue@3.3.4): + resolution: {integrity: sha512-kGqCTEuFPMK4+fNWy6dUOiYmxGcUbtznMwBZLC1PubidF4VZY05B+Oht7Jh7/6x4VOWGpvu3R37WHi81cKpiqg==} dependencies: vue-demi: 0.14.5(vue@3.3.4) transitivePeerDependencies: @@ -4376,8 +4376,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - /pinia@2.1.4(typescript@4.5.3)(vue@3.3.4): - resolution: {integrity: sha512-vYlnDu+Y/FXxv1ABo1vhjC+IbqvzUdiUC3sfDRrRyY2CQSrqqaa+iiHmqtARFxJVqWQMCJfXx1PBvFs9aJVLXQ==} + /pinia@2.1.6(typescript@4.5.3)(vue@3.3.4): + resolution: {integrity: sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4'