@cube-dev/ui-kit 0.8.3 → 0.8.7

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": "@cube-dev/ui-kit",
3
- "version": "0.8.3",
3
+ "version": "0.8.7",
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.58"
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": [