@faststore/ui 3.47.1 → 3.49.1

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 +3 -3
package/README.md CHANGED
@@ -49,4 +49,4 @@ function MyComponent {
49
49
 
50
50
  ## Docs
51
51
 
52
- For more information, please refer to our documentation: https://www.faststore.dev/components
52
+ For more information, please refer to our FastStore UI documentation:https://developers.vtex.com/docs/guides/faststore/components-index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/ui",
3
- "version": "3.47.1",
3
+ "version": "3.49.1",
4
4
  "description": "A lightweight, framework agnostic component library for React",
5
5
  "author": "emersonlaurentino",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  }
48
48
  ],
49
49
  "dependencies": {
50
- "@faststore/components": "^3.45.0",
50
+ "@faststore/components": "^3.49.1",
51
51
  "include-media": "^1.4.10",
52
52
  "modern-normalize": "^1.1.0",
53
53
  "react-swipeable": "^7.0.0",
@@ -70,5 +70,5 @@
70
70
  "volta": {
71
71
  "extends": "../../package.json"
72
72
  },
73
- "gitHead": "8b92299408d358497a78222cccff9bbb5f46fb0e"
73
+ "gitHead": "7bf609362581a96f70d293c7f3113802ccd0a613"
74
74
  }