@types/three 0.148.0 → 0.148.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. three/README.md +1 -1
  2. three/index.d.ts +1 -1
  3. three/package.json +3 -3
three/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for three (https://threejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 03 Jan 2023 22:32:45 GMT
11
+ * Last updated: Mon, 23 Jan 2023 18:32:36 GMT
12
12
  * Dependencies: [@types/webxr](https://npmjs.com/package/@types/webxr)
13
13
  * Global values: `THREE`
14
14
 
three/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // Definitions by: Josh Ellis <https://github.com/joshuaellis>
4
4
  // Nathan Bierema <https://github.com/Methuselah96>
5
5
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
- // Minimum TypeScript Version: 4.0
6
+ // Minimum TypeScript Version: 4.4
7
7
 
8
8
  // To update three.js type definition, please make changes to the repository at:
9
9
  // https://github.com/three-types/three-ts-types.
three/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/three",
3
- "version": "0.148.0",
3
+ "version": "0.148.1",
4
4
  "description": "TypeScript definitions for three",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three",
6
6
  "license": "MIT",
@@ -27,6 +27,6 @@
27
27
  "dependencies": {
28
28
  "@types/webxr": "*"
29
29
  },
30
- "typesPublisherContentHash": "04304766d975fb3b4535f738695662f357aebd92f1bfaf6d66a40f3d6919b08e",
31
- "typeScriptVersion": "4.2"
30
+ "typesPublisherContentHash": "ee8fd128bc5ae440fcab56b69067c71262d47937aa1ab8a080442efe025e59e5",
31
+ "typeScriptVersion": "4.4"
32
32
  }