orcheo-canvas 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.bumpversion.cfg +1 -1
- package/package.json +1 -1
- package/vite.config.ts +7 -1
package/.bumpversion.cfg
CHANGED
package/package.json
CHANGED
package/vite.config.ts
CHANGED
|
@@ -27,10 +27,16 @@ export default defineConfig({
|
|
|
27
27
|
// Used by react-split, react-big-calendar, etc.
|
|
28
28
|
'prop-types',
|
|
29
29
|
'react-split',
|
|
30
|
-
// Used by @rjsf/utils
|
|
30
|
+
// Used by @rjsf/utils and @rjsf/validator-ajv8
|
|
31
31
|
'jsonpointer',
|
|
32
32
|
'json-schema-merge-allof',
|
|
33
33
|
'react-is',
|
|
34
|
+
'ajv',
|
|
35
|
+
'ajv-formats',
|
|
36
|
+
// Used by react-big-calendar, antd, etc.
|
|
37
|
+
'dayjs',
|
|
38
|
+
'invariant',
|
|
39
|
+
'dom-helpers',
|
|
34
40
|
// Lodash submodules used by @rjsf
|
|
35
41
|
'lodash/get',
|
|
36
42
|
'lodash/set',
|