Commit 8434aee7a813126a3c96c60e81a1c40c63e3c527
1 parent
a96c3fee
fix: prod2-55/56
Showing
1 changed file
with
50 additions
and
1 deletions
pnpm-lock.yaml
... | ... | @@ -14,6 +14,12 @@ importers: |
14 | 14 | '@stefanobartoletti/nuxt-social-share': |
15 | 15 | specifier: ^1.2.0 |
16 | 16 | version: 1.2.0(rollup@4.17.2) |
17 | + '@vuelidate/core': | |
18 | + specifier: ^2.0.3 | |
19 | + version: 2.0.3(vue@3.4.27) | |
20 | + '@vuelidate/validators': | |
21 | + specifier: ^2.0.4 | |
22 | + version: 2.0.4(vue@3.4.27) | |
17 | 23 | lodash: |
18 | 24 | specifier: ^4.17.21 |
19 | 25 | version: 4.17.21 |
... | ... | @@ -1323,6 +1329,24 @@ packages: |
1323 | 1329 | '@vue/shared@3.4.27': |
1324 | 1330 | resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} |
1325 | 1331 | |
1332 | + '@vuelidate/core@2.0.3': | |
1333 | + resolution: {integrity: sha512-AN6l7KF7+mEfyWG0doT96z+47ljwPpZfi9/JrNMkOGLFv27XVZvKzRLXlmDPQjPl/wOB1GNnHuc54jlCLRNqGA==, tarball: https://registry.npmmirror.com/@vuelidate/core/-/core-2.0.3.tgz} | |
1334 | + peerDependencies: | |
1335 | + '@vue/composition-api': ^1.0.0-rc.1 | |
1336 | + vue: ^2.0.0 || >=3.0.0 | |
1337 | + peerDependenciesMeta: | |
1338 | + '@vue/composition-api': | |
1339 | + optional: true | |
1340 | + | |
1341 | + '@vuelidate/validators@2.0.4': | |
1342 | + resolution: {integrity: sha512-odTxtUZ2JpwwiQ10t0QWYJkkYrfd0SyFYhdHH44QQ1jDatlZgTh/KRzrWVmn/ib9Gq7H4hFD4e8ahoo5YlUlDw==, tarball: https://registry.npmmirror.com/@vuelidate/validators/-/validators-2.0.4.tgz} | |
1343 | + peerDependencies: | |
1344 | + '@vue/composition-api': ^1.0.0-rc.1 | |
1345 | + vue: ^2.0.0 || >=3.0.0 | |
1346 | + peerDependenciesMeta: | |
1347 | + '@vue/composition-api': | |
1348 | + optional: true | |
1349 | + | |
1326 | 1350 | '@vuetify/loader-shared@2.0.3': |
1327 | 1351 | resolution: {integrity: sha512-Ss3GC7eJYkp2SF6xVzsT7FAruEmdihmn4OCk2+UocREerlXKWgOKKzTN5PN3ZVN5q05jHHrsNhTuWbhN61Bpdg==} |
1328 | 1352 | peerDependencies: |
... | ... | @@ -3976,8 +4000,19 @@ packages: |
3976 | 4000 | vue-bundle-renderer@2.1.0: |
3977 | 4001 | resolution: {integrity: sha512-uZ+5ZJdZ/b43gMblWtcpikY6spJd0nERaM/1RtgioXNfWFbjKlUwrS8HlrddN6T2xtptmOouWclxLUkpgcVX3Q==} |
3978 | 4002 | |
4003 | + vue-demi@0.13.11: | |
4004 | + resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==, tarball: https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz} | |
4005 | + engines: {node: '>=12'} | |
4006 | + hasBin: true | |
4007 | + peerDependencies: | |
4008 | + '@vue/composition-api': ^1.0.0-rc.1 | |
4009 | + vue: ^3.0.0-0 || ^2.6.0 | |
4010 | + peerDependenciesMeta: | |
4011 | + '@vue/composition-api': | |
4012 | + optional: true | |
4013 | + | |
3979 | 4014 | vue-demi@0.14.7: |
3980 | - resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} | |
4015 | + resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==, tarball: https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.7.tgz} | |
3981 | 4016 | engines: {node: '>=12'} |
3982 | 4017 | hasBin: true |
3983 | 4018 | peerDependencies: |
... | ... | @@ -5900,6 +5935,16 @@ snapshots: |
5900 | 5935 | |
5901 | 5936 | '@vue/shared@3.4.27': {} |
5902 | 5937 | |
5938 | + '@vuelidate/core@2.0.3(vue@3.4.27)': | |
5939 | + dependencies: | |
5940 | + vue: 3.4.27 | |
5941 | + vue-demi: 0.13.11(vue@3.4.27) | |
5942 | + | |
5943 | + '@vuelidate/validators@2.0.4(vue@3.4.27)': | |
5944 | + dependencies: | |
5945 | + vue: 3.4.27 | |
5946 | + vue-demi: 0.13.11(vue@3.4.27) | |
5947 | + | |
5903 | 5948 | '@vuetify/loader-shared@2.0.3(vue@3.4.27)(vuetify@3.6.5)': |
5904 | 5949 | dependencies: |
5905 | 5950 | upath: 2.0.1 |
... | ... | @@ -8825,6 +8870,10 @@ snapshots: |
8825 | 8870 | dependencies: |
8826 | 8871 | ufo: 1.5.3 |
8827 | 8872 | |
8873 | + vue-demi@0.13.11(vue@3.4.27): | |
8874 | + dependencies: | |
8875 | + vue: 3.4.27 | |
8876 | + | |
8828 | 8877 | vue-demi@0.14.7(vue@3.4.27): |
8829 | 8878 | dependencies: |
8830 | 8879 | vue: 3.4.27 | ... | ... |