Update three.js dependencies (#40059)

This commit is contained in:
Nathan Shively-Sanders
2019-11-01 09:29:03 -07:00
committed by Jesse Trinity
parent 55253ac192
commit f4cbe5fd6d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// Roberto Ritger <https://github.com/bertoritger>
// Trygve Wastvedt <https://github.com/twastvedt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.6
/**
* Extended tests and examples available at https://github.com/devpaul/aframe-experiments.git
+1 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"three": "^0.103.0"
"three": "*"
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
// Project: https://github.com/joostn/OpenJsCad
// Definitions by: Dan Marshall <https://github.com/danmarshall>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.6
/// <reference types="three" />
+1 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"three": "^0.103.0"
"three": "*"
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Konstantin Lukaschenko <https://github.com/KonstantinLukaschenko>
// Stefan Schönsee <https://github.com/sschoensee>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.6
import * as THREE from 'three';
+1 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"three": "^0.103.0"
"three": "*"
}
}