three-stdlib 2.26.3 → 2.26.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. package/_polyfill/constants.d.ts +1 -0
  2. package/index.cjs +4160 -116123
  3. package/index.js +4161 -116108
  4. 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",
3
+ "version": "2.26.4",
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",