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