@jobber/components 7.15.3 → 7.15.4

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ To install this package into your project run:
15
15
  ```sh
16
16
  pnpm add @jobber/components
17
17
  # or
18
- npm install @jobber/components
18
+ pnpm install @jobber/components
19
19
  ```
20
20
 
21
21
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "7.15.3",
3
+ "version": "7.15.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -528,8 +528,8 @@
528
528
  "devDependencies": {
529
529
  "@apollo/client": "^3.7.10",
530
530
  "@csstools/postcss-global-data": "^1.0.3",
531
- "@jobber/design": "0.100.0",
532
- "@jobber/hooks": "2.20.0",
531
+ "@jobber/design": "0.100.1",
532
+ "@jobber/hooks": "2.20.1",
533
533
  "@rollup/plugin-alias": "^5.1.0",
534
534
  "@rollup/plugin-commonjs": "^25.0.7",
535
535
  "@rollup/plugin-node-resolve": "15.2.3",
@@ -583,5 +583,5 @@
583
583
  "> 1%",
584
584
  "IE 10"
585
585
  ],
586
- "gitHead": "5259e4ac1c86b570677ec8de0dc64438578e6373"
586
+ "gitHead": "679440bfacaf217a5756ab1b505cfe7c8d28614e"
587
587
  }