Add @gladesinger/vue3-yandex-smartcaptcha dependency, replace vue3-yandex-smartcaptcha with YandexSmartCaptcha in CaptchaBlock component, and update PersonalDataBlock label for compliance with data protection laws.
This commit is contained in:
Generated
+10
-10
@@ -9,6 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@gladesinger/vue3-yandex-smartcaptcha": "^1.0.0",
|
||||
"@heroicons/vue": "^2.2.0",
|
||||
"@inertiajs/inertia": "^0.11.1",
|
||||
"@inertiajs/inertia-vue3": "^0.6.0",
|
||||
@@ -28,7 +29,6 @@
|
||||
"preline": "^1.9.0",
|
||||
"slugify": "^1.6.6",
|
||||
"vite": "^6.3.5",
|
||||
"vue3-yandex-smartcaptcha": "^1.0.0",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -515,6 +515,15 @@
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@gladesinger/vue3-yandex-smartcaptcha": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@gladesinger/vue3-yandex-smartcaptcha/-/vue3-yandex-smartcaptcha-1.0.0.tgz",
|
||||
"integrity": "sha512-FWCcte2hyFMwdT3YVIFwbNAaP94xFBOY2/s/NhNgZ+QI1GN6+gddaJZOWXAW7u0MuQVIQCKpHtcIUDJN+MeS4w==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@heroicons/vue": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.2.0.tgz",
|
||||
@@ -9845,15 +9854,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/vue3-yandex-smartcaptcha": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/vue3-yandex-smartcaptcha/-/vue3-yandex-smartcaptcha-1.1.0.tgz",
|
||||
"integrity": "sha512-SRHJ4Ln0YKKgFbd3y7BqNcptgfMJtTsA+IPc8GQyvETawcc/bedYPbpYDrYoWzDdoOjOz28gXt94ucRKFY/CZg==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"vue": "^3.3.8"
|
||||
}
|
||||
},
|
||||
"node_modules/vuex": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user