mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
fix(webapp): fix dependency problem - async-validator required in production (#9436)
This commit is contained in:
parent
dab7c8dfeb
commit
0257cf8ee6
@ -31,6 +31,7 @@
|
|||||||
"@nuxtjs/style-resources": "~1.1.0",
|
"@nuxtjs/style-resources": "~1.1.0",
|
||||||
"@ocelot-social/ui": "file:../packages/ui",
|
"@ocelot-social/ui": "file:../packages/ui",
|
||||||
"accounting": "~0.4.1",
|
"accounting": "~0.4.1",
|
||||||
|
"async-validator": "^3.2.4",
|
||||||
"apollo-cache-inmemory": "~1.6.6",
|
"apollo-cache-inmemory": "~1.6.6",
|
||||||
"apollo-client": "~2.6.10",
|
"apollo-client": "~2.6.10",
|
||||||
"cookie-universal-nuxt": "~2.2.2",
|
"cookie-universal-nuxt": "~2.2.2",
|
||||||
@ -80,7 +81,6 @@
|
|||||||
"@testing-library/vue": "5",
|
"@testing-library/vue": "5",
|
||||||
"@vue/test-utils": "1.3.4",
|
"@vue/test-utils": "1.3.4",
|
||||||
"@vue/vue2-jest": "29",
|
"@vue/vue2-jest": "29",
|
||||||
"async-validator": "^3.2.4",
|
|
||||||
"babel-eslint": "~10.1.0",
|
"babel-eslint": "~10.1.0",
|
||||||
"babel-jest": "29.7",
|
"babel-jest": "29.7",
|
||||||
"babel-loader": "~8.1.0",
|
"babel-loader": "~8.1.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user