@cube-dev/ui-kit 0.8.4 → 0.8.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cube-dev/ui-kit",
3
- "version": "0.8.4",
3
+ "version": "0.8.8",
4
4
  "description": "UIKit for Cube Projects",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/mjs/index.js",
@@ -153,12 +153,16 @@
153
153
  "typescript": "^4.5.4",
154
154
  "valid-url": "^1.0.9"
155
155
  },
156
+ "resolutions": {
157
+ "es5-ext": "0.10.53"
158
+ },
156
159
  "size-limit": [
157
160
  {
158
161
  "name": "Cube UI Kit",
159
162
  "path": [
160
163
  "dist/mjs/index.js"
161
- ]
164
+ ],
165
+ "limit": "200 kB"
162
166
  }
163
167
  ],
164
168
  "browserslist": [