fix(webapp): fix dependency problem - async-validator required in production (#9436)

This commit is contained in:
Ulf Gebhardt 2026-03-24 13:51:37 +01:00 committed by GitHub
parent dab7c8dfeb
commit 0257cf8ee6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@
"@nuxtjs/style-resources": "~1.1.0",
"@ocelot-social/ui": "file:../packages/ui",
"accounting": "~0.4.1",
"async-validator": "^3.2.4",
"apollo-cache-inmemory": "~1.6.6",
"apollo-client": "~2.6.10",
"cookie-universal-nuxt": "~2.2.2",
@ -80,7 +81,6 @@
"@testing-library/vue": "5",
"@vue/test-utils": "1.3.4",
"@vue/vue2-jest": "29",
"async-validator": "^3.2.4",
"babel-eslint": "~10.1.0",
"babel-jest": "29.7",
"babel-loader": "~8.1.0",