1
0
mirror of synced 2024-11-25 06:46: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 "dev": true
}, },
"@braid/vue-formulate-i18n": { "@braid/vue-formulate-i18n": {
"version": "1.4.0", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.6.0.tgz",
"integrity": "sha512-US/CguORgMlT+fE+m/Cln8s/EkZB43IvTwOh077I7Tk7vLoZhs7G8+ATMd/Hf4ksLhCUIyxtdEpElbUgTTnjzg==" "integrity": "sha512-qGw87DdOwtA9G8s79A6BTDK6syAdlbmDaloCk8JURTuIWQpGIcJUGPQ2vTIzY2D9XNX0ah7k1H51XeHdwNtYzA=="
}, },
"@hapi/address": { "@hapi/address": {
"version": "2.1.4", "version": "2.1.4",

View File

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