-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @react-vertex/[email protected] - @react-vertex/[email protected] - @react-vertex/[email protected] - @react-vertex/[email protected] - @react-vertex/[email protected] - @react-vertex/[email protected] - @react-vertex/[email protected] - @react-vertex/[email protected]
- Loading branch information
Showing
8 changed files
with
30 additions
and
32 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,7 +1,7 @@ | ||
{ | ||
"name": "@react-vertex/color-hooks", | ||
"author": "Steven Hall <[email protected]>", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "React hooks for WebGL friendly colors", | ||
"keywords": [ | ||
"react", | ||
|
@@ -44,6 +44,5 @@ | |
"@babel/runtime": "^7.4.3", | ||
"hex-rgb": "^4.2.0", | ||
"rgb-hex": "^3.0.0" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@react-vertex/core", | ||
"author": "Steven Hall <[email protected]>", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "React Vertex core", | ||
"keywords": [ | ||
"react", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@react-vertex/geometry-hooks", | ||
"author": "Steven Hall <[email protected]>", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "React hooks for geometries in React Vertex", | ||
"keywords": [ | ||
"react", | ||
|
@@ -39,13 +39,13 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"@react-vertex/core": "^3.0.0" | ||
"@react-vertex/core": "^3.0.0", | ||
"react": "^16.8.6" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3" | ||
}, | ||
"devDependencies": { | ||
"@react-vertex/core": "*" | ||
"@react-vertex/core": "^4.0.0" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@react-vertex/material-hooks", | ||
"author": "Steven Hall <[email protected]>", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "React hooks for materials in React Vertex", | ||
"keywords": [ | ||
"react", | ||
|
@@ -36,14 +36,14 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"@react-vertex/core": "^3.0.0" | ||
"@react-vertex/core": "^3.0.0", | ||
"react": "^16.8.6" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3" | ||
}, | ||
"devDependencies": { | ||
"@react-vertex/core": "*", | ||
"@react-vertex/core": "^4.0.0", | ||
"glsl-diffuse-oren-nayar": "^1.0.2", | ||
"glsl-gamma": "^2.0.0", | ||
"glsl-inverse": "^1.0.0", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@react-vertex/math-hooks", | ||
"author": "Steven Hall <[email protected]>", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "React hooks for WebGL vectors and matrices", | ||
"keywords": [ | ||
"react", | ||
|
@@ -43,6 +43,5 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.4.3", | ||
"gl-matrix": "^3.3.0" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@react-vertex/orbit-camera", | ||
"author": "Steven Hall <[email protected]>", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Orbit Camera and Controls for React Vertex", | ||
"keywords": [ | ||
"react", | ||
|
@@ -36,16 +36,16 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"@react-vertex/core": "^3.0.0" | ||
"@react-vertex/core": "^3.0.0", | ||
"react": "^16.8.6" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3", | ||
"gl-matrix": "^3.3.0", | ||
"lodash.throttle": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@react-vertex/core": "*", | ||
"@react-vertex/core": "^4.0.0", | ||
"@types/lodash.throttle": "^4.1.6" | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"name": "@react-vertex/scene-helpers", | ||
"author": "Steven Hall <[email protected]>", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Scene helpers for React Vertex", | ||
"keywords": [ | ||
"react", | ||
|
@@ -36,20 +36,20 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"@react-vertex/core": "^3.0.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"@react-vertex/core": "^3.0.0" | ||
"react-dom": "^16.8.6" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.3", | ||
"@react-vertex/color-hooks": "^2.0.0", | ||
"@react-vertex/color-hooks": "^3.0.0", | ||
"prop-types": "^15.7.2", | ||
"react-color": "^2.19.3", | ||
"react-compound-slider": "^3.3.1", | ||
"react-select": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@react-vertex/core": "*", | ||
"@react-vertex/core": "^4.0.0", | ||
"@types/react-color": "^3.0.4", | ||
"@types/react-select": "^4.0.12" | ||
} | ||
|
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