@movable/ui 2.14.4 → 2.15.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": "@movable/ui",
3
- "version": "2.14.4",
3
+ "version": "2.15.0",
4
4
  "description": "Movable Ink's shared MUI components and MUI theme for our vite applications",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "lib/index.d.ts",
@@ -67,12 +67,15 @@
67
67
  "@storybook/react-vite": "^8.1.0",
68
68
  "@storybook/test": "^8.1.0",
69
69
  "@storybook/theming": "^8.1.0",
70
+ "@swc/core": "^1.12.0",
71
+ "@types/lodash-es": "^4.17.0",
70
72
  "@types/react": "^18.2.19",
71
73
  "@types/react-dom": "^18.2.7",
72
74
  "@types/react-helmet": "^6.1.11",
73
75
  "@typescript-eslint/eslint-plugin": "^6.7.0",
74
76
  "@typescript-eslint/parser": "^6.0.0",
75
77
  "@vitejs/plugin-react-swc": "^3.7.0",
78
+ "chart.js": "^4.4.8",
76
79
  "cypress": "^14.0.0",
77
80
  "eslint": "^8.45.0",
78
81
  "eslint-config-prettier": "^9.1.0",
@@ -82,11 +85,13 @@
82
85
  "eslint-plugin-storybook": "^0.8.0",
83
86
  "husky": "^8.0.0",
84
87
  "lint-staged": "^13.2.3",
88
+ "lodash-es": "^4.17.21",
85
89
  "notistack": "^3.0.1",
86
90
  "npm-run-all": "^4.1.5",
87
91
  "postcss": "^8.4.27",
88
92
  "prettier": "3.1.1",
89
93
  "react": "^18.2.0",
94
+ "react-chartjs-2": "^5.3.0",
90
95
  "react-dom": "^18.2.0",
91
96
  "react-hook-form": "^7.48.2",
92
97
  "react-router-dom": "^6.20.1",
@@ -102,11 +107,18 @@
102
107
  "@mui/icons-material": "^5.16.7",
103
108
  "@mui/material": "^5.16.7",
104
109
  "@mui/x-data-grid-premium": "^6.19.5",
110
+ "@types/lodash-es": "^4.17.0",
111
+ "chart.js": "^4.4.8",
112
+ "lodash-es": "^4.17.21",
105
113
  "notistack": "^3.0.1",
106
114
  "react": "^18.2.0",
115
+ "react-chartjs-2": "^5.3.0",
107
116
  "react-dom": "^18.2.0",
108
117
  "react-helmet": "^6.1.0"
109
118
  },
119
+ "optionalDependencies": {
120
+ "@rollup/rollup-linux-x64-gnu": "4.9.5"
121
+ },
110
122
  "volta": {
111
123
  "node": "20.19.1"
112
124
  }