From 2f5a03969ad856467f3997ed597ec86bf8279b95 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Wed, 21 Aug 2024 14:20:16 +0700 Subject: [PATCH] fix: deps --- package.json | 2 ++ pnpm-lock.yaml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/package.json b/package.json index 7d60626f..80f717c0 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "quasar": "^2.16.9", "signature_pad": "^5.0.2", "socket.io-client": "^4.7.5", + "uuid": "^10.0.0", "vue": "^3.4.38", "vue-i18n": "^9.14.0", "vue-router": "^4.4.3" @@ -37,6 +38,7 @@ "@playwright/test": "^1.46.1", "@quasar/app-vite": "2.0.0-beta.19", "@types/node": "^20.16.1", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "autoprefixer": "^10.4.20", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77a7432f..b702e719 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,6 +47,9 @@ importers: socket.io-client: specifier: ^4.7.5 version: 4.7.5 + uuid: + specifier: ^10.0.0 + version: 10.0.0 vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.5.4) @@ -72,6 +75,9 @@ importers: '@types/node': specifier: ^20.16.1 version: 20.16.1 + '@types/uuid': + specifier: ^10.0.0 + version: 10.0.0 '@typescript-eslint/eslint-plugin': specifier: ^7.18.0 version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) @@ -747,6 +753,9 @@ packages: '@types/serve-static@1.15.7': resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} + '@types/uuid@10.0.0': + resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} + '@typescript-eslint/eslint-plugin@7.18.0': resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==} engines: {node: ^18.18.0 || >=20.0.0} @@ -2519,6 +2528,10 @@ packages: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} + uuid@10.0.0: + resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + hasBin: true + vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} @@ -3229,6 +3242,8 @@ snapshots: '@types/node': 20.16.1 '@types/send': 0.17.4 + '@types/uuid@10.0.0': {} + '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@eslint-community/regexpp': 4.10.0 @@ -5186,6 +5201,8 @@ snapshots: utils-merge@1.0.1: {} + uuid@10.0.0: {} + vary@1.1.2: {} vite@5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.31.0):