Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump FontAwesome (#4285)

authored by

dan and committed by
GitHub
94312010 9d4622e7

+5 -5
+1 -1
package.json
··· 63 63 "@fortawesome/fontawesome-svg-core": "^6.1.1", 64 64 "@fortawesome/free-regular-svg-icons": "^6.1.1", 65 65 "@fortawesome/free-solid-svg-icons": "^6.1.1", 66 - "@fortawesome/react-native-fontawesome": "^0.3.0", 66 + "@fortawesome/react-native-fontawesome": "^0.3.2", 67 67 "@lingui/react": "^4.5.0", 68 68 "@mattermost/react-native-paste-input": "^0.7.1", 69 69 "@miblanchard/react-native-slider": "^2.3.1",
+4 -4
yarn.lock
··· 4032 4032 dependencies: 4033 4033 "@fortawesome/fontawesome-common-types" "6.4.2" 4034 4034 4035 - "@fortawesome/react-native-fontawesome@^0.3.0": 4036 - version "0.3.0" 4037 - resolved "https://registry.yarnpkg.com/@fortawesome/react-native-fontawesome/-/react-native-fontawesome-0.3.0.tgz#b59c45cdae2451d15f826f937d6e1a6e9dca0c74" 4038 - integrity sha512-wSfetdK4+b/pvPbM2v+bZ5hfNlwtk9l3QuJo59sbMrxJalfX7BuF2WsSIWMSxfWwSsbOtY4+TUs6uw/rE59NJA== 4035 + "@fortawesome/react-native-fontawesome@^0.3.2": 4036 + version "0.3.2" 4037 + resolved "https://registry.yarnpkg.com/@fortawesome/react-native-fontawesome/-/react-native-fontawesome-0.3.2.tgz#cb822733a334b35f44a2650532b6cb50772d904e" 4038 + integrity sha512-CiWfJWSZHRg12VXlaeFnaa5yJVPOrjsSFEvF6ntz3cnjg4oN3cvauL+JATacMCl0v9xzib32qC1WZAvvGkfB4w== 4039 4039 dependencies: 4040 4040 humps "^2.0.1" 4041 4041 prop-types "^15.7.2"