@justeattakeaway/pie-webc 0.5.4 → 0.5.6

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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -28,11 +28,9 @@ This means that after installing this package as a dependency, you can use as ma
28
28
  To install `pie-webc` in your application, run the following on your command line:
29
29
 
30
30
  ```bash
31
- # npm
32
- $ npm i @justeattakeaway/pie-webc
31
+ npm i @justeattakeaway/pie-webc
33
32
 
34
- # yarn
35
- $ yarn add @justeattakeaway/pie-webc
33
+ yarn add @justeattakeaway/pie-webc
36
34
  ```
37
35
 
38
36
 
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",
4
+ "version": "0.5.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "**/*.js",
@@ -187,22 +187,22 @@
187
187
  "chalk": "5.3.0"
188
188
  },
189
189
  "dependencies": {
190
- "@justeattakeaway/pie-assistive-text": "0.4.0",
190
+ "@justeattakeaway/pie-assistive-text": "0.4.1",
191
191
  "@justeattakeaway/pie-button": "0.47.6",
192
192
  "@justeattakeaway/pie-card": "0.19.5",
193
- "@justeattakeaway/pie-checkbox": "0.4.0",
194
- "@justeattakeaway/pie-chip": "0.6.3",
195
- "@justeattakeaway/pie-cookie-banner": "0.20.0",
193
+ "@justeattakeaway/pie-checkbox": "0.5.0",
194
+ "@justeattakeaway/pie-chip": "0.6.4",
195
+ "@justeattakeaway/pie-cookie-banner": "0.20.2",
196
196
  "@justeattakeaway/pie-divider": "0.13.5",
197
197
  "@justeattakeaway/pie-form-label": "0.13.5",
198
- "@justeattakeaway/pie-icon-button": "0.28.6",
198
+ "@justeattakeaway/pie-icon-button": "0.28.7",
199
199
  "@justeattakeaway/pie-link": "0.17.5",
200
- "@justeattakeaway/pie-modal": "0.42.7",
201
- "@justeattakeaway/pie-notification": "0.8.0",
200
+ "@justeattakeaway/pie-modal": "0.43.0",
201
+ "@justeattakeaway/pie-notification": "0.9.1",
202
202
  "@justeattakeaway/pie-spinner": "0.6.5",
203
- "@justeattakeaway/pie-switch": "0.29.7",
203
+ "@justeattakeaway/pie-switch": "0.29.8",
204
204
  "@justeattakeaway/pie-tag": "0.9.6",
205
- "@justeattakeaway/pie-text-input": "0.22.1"
205
+ "@justeattakeaway/pie-text-input": "0.22.2"
206
206
  },
207
207
  "volta": {
208
208
  "extends": "../../../package.json"