@babylonjs/inspector 6.48.1 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "
|
3
|
+
"version": "7.0.0",
|
4
4
|
"module": "dist/babylon.inspector.bundle.max.js",
|
5
5
|
"main": "dist/babylon.inspector.bundle.max.js",
|
6
6
|
"typings": "dist/babylon.inspector.module.d.ts",
|
@@ -22,22 +22,22 @@
|
|
22
22
|
"@fortawesome/free-solid-svg-icons": "^6.0.0"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
|
-
"@babylonjs/core": "^
|
26
|
-
"@babylonjs/gui": "^
|
27
|
-
"@babylonjs/gui-editor": "^
|
28
|
-
"@babylonjs/loaders": "^
|
29
|
-
"@babylonjs/materials": "^
|
30
|
-
"@babylonjs/serializers": "^
|
25
|
+
"@babylonjs/core": "^7.0.0",
|
26
|
+
"@babylonjs/gui": "^7.0.0",
|
27
|
+
"@babylonjs/gui-editor": "^7.0.0",
|
28
|
+
"@babylonjs/loaders": "^7.0.0",
|
29
|
+
"@babylonjs/materials": "^7.0.0",
|
30
|
+
"@babylonjs/serializers": "^7.0.0",
|
31
31
|
"@types/react": ">=16.7.3",
|
32
32
|
"@types/react-dom": ">=16.0.9"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@babylonjs/core": "^
|
36
|
-
"@babylonjs/gui": "^
|
37
|
-
"@babylonjs/gui-editor": "^
|
38
|
-
"@babylonjs/loaders": "^
|
39
|
-
"@babylonjs/materials": "^
|
40
|
-
"@babylonjs/serializers": "^
|
35
|
+
"@babylonjs/core": "^7.0.0",
|
36
|
+
"@babylonjs/gui": "^7.0.0",
|
37
|
+
"@babylonjs/gui-editor": "^7.0.0",
|
38
|
+
"@babylonjs/loaders": "^7.0.0",
|
39
|
+
"@babylonjs/materials": "^7.0.0",
|
40
|
+
"@babylonjs/serializers": "^7.0.0",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2"
|
@@ -60,4 +60,4 @@
|
|
60
60
|
"bugs": {
|
61
61
|
"url": "https://github.com/BabylonJS/Babylon.js/issues"
|
62
62
|
}
|
63
|
-
}
|
63
|
+
}
|