expo-gl 15.0.0-canary-20241018-ebd377a → 15.0.0-canary-20241021-c4b5a93

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-gl",
3
- "version": "15.0.0-canary-20241018-ebd377a",
3
+ "version": "15.0.0-canary-20241021-c4b5a93",
4
4
  "description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -43,11 +43,11 @@
43
43
  "@types/invariant": "^2.2.33",
44
44
  "@types/offscreencanvas": "2019.6.4",
45
45
  "@types/webgl2": "^0.0.6",
46
- "expo-module-scripts": "3.6.0-canary-20241018-ebd377a",
46
+ "expo-module-scripts": "3.6.0-canary-20241021-c4b5a93",
47
47
  "react-test-renderer": "18.3.1"
48
48
  },
49
49
  "peerDependencies": {
50
- "expo": "52.0.0-canary-20241018-ebd377a",
50
+ "expo": "52.0.0-canary-20241021-c4b5a93",
51
51
  "react": "*",
52
52
  "react-native": "*",
53
53
  "react-native-web": "*"
@@ -57,5 +57,5 @@
57
57
  "optional": true
58
58
  }
59
59
  },
60
- "gitHead": "ebd377a8a9609b3c935bcfe45022f7ad9ecbcd82"
60
+ "gitHead": "c4b5a932011f3dfab7a0302ff32cce7c33aa7c28"
61
61
  }