@scenid/react-formulator 6.13.0 → 7.0.0
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/dist/assets/index-DAlIsqHy.css +84 -0
- package/dist/index.cjs +2 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -24
- package/dist/index.js.map +1 -1
- package/package.json +31 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scenid/react-formulator",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"main": "dist/index.cjs",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"repository": "https://dennykoch@bitbucket.org/scenid/react-formulator.git",
|
|
@@ -39,25 +39,24 @@
|
|
|
39
39
|
"highlight.js": "^11.9.0",
|
|
40
40
|
"lodash": "^4.17.23",
|
|
41
41
|
"micromustache": "^8.0.3",
|
|
42
|
-
"react-dropzone": "^
|
|
43
|
-
"react-markdown": "^
|
|
44
|
-
"rehype-highlight": "^
|
|
45
|
-
"remark-gfm": "^
|
|
42
|
+
"react-dropzone": "^15.0.0",
|
|
43
|
+
"react-markdown": "^9.0.0",
|
|
44
|
+
"rehype-highlight": "^7.0.0",
|
|
45
|
+
"remark-gfm": "^4.0.0",
|
|
46
46
|
"validator": "^13.15.26"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@babel/runtime": "7.
|
|
49
|
+
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"@emotion/react": "^11.10.0",
|
|
51
51
|
"@emotion/styled": "^11.10.0",
|
|
52
|
-
"@mui/icons-material": "^
|
|
53
|
-
"@mui/material": "^
|
|
54
|
-
"@mui/styles": "^5.9.3",
|
|
52
|
+
"@mui/icons-material": "^9.0.0",
|
|
53
|
+
"@mui/material": "^9.0.0",
|
|
55
54
|
"@scenid/cloud-icons": "^3.3.0",
|
|
56
55
|
"@scenid/formulator": "8.2.0",
|
|
57
56
|
"luxon": "^3.4.4",
|
|
58
57
|
"prop-types": "^15.8.1",
|
|
59
|
-
"react": "
|
|
60
|
-
"react-dom": "
|
|
58
|
+
"react": "^19.0.0",
|
|
59
|
+
"react-dom": "^19.0.0"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
63
62
|
"@babel/cli": "^7.8.4",
|
|
@@ -68,28 +67,27 @@
|
|
|
68
67
|
"@babel/preset-env": "^7.4.5",
|
|
69
68
|
"@babel/preset-react": "^7.0.0",
|
|
70
69
|
"@babel/register": "^7.0.0",
|
|
71
|
-
"@babel/runtime": "7.
|
|
70
|
+
"@babel/runtime": "^7.0.0",
|
|
72
71
|
"@emotion/react": "^11.10.0",
|
|
73
72
|
"@emotion/styled": "^11.10.0",
|
|
74
|
-
"@mui/icons-material": "^
|
|
75
|
-
"@mui/material": "^
|
|
76
|
-
"@
|
|
77
|
-
"@rollup/plugin-
|
|
78
|
-
"@rollup/plugin-
|
|
79
|
-
"@rollup/plugin-
|
|
80
|
-
"@rollup/plugin-terser": "^0.4.3",
|
|
73
|
+
"@mui/icons-material": "^9.0.0",
|
|
74
|
+
"@mui/material": "^9.0.0",
|
|
75
|
+
"@rollup/plugin-babel": "^6.0.0",
|
|
76
|
+
"@rollup/plugin-commonjs": "^25.0.0",
|
|
77
|
+
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
78
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
81
79
|
"@scenid/cloud-icons": "^3.3.0",
|
|
82
80
|
"@scenid/formulator": "8.2.0",
|
|
83
|
-
"@storybook/addon-actions": "^8.
|
|
84
|
-
"@storybook/addon-essentials": "^8.
|
|
85
|
-
"@storybook/addon-interactions": "^8.
|
|
86
|
-
"@storybook/addon-links": "^8.
|
|
87
|
-
"@storybook/addon-mdx-gfm": "8.6.
|
|
88
|
-
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
|
|
89
|
-
"@storybook/react": "^8.
|
|
90
|
-
"@storybook/react-webpack5": "8.
|
|
91
|
-
"@storybook/test": "8.
|
|
92
|
-
"@types/react": "^
|
|
81
|
+
"@storybook/addon-actions": "^8.6.0",
|
|
82
|
+
"@storybook/addon-essentials": "^8.6.0",
|
|
83
|
+
"@storybook/addon-interactions": "^8.6.0",
|
|
84
|
+
"@storybook/addon-links": "^8.6.0",
|
|
85
|
+
"@storybook/addon-mdx-gfm": "^8.6.0",
|
|
86
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
87
|
+
"@storybook/react": "^8.6.0",
|
|
88
|
+
"@storybook/react-webpack5": "^8.6.0",
|
|
89
|
+
"@storybook/test": "^8.6.0",
|
|
90
|
+
"@types/react": "^19.0.0",
|
|
93
91
|
"babel-eslint": "^10.1.0",
|
|
94
92
|
"babel-loader": "^8.2.5",
|
|
95
93
|
"babel-plugin-import": "^1.13.5",
|
|
@@ -102,11 +100,11 @@
|
|
|
102
100
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
103
101
|
"luxon": "^3.4.4",
|
|
104
102
|
"prop-types": "^15.8.1",
|
|
105
|
-
"react": "
|
|
106
|
-
"react-dom": "
|
|
107
|
-
"rollup": "^
|
|
103
|
+
"react": "^19.0.0",
|
|
104
|
+
"react-dom": "^19.0.0",
|
|
105
|
+
"rollup": "^4.0.0",
|
|
108
106
|
"rollup-plugin-import-css": "^3.3.4",
|
|
109
107
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
110
|
-
"storybook": "8.
|
|
108
|
+
"storybook": "^8.6.0"
|
|
111
109
|
}
|
|
112
110
|
}
|