@babylonjs/loaders 5.0.0-alpha.52 → 5.0.0-alpha.53

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "@babylonjs/loaders",
6
6
  "description": "The Babylon.js file loaders library is an extension you can use to load different 3D file types into a Babylon scene.",
7
- "version": "5.0.0-alpha.52",
7
+ "version": "5.0.0-alpha.53",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/BabylonJS/Babylon.js.git"
@@ -191,8 +191,8 @@
191
191
  ],
192
192
  "license": "Apache-2.0",
193
193
  "dependencies": {
194
- "babylonjs-gltf2interface": "5.0.0-alpha.52",
195
- "@babylonjs/core": "5.0.0-alpha.52",
194
+ "babylonjs-gltf2interface": "5.0.0-alpha.53",
195
+ "@babylonjs/core": "5.0.0-alpha.53",
196
196
  "tslib": "^2.3.1"
197
197
  },
198
198
  "engines": {