-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"lerna": "3.16.4", | ||
"version": "5.1.1-next.0", | ||
"version": "5.2.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gl-react-dom", | ||
"version": "5.1.1-next.0", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
"author": "Gaëtan Renaudeau <[email protected]>", | ||
"description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders", | ||
|
@@ -30,7 +30,7 @@ | |
"react": "*" | ||
}, | ||
"devDependencies": { | ||
"gl-react": "^5.1.1-next.0" | ||
"gl-react": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "^2.2.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gl-react-expo", | ||
"version": "5.1.1-next.0", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
"author": "Gaëtan Renaudeau <[email protected]>", | ||
"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": "^5.1.1-next.0" | ||
"gl-react": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "^2.2.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gl-react-headless", | ||
"version": "5.1.1-next.0", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
"author": "Gaëtan Renaudeau <[email protected]>", | ||
"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": "^5.1.1-next.0" | ||
"gl-react": "^5.2.0" | ||
}, | ||
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gl-react-native", | ||
"version": "5.1.1-next.0", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
"author": "Gaëtan Renaudeau <[email protected]>", | ||
"description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders", | ||
|
@@ -29,12 +29,12 @@ | |
"react-native": "*" | ||
}, | ||
"devDependencies": { | ||
"gl-react": "^5.1.1-next.0" | ||
"gl-react": "^5.2.0" | ||
}, | ||
"dependencies": { | ||
"expo-gl": "^11.3.0", | ||
"expo-gl-cpp": "^11.3.0", | ||
"gl-react-expo": "^5.1.1-next.0", | ||
"gl-react-expo": "^5.2.0", | ||
"webgltexture-loader-expo": "1.2.0" | ||
}, | ||
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gl-react", | ||
"version": "5.1.1-next.0", | ||
"version": "5.2.0", | ||
"license": "MIT", | ||
"author": "Gaëtan Renaudeau <[email protected]>", | ||
"description": "Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters