bootstrap-rn 0.2.10 → 0.2.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-rn",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Bootstrap RN is a design framework for React Native. The library is inspired by Bootstrap and tries to bring best practices from the Sass/Css world to JavaScript.",
5
5
  "author": "Markus Wetzel <markuswetzel@gmx.net>",
6
6
  "license": "MIT",
@@ -27,11 +27,11 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
+ "@react-native-aria/focus": "^0.2.7",
30
31
  "@react-native-aria/overlays": "^0.3.3",
31
32
  "css-to-react-native": "^3.1.0",
32
- "polished": "^4.2.2",
33
33
  "prop-types": "^15.7.2",
34
- "tiny-invariant": "^1.2.0"
34
+ "tiny-invariant": "^1.3.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "packsy": "^0.2.2",