@react-navigation/native 8.0.0-alpha.12 → 8.0.0-alpha.13

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-navigation/native",
3
3
  "description": "React Native integration for React Navigation",
4
- "version": "8.0.0-alpha.12",
4
+ "version": "8.0.0-alpha.13",
5
5
  "keywords": [
6
6
  "react-native",
7
7
  "react-navigation",
@@ -57,7 +57,7 @@
57
57
  "clean": "del lib"
58
58
  },
59
59
  "dependencies": {
60
- "@react-navigation/core": "^8.0.0-alpha.5",
60
+ "@react-navigation/core": "^8.0.0-alpha.6",
61
61
  "escape-string-regexp": "^4.0.0",
62
62
  "fast-deep-equal": "^3.1.3",
63
63
  "nanoid": "^3.3.11",
@@ -121,5 +121,5 @@
121
121
  }
122
122
  }
123
123
  },
124
- "gitHead": "4ac6c41c1f751fba9dd82db050865bc71f3310f5"
124
+ "gitHead": "abfe1e2e9af550937c3f06d1ada393696c92fa8b"
125
125
  }