1
0
mirror of synced 2024-11-24 22:36:02 +03:00

Adds Korean support

This commit is contained in:
Justin Schroeder 2020-05-11 10:24:14 -04:00
parent 1e403a7fe9
commit 17dff062e7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1007,9 +1007,9 @@
"dev": true
},
"@braid/vue-formulate-i18n": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.4.0.tgz",
"integrity": "sha512-US/CguORgMlT+fE+m/Cln8s/EkZB43IvTwOh077I7Tk7vLoZhs7G8+ATMd/Hf4ksLhCUIyxtdEpElbUgTTnjzg=="
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.6.0.tgz",
"integrity": "sha512-qGw87DdOwtA9G8s79A6BTDK6syAdlbmDaloCk8JURTuIWQpGIcJUGPQ2vTIzY2D9XNX0ah7k1H51XeHdwNtYzA=="
},
"@hapi/address": {
"version": "2.1.4",

View File

@ -90,7 +90,7 @@
"watch": "^1.0.2"
},
"dependencies": {
"@braid/vue-formulate-i18n": "^1.4.0",
"@braid/vue-formulate-i18n": "^1.6.0",
"is-plain-object": "^3.0.0",
"is-url": "^1.2.4",
"nanoid": "^2.1.11"