impact-ui 3.0.5-beta → 3.0.7-alpha

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.5-beta",
3
+ "version": "3.0.7-alpha",
4
4
  "description": "Impact Analytics UI library",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -92,19 +92,11 @@
92
92
  "rollup": "^2.13.1",
93
93
  "rollup-plugin-copy": "^3.4.0",
94
94
  "rollup-plugin-filesize": "^9.0.0",
95
- "rollup-plugin-postcss": "^4.0",
96
- "postcss-url": "^10.1.3",
95
+ "rollup-plugin-postcss": "^3.1.2",
97
96
  "rollup-plugin-terser": "^7.0.2",
98
97
  "sass": "^1.72.0",
99
98
  "source-map-loader": "^1.0.0",
100
- "storybook": "^8.1.6",
101
- "@babel/runtime": "^7.17.8",
102
- "axios": "^1.3.4",
103
- "moment": "^2.29.4",
104
- "react-dates": "^21.8.0",
105
- "react-router-dom": "^6.2.2",
106
- "react-select": "^5.7.0",
107
- "styled-components": "^5.3.6"
99
+ "storybook": "^8.1.6"
108
100
  },
109
101
  "peerDependencies": {
110
102
  "ag-grid-community": ">=27.0.1",
@@ -124,7 +116,15 @@
124
116
  "optional": true
125
117
  }
126
118
  },
127
- "dependencies": {},
119
+ "dependencies": {
120
+ "@babel/runtime": "^7.17.8",
121
+ "axios": "^1.3.4",
122
+ "moment": "^2.29.4",
123
+ "react-dates": "^21.8.0",
124
+ "react-router-dom": "^6.2.2",
125
+ "react-select": "^5.7.0",
126
+ "styled-components": "^5.3.6"
127
+ },
128
128
  "browserslist": {
129
129
  "production": [
130
130
  ">0.2%",