@eclass/ui-kit 1.29.0 → 1.30.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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclass/ui-kit",
|
|
3
3
|
"description": "Elementos UI transversales eClass",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.30.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -109,7 +109,10 @@
|
|
|
109
109
|
"typescript": "4.6.3",
|
|
110
110
|
"typescript-transform-paths": "3.3.1",
|
|
111
111
|
"vite": "2.9.16",
|
|
112
|
-
"vite-tsconfig-paths": "3.4.1"
|
|
112
|
+
"vite-tsconfig-paths": "3.4.1",
|
|
113
|
+
"localforage": "1.10.0",
|
|
114
|
+
"match-sorter": "6.3.1",
|
|
115
|
+
"sort-by": "1.2.0"
|
|
113
116
|
},
|
|
114
117
|
"dependencies": {
|
|
115
118
|
"@chakra-ui/react": "1.8.9",
|
|
@@ -117,12 +120,7 @@
|
|
|
117
120
|
"@emotion/styled": "11.8.1",
|
|
118
121
|
"framer-motion": "6.2.8",
|
|
119
122
|
"react-hot-toast": "2.4.1",
|
|
120
|
-
"
|
|
121
|
-
"match-sorter": "6.3.1",
|
|
122
|
-
"react-code-blocks": "0.1.3",
|
|
123
|
-
"react-ripples": "2.2.1",
|
|
124
|
-
"react-router-dom": "6.14.2",
|
|
125
|
-
"sort-by": "1.2.0"
|
|
123
|
+
"react-ripples": "2.2.1"
|
|
126
124
|
},
|
|
127
125
|
"resolutions": {
|
|
128
126
|
"@types/react": "17.0.2",
|