@babylonjs/gui 5.0.0-beta.8 → 5.0.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "@babylonjs/gui",
6
6
  "description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
7
- "version": "5.0.0-beta.8",
7
+ "version": "5.0.0-beta.9",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/BabylonJS/Babylon.js.git"
@@ -326,7 +326,7 @@
326
326
  ],
327
327
  "license": "Apache-2.0",
328
328
  "dependencies": {
329
- "@babylonjs/core": "5.0.0-beta.8",
329
+ "@babylonjs/core": "5.0.0-beta.9",
330
330
  "tslib": "^2.3.1"
331
331
  },
332
332
  "engines": {