impact-ui 3.0.27-beta → 3.0.53-beta

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": "impact-ui",
3
- "version": "3.0.27-beta",
3
+ "version": "3.0.53-beta",
4
4
  "description": "Impact Analytics UI library",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -15,7 +15,8 @@
15
15
  "format": "npx prettier --write .",
16
16
  "publish-package": "chmod +x ./publish.sh && ./publish.sh",
17
17
  "storybook": "storybook dev -p 6006",
18
- "build:storybook": "storybook build"
18
+ "build:storybook": "storybook build",
19
+ "test": "jest"
19
20
  },
20
21
  "husky": {
21
22
  "hooks": {
@@ -45,12 +46,12 @@
45
46
  "@mui/envinfo": "^2.0.6",
46
47
  "@mui/icons-material": "^5.2.5",
47
48
  "@mui/lab": "^5.0.0-alpha.83",
48
- "@mui/material": "5.16.4",
49
+ "@mui/material": "^5.0.1",
49
50
  "@mui/private-theming": "^5.8.0",
50
51
  "@mui/styled-engine": "^5.8.0",
51
52
  "@mui/styled-engine-sc": "^5.8.0",
52
53
  "@mui/styles": "^5.8.0",
53
- "@mui/system": "5.16.4",
54
+ "@mui/system": "^5.8.1",
54
55
  "@mui/types": "^7.1.3",
55
56
  "@mui/x-date-pickers": "^5.0.0-alpha.4",
56
57
  "@rollup/plugin-babel": "^5.0.2",
@@ -66,14 +67,17 @@
66
67
  "@storybook/addon-themes": "^8.1.6",
67
68
  "@storybook/addon-webpack5-compiler-swc": "^1.0.3",
68
69
  "@storybook/blocks": "^8.1.6",
70
+ "@storybook/manager-api": "^8.2.6",
69
71
  "@storybook/preset-scss": "^1.0.3",
70
72
  "@storybook/react": "^8.1.6",
71
73
  "@storybook/react-webpack5": "^8.1.6",
72
74
  "@storybook/test": "^8.1.6",
75
+ "@storybook/theming": "^8.2.6",
73
76
  "@svgr/rollup": "^6.5.1",
74
- "ag-grid-community": "^29.3.3",
75
- "ag-grid-enterprise": "^29.3.3",
76
- "ag-grid-react": "^29.3.3",
77
+ "@testing-library/react": "^12.1.2",
78
+ "ag-grid-community": "^27.0.1",
79
+ "ag-grid-enterprise": "^27.2.1",
80
+ "ag-grid-react": "^27.0.1",
77
81
  "autoprefixer": "^9.8.0",
78
82
  "babel-loader": "^8.1.0",
79
83
  "babel-plugin-module-resolver": "^3.2.0",
@@ -81,8 +85,11 @@
81
85
  "css-loader": "^3.5.3",
82
86
  "es-check": "^5.1.2",
83
87
  "husky": "^4.3.8",
88
+ "jest": "^29.7.0",
89
+ "jest-environment-jsdom": "^29.7.0",
84
90
  "lint-staged": "^13.2.2",
85
91
  "postcss": "^8.4.21",
92
+ "postcss-url": "^10.1.3",
86
93
  "prettier": "^2.8.3",
87
94
  "prop-types": "^15.8.1",
88
95
  "react": "^17.0.0",
@@ -93,7 +100,6 @@
93
100
  "rollup-plugin-copy": "^3.4.0",
94
101
  "rollup-plugin-filesize": "^9.0.0",
95
102
  "rollup-plugin-postcss": "^4.0",
96
- "postcss-url": "^10.1.3",
97
103
  "rollup-plugin-terser": "^7.0.2",
98
104
  "sass": "^1.72.0",
99
105
  "source-map-loader": "^1.0.0",
@@ -120,7 +126,9 @@
120
126
  "dependencies": {
121
127
  "@babel/runtime": "^7.17.8",
122
128
  "axios": "^1.3.4",
129
+ "lodash": "^4.17.21",
123
130
  "moment": "^2.29.4",
131
+ "node": "^20.16.0",
124
132
  "react-dates": "^21.8.0",
125
133
  "react-router-dom": "^6.2.2",
126
134
  "react-select": "^5.7.0",