@tsed/react-formio 1.13.5 → 1.13.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/react-formio",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.6",
|
|
4
4
|
"description": "Provide a react formio wrapper. Written in TypeScript.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"lint:fix": "yarn lint --fix",
|
|
11
11
|
"test": "cross-env NODE_ENV=test jest --coverage",
|
|
12
12
|
"test:coverage:update": "write-coverage",
|
|
13
|
-
"build": "microbundle --no-compress --format modern,cjs --jsx React.createElement",
|
|
14
|
-
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement"
|
|
13
|
+
"build": "microbundle --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment --globals react/jsx-runtime=jsx",
|
|
14
|
+
"watch": "microbundle watch --no-compress --format modern,cjs --jsx React.createElement --jsxFragment React.Fragment --globals react/jsx-runtime=jsx"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@tsed/redux-utils": "1.13.
|
|
17
|
+
"@tsed/redux-utils": "1.13.6",
|
|
18
18
|
"eventemitter2": "^6.4.3",
|
|
19
19
|
"prop-types": "^15.7.2"
|
|
20
20
|
},
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"tooltip.js": ">=1.3.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@tsed/tailwind": "1.13.
|
|
33
|
-
"@tsed/tailwind-formio": "1.13.
|
|
32
|
+
"@tsed/tailwind": "1.13.6",
|
|
33
|
+
"@tsed/tailwind-formio": "1.13.6"
|
|
34
34
|
},
|
|
35
35
|
"repository": "https://github.com/TypedProject/tsed-formio",
|
|
36
36
|
"bugs": {
|