mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update three.js dependencies (#40059)
This commit is contained in:
committed by
Jesse Trinity
parent
55253ac192
commit
f4cbe5fd6d
Vendored
+1
-1
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"three": "^0.103.0"
|
||||
"three": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"three": "^0.103.0"
|
||||
"three": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"three": "^0.103.0"
|
||||
"three": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user