three-stdlib 2.26.3 → 2.26.5
Sign up to get free protection for your applications and to get access to all the features.
- package/_polyfill/constants.d.ts +1 -0
- package/index.cjs +4161 -116123
- package/index.cjs.map +1 -0
- package/index.js +4162 -116108
- package/index.js.map +1 -0
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "three-stdlib",
|
3
|
-
"version": "2.26.
|
3
|
+
"version": "2.26.5",
|
4
4
|
"description": "stand-alone library of threejs examples",
|
5
5
|
"keywords": [
|
6
6
|
"three",
|
@@ -35,8 +35,10 @@
|
|
35
35
|
},
|
36
36
|
"sideEffects": false,
|
37
37
|
"devDependencies": {
|
38
|
+
"@babel/core": "^7.22.20",
|
39
|
+
"@types/babel__core": "^7.20.2",
|
40
|
+
"@types/node": "^20.6.3",
|
38
41
|
"@types/three": "^0.128.0",
|
39
|
-
"chevrotain": "^11.0.3",
|
40
42
|
"copyfiles": "^2.4.1",
|
41
43
|
"json": "^11.0.0",
|
42
44
|
"prettier": "^2.2.1",
|