@zac-apps/helium 1.3.0-beta.6 → 2.0.0-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -7
  2. package/package.json +23 -27
package/dist/index.js CHANGED
@@ -571,9 +571,9 @@ function AddPrognoEntry(_ref5) {
571
571
  input = _useState8[0],
572
572
  SetInput = _useState8[1];
573
573
  var _useState9 = useState(false),
574
- _useState10 = _slicedToArray(_useState9, 2),
575
- error = _useState10[0],
576
- SetError = _useState10[1];
574
+ _useState0 = _slicedToArray(_useState9, 2),
575
+ error = _useState0[0],
576
+ SetError = _useState0[1];
577
577
  return /*#__PURE__*/jsxs(React.Fragment, {
578
578
  children: [/*#__PURE__*/jsx(Divider, {
579
579
  textAlign: "left",
@@ -617,10 +617,10 @@ function HePrognosis(_ref6) {
617
617
  _useImmer2 = _slicedToArray(_useImmer, 2),
618
618
  specs = _useImmer2[0],
619
619
  SetSpecs = _useImmer2[1];
620
- var _useState11 = useState([14, 30, 60, 90]),
621
- _useState12 = _slicedToArray(_useState11, 2),
622
- increments = _useState12[0],
623
- SetIncrements = _useState12[1];
620
+ var _useState1 = useState([14, 30, 60, 90]),
621
+ _useState10 = _slicedToArray(_useState1, 2),
622
+ increments = _useState10[0],
623
+ SetIncrements = _useState10[1];
624
624
  var currHeliumData = {};
625
625
  Object.keys(specs).filter(function (spec) {
626
626
  return specs[spec];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/helium",
3
- "version": "1.3.0-beta.6",
3
+ "version": "2.0.0-beta.1",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",
@@ -28,44 +28,40 @@
28
28
  "author": "ZAC",
29
29
  "license": "CC-BY-SA-4.0",
30
30
  "dependencies": {
31
- "@mui/icons-material": "^5.17.1",
32
- "@mui/material": "^5.17.1",
33
- "mathjs": "^14.4.0",
31
+ "@mui/icons-material": "^7.3.4",
32
+ "@mui/material": "^7.3.4",
33
+ "mathjs": "^15.0.0",
34
34
  "moment": "^2.30.1",
35
- "recharts": "^2.15.3",
35
+ "recharts": "^3.3.0",
36
36
  "regression": "^2.0.1",
37
37
  "use-immer": "^0.11.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@babel/plugin-transform-runtime": "^7.26.10",
40
+ "@babel/plugin-transform-runtime": "^7.28.5",
41
41
  "@emotion/react": "^11.14.0",
42
- "@emotion/styled": "^11.14.0",
43
- "@rollup/plugin-babel": "^6.0.4",
44
- "@rollup/plugin-commonjs": "^28.0.3",
42
+ "@emotion/styled": "^11.14.1",
43
+ "@rollup/plugin-babel": "^6.1.0",
44
+ "@rollup/plugin-commonjs": "^28.0.9",
45
45
  "@rollup/plugin-json": "^6.1.0",
46
- "@rollup/plugin-node-resolve": "^16.0.1",
46
+ "@rollup/plugin-node-resolve": "^16.0.3",
47
47
  "@semantic-release/git": "^10.0.1",
48
- "@semantic-release/gitlab": "^13.2.4",
49
- "@semantic-release/npm": "^12.0.1",
50
- "@storybook/addon-essentials": "^8.6.12",
51
- "@storybook/addon-interactions": "^8.6.12",
52
- "@storybook/addon-links": "^8.6.12",
53
- "@storybook/addon-onboarding": "^8.6.12",
54
- "@storybook/blocks": "^8.6.12",
55
- "@storybook/nextjs": "^8.6.12",
56
- "@storybook/react": "^8.6.12",
57
- "@storybook/test": "^8.6.12",
48
+ "@semantic-release/gitlab": "^13.2.9",
49
+ "@semantic-release/npm": "^13.1.1",
50
+ "@storybook/addon-links": "^10.0.0",
51
+ "@storybook/addon-onboarding": "^10.0.0",
52
+ "@storybook/nextjs": "^10.0.0",
53
+ "@storybook/react": "^10.0.0",
58
54
  "babel-loader": "^10.0.0",
59
55
  "eslint": "^9",
60
- "eslint-config-next": "15.3.1",
61
- "eslint-plugin-storybook": "^0.12.0",
62
- "next": "^14",
63
- "rollup": "^4.40.0",
64
- "semantic-release": "^24.2.3",
65
- "storybook": "^8.6.12"
56
+ "eslint-config-next": "16.0.0",
57
+ "eslint-plugin-storybook": "^10.0.0",
58
+ "next": "^16",
59
+ "rollup": "^4.52.5",
60
+ "semantic-release": "^25.0.1",
61
+ "storybook": "^10.0.0"
66
62
  },
67
63
  "peerDependencies": {
68
- "@zac-apps/commons": "^1",
64
+ "@zac-apps/commons": "^2.0.0-beta.1",
69
65
  "react": "^18 || ^19",
70
66
  "react-dom": "^18 || ^19"
71
67
  },