@micromerce/formbuilder-react 1.0.548 → 1.0.559
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formbuilder.js +76 -76
- package/dist/formbuilder.js.LICENSE.txt +10 -11
- package/dist/formbuilder.js.map +1 -1
- package/package.json +18 -17
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@micromerce/formbuilder-react",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.559",
|
4
4
|
"description": "creates a form based on configuration",
|
5
5
|
"main": "dist/formbuilder.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"html-to-text": "^9.0.5",
|
43
43
|
"lodash": "^4.17.21",
|
44
44
|
"qs": "^6.10.3",
|
45
|
-
"react-date-range": "
|
45
|
+
"react-date-range": "2.0.1",
|
46
46
|
"react-quill": "^2.0.0",
|
47
47
|
"showdown": "^2.1.0",
|
48
48
|
"styled-components": "^5.3.5",
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"uuid": "^8.3.2"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
|
-
"react": ">=
|
55
|
-
"react-dom": ">=
|
54
|
+
"react": ">=18.3.1",
|
55
|
+
"react-dom": ">=18.3.1"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
58
|
"@babel/core": "^7.17.5",
|
@@ -66,16 +66,16 @@
|
|
66
66
|
"@storybook/react": "^6.4.19",
|
67
67
|
"@storybook/testing-library": "^0.0.9",
|
68
68
|
"@testing-library/jest-dom": "^5.16.5",
|
69
|
-
"@testing-library/react": "^
|
70
|
-
"@
|
71
|
-
"@types/jest": "^27.4.1",
|
69
|
+
"@testing-library/react": "^16.0.1",
|
70
|
+
"@types/jest": "^29.5.13",
|
72
71
|
"@types/lodash": "^4.14.191",
|
73
|
-
"@types/react": "^
|
74
|
-
"@types/react-date-range": "^1.4.
|
75
|
-
"@types/react-dom": "^
|
72
|
+
"@types/react": "^18.3.11",
|
73
|
+
"@types/react-date-range": "^1.4.9",
|
74
|
+
"@types/react-dom": "^18.3.0",
|
76
75
|
"@types/styled-components": "^5.1.25",
|
77
76
|
"@types/uuid": "^8.3.4",
|
78
77
|
"@typescript-eslint/parser": "^5.17.0",
|
78
|
+
"babel-jest": "^29.7.0",
|
79
79
|
"babel-loader": "^8.2.3",
|
80
80
|
"copyfiles": "^2.4.1",
|
81
81
|
"eslint": "^7.12.1",
|
@@ -87,17 +87,18 @@
|
|
87
87
|
"eslint-plugin-testing-library": "^5.1.0",
|
88
88
|
"eslint-webpack-plugin": "^3.1.1",
|
89
89
|
"identity-obj-proxy": "^3.0.0",
|
90
|
-
"jest": "^
|
90
|
+
"jest": "^29.7.0",
|
91
|
+
"jest-environment-jsdom": "^29.7.0",
|
91
92
|
"postcss": "^8.4.7",
|
92
|
-
"react": "^
|
93
|
-
"react-dom": "^
|
94
|
-
"sass": "^1.
|
95
|
-
"sass-loader": "^
|
93
|
+
"react": "^18.3.1",
|
94
|
+
"react-dom": "^18.3.1",
|
95
|
+
"sass": "^1.79.4",
|
96
|
+
"sass-loader": "^16.0.2",
|
96
97
|
"storybook-css-modules-preset": "^1.1.1",
|
97
|
-
"ts-jest": "^
|
98
|
+
"ts-jest": "^29.2.5",
|
98
99
|
"ts-loader": "^9.2.6",
|
99
100
|
"ts-node": "^10.7.0",
|
100
|
-
"typescript": "^
|
101
|
+
"typescript": "^5.6.2",
|
101
102
|
"webpack": "^5.69.1",
|
102
103
|
"webpack-bundle-analyzer": "^4.8.0",
|
103
104
|
"webpack-cli": "^4.9.2",
|