mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
v3.11.0
This commit is contained in:
parent
9ffa792e9d
commit
2a19abd18a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.0.0",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cookbook-expo",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"description": "GL React Native cookbook",
|
||||
"author": "Gaëtan Renaudeau",
|
||||
"private": true,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cookbook-rn-shared",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "cookbook-rn",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "haul start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/ex-navigation": "^2.11.0",
|
||||
"cookbook-rn-shared": "^3.10.0",
|
||||
"cookbook-rn-shared": "^3.11.0",
|
||||
"core-js": "^2.4.1",
|
||||
"gl-react-native": "^3.10.0",
|
||||
"gl-react-native": "^3.11.0",
|
||||
"prop-types": "^15.5.8",
|
||||
"react": "16.0.0-alpha.12",
|
||||
"react-native": "0.47.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cookbook-expo",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"description": "GL React Native cookbook",
|
||||
"author": "Gaëtan Renaudeau",
|
||||
"private": true,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gl-react-native",
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"license": "MIT",
|
||||
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
|
||||
"description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user