@zac-apps/helium 1.2.4 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +17 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/helium",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",
@@ -28,9 +28,9 @@
28
28
  "author": "ZAC",
29
29
  "license": "CC-BY-SA-4.0",
30
30
  "dependencies": {
31
- "@mui/icons-material": "^6.4.8",
32
- "@mui/material": "^6.4.8",
33
- "@zac-apps/commons": "^1.3.6",
31
+ "@mui/icons-material": "^5.17.1",
32
+ "@mui/material": "^5.17.1",
33
+ "@zac-apps/commons": "^1.3",
34
34
  "moment": "^2.30.1",
35
35
  "recharts": "^2.15.1",
36
36
  "use-immer": "^0.11.0"
@@ -46,26 +46,27 @@
46
46
  "@semantic-release/git": "^10.0.1",
47
47
  "@semantic-release/gitlab": "^13.2.4",
48
48
  "@semantic-release/npm": "^12.0.1",
49
- "@storybook/addon-essentials": "^8.6.9",
50
- "@storybook/addon-interactions": "^8.6.9",
51
- "@storybook/addon-links": "^8.6.9",
52
- "@storybook/addon-onboarding": "^8.6.9",
53
- "@storybook/blocks": "^8.6.9",
54
- "@storybook/nextjs": "^8.6.9",
55
- "@storybook/react": "^8.6.9",
56
- "@storybook/test": "^8.6.9",
49
+ "@storybook/addon-essentials": "^8.6.10",
50
+ "@storybook/addon-interactions": "^8.6.10",
51
+ "@storybook/addon-links": "^8.6.10",
52
+ "@storybook/addon-onboarding": "^8.6.10",
53
+ "@storybook/blocks": "^8.6.10",
54
+ "@storybook/nextjs": "^8.6.10",
55
+ "@storybook/react": "^8.6.10",
56
+ "@storybook/test": "^8.6.10",
57
57
  "babel-loader": "^10.0.0",
58
58
  "eslint": "^9",
59
59
  "eslint-config-next": "15.2.4",
60
60
  "eslint-plugin-storybook": "^0.12.0",
61
61
  "rollup": "^4.37.0",
62
62
  "semantic-release": "^24.2.3",
63
- "storybook": "^8.6.9"
63
+ "storybook": "^8.6.10"
64
64
  },
65
65
  "peerDependencies": {
66
- "next": "^14.0.4",
67
- "react": "^18",
68
- "react-dom": "^18"
66
+ "next": "^14",
67
+ "react": "^18 || ^19",
68
+ "react-dom": "^18 || ^19",
69
+ "@zac-apps/commons": "^1"
69
70
  },
70
71
  "description": "A React component to manage and visualize the helium consumption of a set of NMR spectrometers."
71
72
  }