1
0
mirror of synced 2025-01-31 23:01:39 +03:00

Bumps vue-formulate-i18n to 1.3.3

This commit is contained in:
Justin Schroeder 2020-03-27 10:11:06 -04:00 committed by GitHub
parent fa26a24fa7
commit 74d315d29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1515 additions and 455 deletions

1962
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@braid/vue-formulate", "name": "@braid/vue-formulate",
"version": "2.2.4", "version": "2.2.5",
"description": "The easiest way to build forms in Vue.", "description": "The easiest way to build forms in Vue.",
"main": "dist/formulate.umd.js", "main": "dist/formulate.umd.js",
"module": "dist/formulate.esm.js", "module": "dist/formulate.esm.js",
@ -86,7 +86,7 @@
"watch": "^1.0.2" "watch": "^1.0.2"
}, },
"dependencies": { "dependencies": {
"@braid/vue-formulate-i18n": "^1.3.2", "@braid/vue-formulate-i18n": "^1.3.3",
"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"