@formio/js 5.0.0-rc.7 → 5.0.0-rc.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formio.embed.min.js.LICENSE.txt +1 -1
- package/dist/formio.form.js +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +1 -1
- package/dist/formio.full.js +1 -1
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +1 -1
- package/dist/formio.js +1 -1
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@formio/js",
|
3
|
-
"version": "5.0.0-rc.
|
3
|
+
"version": "5.0.0-rc.8",
|
4
4
|
"description": "JavaScript powered Forms with JSON Form Builder",
|
5
5
|
"main": "lib/cjs/index.js",
|
6
6
|
"module": "lib/mjs/index.js",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
},
|
74
74
|
"homepage": "https://github.com/formio/formio.js#readme",
|
75
75
|
"dependencies": {
|
76
|
-
"@formio/bootstrap": "3.0.0-rc.
|
76
|
+
"@formio/bootstrap": "^3.0.0-rc.5",
|
77
77
|
"@formio/choices.js": "^10.2.0",
|
78
78
|
"@formio/core": "1.3.0-rc.14",
|
79
79
|
"@formio/text-mask-addons": "^3.8.0-formio.2",
|