@justeattakeaway/pie-webc 0.5.48 → 0.5.50
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 +23 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-webc",
|
|
3
3
|
"description": "Component bundle containing all PIE web components",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.50",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"**/*.js",
|
|
@@ -235,8 +235,6 @@
|
|
|
235
235
|
"scripts": {
|
|
236
236
|
"lint:scripts": "run -T eslint .",
|
|
237
237
|
"lint:scripts:fix": "yarn lint:scripts --fix",
|
|
238
|
-
"lint:style": "echo \"Error: no scss / css to lint\" && exit 0",
|
|
239
|
-
"lint:style:fix": "yarn lint:style --fix",
|
|
240
238
|
"test": "run -T vitest run --config ./vite.config.js",
|
|
241
239
|
"test:ci": "yarn test"
|
|
242
240
|
},
|
|
@@ -247,28 +245,28 @@
|
|
|
247
245
|
"chalk": "5.3.0"
|
|
248
246
|
},
|
|
249
247
|
"dependencies": {
|
|
250
|
-
"@justeattakeaway/pie-assistive-text": "0.
|
|
251
|
-
"@justeattakeaway/pie-button": "0.
|
|
252
|
-
"@justeattakeaway/pie-card": "0.21.
|
|
253
|
-
"@justeattakeaway/pie-checkbox": "0.13.
|
|
254
|
-
"@justeattakeaway/pie-checkbox-group": "0.7.
|
|
255
|
-
"@justeattakeaway/pie-chip": "0.9.
|
|
256
|
-
"@justeattakeaway/pie-cookie-banner": "1.0.
|
|
257
|
-
"@justeattakeaway/pie-divider": "0.
|
|
258
|
-
"@justeattakeaway/pie-form-label": "0.14.
|
|
259
|
-
"@justeattakeaway/pie-icon-button": "0.
|
|
260
|
-
"@justeattakeaway/pie-link": "0.
|
|
261
|
-
"@justeattakeaway/pie-lottie-player": "0.0.
|
|
262
|
-
"@justeattakeaway/pie-modal": "0.
|
|
263
|
-
"@justeattakeaway/pie-notification": "0.12.
|
|
264
|
-
"@justeattakeaway/pie-radio": "0.
|
|
265
|
-
"@justeattakeaway/pie-radio-group": "0.
|
|
266
|
-
"@justeattakeaway/pie-spinner": "0.
|
|
267
|
-
"@justeattakeaway/pie-switch": "0.
|
|
268
|
-
"@justeattakeaway/pie-tag": "0.
|
|
269
|
-
"@justeattakeaway/pie-text-input": "0.24.
|
|
270
|
-
"@justeattakeaway/pie-textarea": "0.11.
|
|
271
|
-
"@justeattakeaway/pie-toast": "0.4.
|
|
248
|
+
"@justeattakeaway/pie-assistive-text": "0.8.0",
|
|
249
|
+
"@justeattakeaway/pie-button": "1.0.0",
|
|
250
|
+
"@justeattakeaway/pie-card": "0.21.3",
|
|
251
|
+
"@justeattakeaway/pie-checkbox": "0.13.6",
|
|
252
|
+
"@justeattakeaway/pie-checkbox-group": "0.7.6",
|
|
253
|
+
"@justeattakeaway/pie-chip": "0.9.3",
|
|
254
|
+
"@justeattakeaway/pie-cookie-banner": "1.0.4",
|
|
255
|
+
"@justeattakeaway/pie-divider": "1.0.0",
|
|
256
|
+
"@justeattakeaway/pie-form-label": "0.14.4",
|
|
257
|
+
"@justeattakeaway/pie-icon-button": "1.0.0",
|
|
258
|
+
"@justeattakeaway/pie-link": "1.0.0",
|
|
259
|
+
"@justeattakeaway/pie-lottie-player": "0.0.5",
|
|
260
|
+
"@justeattakeaway/pie-modal": "1.0.0",
|
|
261
|
+
"@justeattakeaway/pie-notification": "0.12.6",
|
|
262
|
+
"@justeattakeaway/pie-radio": "0.5.0",
|
|
263
|
+
"@justeattakeaway/pie-radio-group": "0.3.0",
|
|
264
|
+
"@justeattakeaway/pie-spinner": "1.0.0",
|
|
265
|
+
"@justeattakeaway/pie-switch": "1.0.0",
|
|
266
|
+
"@justeattakeaway/pie-tag": "0.12.0",
|
|
267
|
+
"@justeattakeaway/pie-text-input": "0.24.5",
|
|
268
|
+
"@justeattakeaway/pie-textarea": "0.11.1",
|
|
269
|
+
"@justeattakeaway/pie-toast": "0.4.4"
|
|
272
270
|
},
|
|
273
271
|
"volta": {
|
|
274
272
|
"extends": "../../../package.json"
|