-
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
12 changed files
with
30 additions
and
30 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
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
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
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": "3.8.0", | ||
"version": "3.9.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", | ||
|
@@ -26,11 +26,11 @@ | |
"react": "global:React" | ||
}, | ||
"peerDependencies": { | ||
"gl-react": "^3.8.0", | ||
"gl-react": "^3.9.0", | ||
"react": "*" | ||
}, | ||
"devDependencies": { | ||
"gl-react": "^3.8.0" | ||
"gl-react": "^3.9.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "^2.2.1", | ||
|
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": "3.8.0", | ||
"version": "3.9.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", | ||
|
@@ -23,12 +23,12 @@ | |
], | ||
"peerDependencies": { | ||
"expo": "*", | ||
"gl-react": "^3.8.0", | ||
"gl-react": "^3.9.0", | ||
"react": "*", | ||
"react-native": "*" | ||
}, | ||
"devDependencies": { | ||
"gl-react": "^3.8.0" | ||
"gl-react": "^3.9.0" | ||
}, | ||
"dependencies": { | ||
"invariant": "^2.2.1", | ||
|
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": "3.8.0", | ||
"version": "3.9.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", | ||
|
@@ -13,7 +13,7 @@ | |
"LICENSE" | ||
], | ||
"peerDependencies": { | ||
"gl-react": "^3.8.0", | ||
"gl-react": "^3.9.0", | ||
"react": "*" | ||
}, | ||
"dependencies": { | ||
|
@@ -23,7 +23,7 @@ | |
"raf": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"gl-react": "^3.8.0" | ||
"gl-react": "^3.9.0" | ||
}, | ||
"scripts": { | ||
"prepublish": "cd ../.. && export PATH=$(npm bin):$PATH && cd - &&rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib", | ||
|
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": "3.8.0", | ||
"version": "3.9.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", | ||
|
@@ -25,12 +25,12 @@ | |
"README.md" | ||
], | ||
"peerDependencies": { | ||
"gl-react": "^3.8.0", | ||
"gl-react": "^3.9.0", | ||
"react": "*", | ||
"react-native": "*" | ||
}, | ||
"devDependencies": { | ||
"gl-react": "^3.8.0" | ||
"gl-react": "^3.9.0" | ||
}, | ||
"scripts": { | ||
"prepublish": "cd ../.. && export PATH=$(npm bin):$PATH && cd - && rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib", | ||
|
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": "3.8.0", | ||
"version": "3.9.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", | ||
|
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