This commit is contained in:
Gaëtan Renaudeau 2020-01-01 14:32:04 +01:00
parent f2c01d03cb
commit e17894ebae
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
9 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "3.16.4",
"version": "3.17.2",
"version": "4.0.0",
"packages": [
"packages/*"
],

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-cookbook",
"version": "3.17.2",
"version": "4.0.0",
"private": true,
"devDependencies": {
"babel-preset-react-app": "^9.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-dom",
"version": "3.18.0-rc.2+9adf916",
"version": "4.0.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders",
@ -30,7 +30,7 @@
"react": "*"
},
"devDependencies": {
"gl-react": "^3.18.0-rc.2+9adf916"
"gl-react": "^4.0.0"
},
"dependencies": {
"invariant": "^2.2.4",

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-expo",
"version": "3.18.0-rc.2+9adf916",
"version": "4.0.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
@ -28,7 +28,7 @@
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.18.0-rc.2+9adf916"
"gl-react": "^4.0.0"
},
"dependencies": {
"invariant": "^2.2.4",

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-headless",
"version": "3.18.0-rc.2+9adf916",
"version": "4.0.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "headless-gl implementation of gl-react, an universal React library to write and compose WebGL shaders",
@ -23,7 +23,7 @@
"raf": "^3.4.1"
},
"devDependencies": {
"gl-react": "^3.18.0-rc.2+9adf916"
"gl-react": "^4.0.0"
},
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"
}

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-native",
"version": "3.18.0-rc.2+9adf916",
"version": "4.0.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",
@ -29,7 +29,7 @@
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.18.0-rc.2+9adf916"
"gl-react": "^4.0.0"
},
"dependencies": {
"expo-gl": "^8.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "gl-react",
"version": "3.18.0-rc.2+9adf916",
"version": "4.0.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm",

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-tests",
"version": "3.17.2",
"version": "4.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -12,7 +12,7 @@
"eslint-plugin-react": "^7.17.0",
"flow-copy-source": "^2.0.9"
},
"version": "3.17.2",
"version": "4.0.0",
"dependencies": {
"gl-react": "^3.17.2",
"gl-react-headless": "^3.17.2",