This repository was archived by the owner on Dec 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " ovrui" ,
4- "version" : " 1.3 .0" ,
4+ "version" : " 1.4 .0" ,
55 "description" : " UI toolkit for building WebVR applications" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " react-vr-web" ,
4- "version" : " 1.3 .0" ,
4+ "version" : " 1.4 .0" ,
55 "description" : " A framework for building VR applications with React" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
2222 "react-native" : " ~0.42.0"
2323 },
2424 "dependencies" : {
25- "ovrui" : " ~1.3 .0"
25+ "ovrui" : " ~1.4 .0"
2626 }
2727}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " react-vr" ,
4- "version" : " 1.3 .0" ,
4+ "version" : " 1.4 .0" ,
55 "description" : " A framework for building VR applications with React" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ module.exports = config => ({
2323 "test": "jest"
2424 },
2525 "dependencies": {
26- "ovrui": "~1.0 .0",
26+ "ovrui": "~1.4 .0",
2727 "react": "~15.4.1",
2828 "react-native": "~0.42.0",
2929 "three": "^0.80.1",
30- "react-vr": "~1.0 .0",
31- "react-vr-web": "~1.0 .0"
30+ "react-vr": "~1.4 .0",
31+ "react-vr-web": "~1.4 .0"
3232 },
3333 "devDependencies": {
3434 "babel-jest": "^19.0.0",
Original file line number Diff line number Diff line change 11{
22 "name" : " react-vr-cli" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 0.3.4 " ,
44 "description" : " The React VR CLI for project setup" ,
55 "license" : " BSD-3-Clause" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments