impact-ui 3.6.1-alpha.4 → 3.6.1-alpha.40
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/dist/0db32db10ae1525f.svg +9 -0
- package/dist/39d49e4daed1a992.svg +9 -0
- package/dist/index.js +47 -25
- package/dist/index.js.map +1 -1
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-ui",
|
|
3
|
-
"version": "3.6.1-alpha.
|
|
3
|
+
"version": "3.6.1-alpha.40",
|
|
4
4
|
"description": "Impact Analytics UI library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"babel-preset-minify": "^0.6.0-alpha.9",
|
|
86
86
|
"css-loader": "^3.5.3",
|
|
87
87
|
"es-check": "^5.1.2",
|
|
88
|
+
"fuse.js": "^7.1.0",
|
|
88
89
|
"husky": "^4.3.8",
|
|
89
90
|
"jest": "^29.7.0",
|
|
90
91
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -93,8 +94,8 @@
|
|
|
93
94
|
"postcss-url": "^10.1.3",
|
|
94
95
|
"prettier": "^2.8.3",
|
|
95
96
|
"prop-types": "^15.8.1",
|
|
96
|
-
"react": "^
|
|
97
|
-
"react-dom": "^
|
|
97
|
+
"react": "^17.0.0",
|
|
98
|
+
"react-dom": "^17.0.0",
|
|
98
99
|
"react-scripts": "^5.0.1",
|
|
99
100
|
"react-syntax-highlighter": "^15.5.0",
|
|
100
101
|
"rollup": "^2.13.1",
|
|
@@ -135,10 +136,11 @@
|
|
|
135
136
|
"node": "^20.16.0",
|
|
136
137
|
"react-dates": "^21.8.0",
|
|
137
138
|
"react-hook-form": "^7.54.2",
|
|
138
|
-
"react-router-dom": "^6.
|
|
139
|
-
"react-select": "^5.
|
|
139
|
+
"react-router-dom": "^6.2.2",
|
|
140
|
+
"react-select": "^5.7.0",
|
|
141
|
+
"react-textarea-autosize": "^8.5.9",
|
|
140
142
|
"react-window": "^1.8.11",
|
|
141
|
-
"styled-components": "^
|
|
143
|
+
"styled-components": "^5.3.6"
|
|
142
144
|
},
|
|
143
145
|
"browserslist": {
|
|
144
146
|
"production": [
|