@babylonjs/loaders 6.49.0 → 7.0.0

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/loaders",
3
- "version": "6.49.0",
3
+ "version": "7.0.0",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",
@@ -18,14 +18,14 @@
18
18
  "postcompile": "build-tools -c add-js-to-es6"
19
19
  },
20
20
  "devDependencies": {
21
- "@babylonjs/core": "^6.49.0",
21
+ "@babylonjs/core": "^7.0.0",
22
22
  "@dev/build-tools": "^1.0.0",
23
23
  "@lts/loaders": "^1.0.0",
24
- "babylonjs-gltf2interface": "^6.49.0"
24
+ "babylonjs-gltf2interface": "^7.0.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "@babylonjs/core": "^6.0.0",
28
- "babylonjs-gltf2interface": "^6.0.0"
27
+ "@babylonjs/core": "^7.0.0",
28
+ "babylonjs-gltf2interface": "^7.0.0"
29
29
  },
30
30
  "keywords": [
31
31
  "3D",
@@ -46,4 +46,4 @@
46
46
  "bugs": {
47
47
  "url": "https://github.com/BabylonJS/Babylon.js/issues"
48
48
  }
49
- }
49
+ }