This commit is contained in:
Gaëtan Renaudeau 2017-08-24 16:53:47 +02:00
parent 9ffa792e9d
commit 2a19abd18a
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "3.10.0",
"version": "3.11.0",
"npmClient": "yarn",
"packages": [
"packages/*"

View File

@ -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,

View File

@ -1,6 +1,6 @@
{
"name": "cookbook-rn-shared",
"version": "3.10.0",
"version": "3.11.0",
"private": true,
"main": "lib/index.js",
"scripts": {

View File

@ -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",

View File

@ -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,

View File

@ -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",