@scality/core-ui 0.115.0 → 0.116.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": "@scality/core-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.116.0",
|
|
4
4
|
"description": "Scality common React component library",
|
|
5
5
|
"author": "Scality Engineering",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -33,12 +33,6 @@
|
|
|
33
33
|
"@babel/preset-env": "^7.17.10",
|
|
34
34
|
"@babel/preset-react": "^7.16.7",
|
|
35
35
|
"@babel/preset-typescript": "^7.16.7",
|
|
36
|
-
"@fortawesome/fontawesome-free": "^5.10.2",
|
|
37
|
-
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
38
|
-
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
|
39
|
-
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
40
|
-
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
41
|
-
"@js-temporal/polyfill": "^0.4.3",
|
|
42
36
|
"@storybook/addon-actions": "^7.6.6",
|
|
43
37
|
"@storybook/addon-essentials": "^7.6.6",
|
|
44
38
|
"@storybook/addon-links": "^7.6.6",
|
|
@@ -79,33 +73,31 @@
|
|
|
79
73
|
"jest": "^26.6.3",
|
|
80
74
|
"jest-canvas-mock": "^2.3.1",
|
|
81
75
|
"plop": "^2.4.0",
|
|
82
|
-
"polished": "^3.4.1",
|
|
83
|
-
"pretty-bytes": "^5.6.0",
|
|
84
|
-
"react": "^17.0.2",
|
|
85
|
-
"react-debounce-input": "3.2.5",
|
|
86
|
-
"react-dom": "^17.0.2",
|
|
87
|
-
"react-dropzone": "^14.2.3",
|
|
88
|
-
"react-query": "^3.34.0",
|
|
89
|
-
"react-router": "^5.2.0",
|
|
90
|
-
"react-router-dom": "^5.2.0",
|
|
91
|
-
"react-select": "4.3.1",
|
|
92
|
-
"react-table": "^7.7.0",
|
|
93
|
-
"react-virtualized": "^9.22.3",
|
|
94
|
-
"react-virtualized-auto-sizer": "^1.0.5",
|
|
95
|
-
"react-window": "^1.8.6",
|
|
96
76
|
"regenerator-runtime": "^0.13.7",
|
|
97
77
|
"rimraf": "^3.0.0",
|
|
98
78
|
"source-map-explorer": "^2.0.1",
|
|
99
79
|
"storybook": "^7.6.6",
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
80
|
+
"typescript": "^5.3.2"
|
|
81
|
+
},
|
|
82
|
+
"husky": {
|
|
83
|
+
"hooks": {
|
|
84
|
+
"pre-commit": "npm run lint"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"jest": {
|
|
88
|
+
"setupFiles": [
|
|
89
|
+
"jest-canvas-mock"
|
|
90
|
+
],
|
|
91
|
+
"transform": {
|
|
92
|
+
"^.+\\.[tj]sx?$": "babel-jest",
|
|
93
|
+
"^.+\\.mdx?$": "@storybook/addon-docs/jest-transform-mdx"
|
|
94
|
+
}
|
|
107
95
|
},
|
|
108
|
-
"
|
|
96
|
+
"dependencies": {
|
|
97
|
+
"@floating-ui/dom": "^0.1.10",
|
|
98
|
+
"@storybook/preview-api": "^7.6.6",
|
|
99
|
+
"framer-motion": "^4.1.17",
|
|
100
|
+
"react-hook-form": "^7.49.2",
|
|
109
101
|
"@fortawesome/fontawesome-free": "^5.10.2",
|
|
110
102
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
111
103
|
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
|
@@ -126,33 +118,13 @@
|
|
|
126
118
|
"react-virtualized": "9.22.3",
|
|
127
119
|
"react-virtualized-auto-sizer": "^1.0.5",
|
|
128
120
|
"react-window": "^1.8.6",
|
|
129
|
-
"styled-components": "^
|
|
121
|
+
"styled-components": "^5.2.1",
|
|
130
122
|
"styled-system": "^5.1.5",
|
|
131
123
|
"vega": "^5.17.3",
|
|
132
124
|
"vega-embed": "^6.0.0",
|
|
133
125
|
"vega-lite": "^5.0.0",
|
|
134
126
|
"vega-tooltip": "^0.27.0"
|
|
135
127
|
},
|
|
136
|
-
"husky": {
|
|
137
|
-
"hooks": {
|
|
138
|
-
"pre-commit": "npm run lint"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"jest": {
|
|
142
|
-
"setupFiles": [
|
|
143
|
-
"jest-canvas-mock"
|
|
144
|
-
],
|
|
145
|
-
"transform": {
|
|
146
|
-
"^.+\\.[tj]sx?$": "babel-jest",
|
|
147
|
-
"^.+\\.mdx?$": "@storybook/addon-docs/jest-transform-mdx"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"dependencies": {
|
|
151
|
-
"@floating-ui/dom": "^0.1.10",
|
|
152
|
-
"@storybook/preview-api": "^7.6.6",
|
|
153
|
-
"framer-motion": "^4.1.17",
|
|
154
|
-
"react-hook-form": "^7.49.2"
|
|
155
|
-
},
|
|
156
128
|
"homepage": "https://scality.github.io/core-ui/",
|
|
157
129
|
"publishConfig": {
|
|
158
130
|
"access": "public"
|