1
0
mirror of synced 2024-11-25 14:56:03 +03:00

Merge pull request #74 from wearebraid/feature/nl-language

Updates vue-formulate-18n to 1.5.0 with support for dutch (nl). Thanks to @pimhooghiemstra!
This commit is contained in:
Justin Schroeder 2020-04-29 10:23:50 -04:00 committed by GitHub
commit 1759f1800a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2785,9 +2785,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.5.0",
"resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.5.0.tgz",
"integrity": "sha512-UPWQSOKW82+oRycuZRsviM0sCmH1yTCa520B4YZVGFWpXsq/NXefgsazjMdP7RJlrb6cRRkcm/j2JoPuCkbUrQ=="
},
"@cypress/listr-verbose-renderer": {
"version": "0.4.1",

View File

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