diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-06 18:33:51 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-06 18:33:51 +0900 |
| commit | ca00a08e6e8ad8636b2002bf8fabcf66d9566015 (patch) | |
| tree | 6b0767e3f64488d47542358ebc29398f6f5aef9d /pnpm-lock.yaml | |
| parent | pnpm@8.7.4 (diff) | |
| download | sharkey-ca00a08e6e8ad8636b2002bf8fabcf66d9566015.tar.gz sharkey-ca00a08e6e8ad8636b2002bf8fabcf66d9566015.tar.bz2 sharkey-ca00a08e6e8ad8636b2002bf8fabcf66d9566015.zip | |
feat: introduce aidx and make it default
Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 950fa3e37b..32d9916a37 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -260,6 +260,9 @@ importers: ms: specifier: 3.0.0-canary.1 version: 3.0.0-canary.1 + nanoid: + specifier: ^4.0.2 + version: 4.0.2 nested-property: specifier: 4.0.0 version: 4.0.0 @@ -6998,7 +7001,7 @@ packages: ts-dedent: 2.2.0 type-fest: 2.19.0 vue: 3.3.4 - vue-component-type-helpers: 1.8.8 + vue-component-type-helpers: 1.8.10 transitivePeerDependencies: - encoding - supports-color @@ -16069,6 +16072,12 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + /nanoid@4.0.2: + resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==} + engines: {node: ^14 || ^16 || >=18} + hasBin: true + dev: false + /nanomatch@1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} @@ -21040,8 +21049,8 @@ packages: resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} engines: {node: '>=0.10.0'} - /vue-component-type-helpers@1.8.8: - resolution: {integrity: sha512-Ohv9HQY92nSbpReC6WhY0X4YkOszHzwUHaaN/lev5tHQLM1AEw+LrLeB2bIGIyKGDU7ZVrncXcv/oBny4rjbYg==} + /vue-component-type-helpers@1.8.10: + resolution: {integrity: sha512-FJtmfw2Gn6eQ8kAVNEhw9nYIzWmVQJjdyQRtJXZ7tgXh/FoZhQnZ2KyxR+NuF9U4iZLBvSspeetIpnP9yxxyMw==} dev: true /vue-docgen-api@4.64.1(vue@3.3.4): |