@scenid/react-formulator 6.13.0 → 7.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scenid/react-formulator",
3
- "version": "6.13.0",
3
+ "version": "7.1.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": "^14.2.1",
43
- "react-markdown": "^8.0.3",
44
- "rehype-highlight": "^5.0.2",
45
- "remark-gfm": "^3.0.1",
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.21.0",
49
+ "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.10.0",
51
51
  "@emotion/styled": "^11.10.0",
52
- "@mui/icons-material": "^5.8.4",
53
- "@mui/material": "^5.10.0",
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": "17.0.2",
60
- "react-dom": "17.0.2"
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.21.0",
70
+ "@babel/runtime": "^7.0.0",
72
71
  "@emotion/react": "^11.10.0",
73
72
  "@emotion/styled": "^11.10.0",
74
- "@mui/icons-material": "^5.8.4",
75
- "@mui/material": "^5.10.0",
76
- "@mui/styles": "^5.9.3",
77
- "@rollup/plugin-babel": "^5.3.0",
78
- "@rollup/plugin-commonjs": "^18.0.0",
79
- "@rollup/plugin-node-resolve": "^13.0.6",
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.2.5",
84
- "@storybook/addon-essentials": "^8.2.5",
85
- "@storybook/addon-interactions": "^8.2.5",
86
- "@storybook/addon-links": "^8.2.5",
87
- "@storybook/addon-mdx-gfm": "8.6.14",
88
- "@storybook/addon-webpack5-compiler-babel": "3.0.3",
89
- "@storybook/react": "^8.2.5",
90
- "@storybook/react-webpack5": "8.2.5",
91
- "@storybook/test": "8.2.5",
92
- "@types/react": "^18.0.17",
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": "17.0.2",
106
- "react-dom": "17.0.2",
107
- "rollup": "^2.70.2",
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.2.5"
108
+ "storybook": "^8.6.0"
111
109
  }
112
110
  }