@formio/js 5.0.0-rc.33 → 5.0.0-rc.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@
12
12
 
13
13
  /*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */
14
14
 
15
- /*! formiojs v5.0.0-rc.33 | https://unpkg.com/formiojs@5.0.0-rc.33/LICENSE.txt */
15
+ /*! formiojs v5.0.0-rc.34 | https://unpkg.com/formiojs@5.0.0-rc.34/LICENSE.txt */
16
16
 
17
17
  /**
18
18
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.0.0-rc.33",
3
+ "version": "5.0.0-rc.34",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {
@@ -81,9 +81,9 @@
81
81
  },
82
82
  "homepage": "https://github.com/formio/formio.js#readme",
83
83
  "dependencies": {
84
- "@formio/bootstrap": "^3.0.0-rc.17",
84
+ "@formio/bootstrap": "^3.0.0-rc.19",
85
85
  "@formio/choices.js": "^10.2.0",
86
- "@formio/core": "^2.0.0-rc.1",
86
+ "@formio/core": "^2.0.0-rc.2",
87
87
  "@formio/text-mask-addons": "^3.8.0-formio.2",
88
88
  "@formio/vanilla-text-mask": "^5.1.1-formio.1",
89
89
  "abortcontroller-polyfill": "^1.7.5",