@justeattakeaway/pie-webc 0.5.18 → 0.5.20
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 +21 -21
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.20",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"**/*.js",
|
|
@@ -213,29 +213,29 @@
|
|
|
213
213
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
214
214
|
"license": "Apache-2.0",
|
|
215
215
|
"devDependencies": {
|
|
216
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
216
|
+
"@justeattakeaway/pie-components-config": "0.17.0",
|
|
217
217
|
"chalk": "5.3.0"
|
|
218
218
|
},
|
|
219
219
|
"dependencies": {
|
|
220
|
-
"@justeattakeaway/pie-assistive-text": "0.
|
|
221
|
-
"@justeattakeaway/pie-button": "0.48.
|
|
222
|
-
"@justeattakeaway/pie-card": "0.19.
|
|
223
|
-
"@justeattakeaway/pie-checkbox": "0.
|
|
224
|
-
"@justeattakeaway/pie-checkbox-group": "0.
|
|
225
|
-
"@justeattakeaway/pie-chip": "0.7.
|
|
226
|
-
"@justeattakeaway/pie-cookie-banner": "0.
|
|
227
|
-
"@justeattakeaway/pie-divider": "0.13.
|
|
228
|
-
"@justeattakeaway/pie-form-label": "0.14.
|
|
229
|
-
"@justeattakeaway/pie-icon-button": "0.28.
|
|
230
|
-
"@justeattakeaway/pie-link": "0.17.
|
|
231
|
-
"@justeattakeaway/pie-modal": "0.
|
|
232
|
-
"@justeattakeaway/pie-notification": "0.
|
|
233
|
-
"@justeattakeaway/pie-spinner": "0.6.
|
|
234
|
-
"@justeattakeaway/pie-switch": "0.29.
|
|
235
|
-
"@justeattakeaway/pie-tag": "0.9.
|
|
236
|
-
"@justeattakeaway/pie-text-input": "0.23.
|
|
237
|
-
"@justeattakeaway/pie-textarea": "0.6.
|
|
238
|
-
"@justeattakeaway/pie-toast": "0.3.
|
|
220
|
+
"@justeattakeaway/pie-assistive-text": "0.7.0",
|
|
221
|
+
"@justeattakeaway/pie-button": "0.48.1",
|
|
222
|
+
"@justeattakeaway/pie-card": "0.19.8",
|
|
223
|
+
"@justeattakeaway/pie-checkbox": "0.12.1",
|
|
224
|
+
"@justeattakeaway/pie-checkbox-group": "0.6.1",
|
|
225
|
+
"@justeattakeaway/pie-chip": "0.7.2",
|
|
226
|
+
"@justeattakeaway/pie-cookie-banner": "0.24.0",
|
|
227
|
+
"@justeattakeaway/pie-divider": "0.13.8",
|
|
228
|
+
"@justeattakeaway/pie-form-label": "0.14.1",
|
|
229
|
+
"@justeattakeaway/pie-icon-button": "0.28.10",
|
|
230
|
+
"@justeattakeaway/pie-link": "0.17.8",
|
|
231
|
+
"@justeattakeaway/pie-modal": "0.45.0",
|
|
232
|
+
"@justeattakeaway/pie-notification": "0.10.0",
|
|
233
|
+
"@justeattakeaway/pie-spinner": "0.6.7",
|
|
234
|
+
"@justeattakeaway/pie-switch": "0.29.12",
|
|
235
|
+
"@justeattakeaway/pie-tag": "0.9.9",
|
|
236
|
+
"@justeattakeaway/pie-text-input": "0.23.4",
|
|
237
|
+
"@justeattakeaway/pie-textarea": "0.6.1",
|
|
238
|
+
"@justeattakeaway/pie-toast": "0.3.1"
|
|
239
239
|
},
|
|
240
240
|
"volta": {
|
|
241
241
|
"extends": "../../../package.json"
|