@react-native-vector-icons/common 11.0.0-alpha.5 → 11.0.0-alpha.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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -44,7 +44,7 @@ RNVI comes with the following supported icons. You can [search NPM](https://www.
44
44
  ### Actively maintained
45
45
  - [`AntDesign`](https://ant.design/components/icon) from Ant Group (v4.4.2 with _449_ icons)
46
46
  - [`Feather`](http://feathericons.com) created by Cole Bemis & Contributors (v4.29.2 featuring _287_ icons)
47
- - [`FontAwesome 6`](https://fontawesome.com/search) designed by Fonticons, Inc. (v6.6.0 featuring _2050_ free and _30213_ pro icons)
47
+ - [`FontAwesome 6`](https://fontawesome.com/search) designed by Fonticons, Inc. (v6.7.1 featuring _2060_ free and _52663_ pro icons)
48
48
  - [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0 with _283_ icons)
49
49
  - [`Ionicons`](https://ionic.io/ionicons) crafted by Ionic (v7.4.0 containing _1356_ icons)
50
50
  - [`MaterialDesignIcons`](https://pictogrammers.com/library/mdi/) from MaterialDesignIcons.com (v7.4.47 including _7448_ icons)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-vector-icons/common",
3
- "version": "11.0.0-alpha.5",
3
+ "version": "11.0.0-alpha.6",
4
4
  "description": "Customizable Icons for React Native with support for image source and full styling.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -86,7 +86,7 @@
86
86
  "registry": "https://registry.npmjs.org/"
87
87
  },
88
88
  "dependencies": {
89
- "@react-native-community/cli-tools": "^14.1.1",
89
+ "@react-native-community/cli-tools": "^15.1.2",
90
90
  "picocolors": "^1.1.1",
91
91
  "plist": "^3.1.0"
92
92
  },
@@ -96,7 +96,7 @@
96
96
  "del-cli": "^6.0.0",
97
97
  "onchange": "^7.1.0",
98
98
  "react": "18.3.1",
99
- "react-native": "0.75.4",
99
+ "react-native": "0.76.1",
100
100
  "react-native-builder-bob": "^0.31.0",
101
101
  "turbo": "^1.13.4",
102
102
  "typescript": "^5.6.3"
@@ -162,5 +162,5 @@
162
162
  "languages": "kotlin-objc",
163
163
  "version": "0.41.2"
164
164
  },
165
- "gitHead": "09d6ba49b79550c9e2561157f9041587b101eece"
165
+ "gitHead": "76a6e03f0431e67ebf9c13c45818f7b6638beb2a"
166
166
  }