babylonjs-accessibility 7.36.0 → 7.37.0
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.
@@ -31949,7 +31949,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_gui_2D_advancedDynamicTexture__;
|
|
31949
31949
|
/******/
|
31950
31950
|
/************************************************************************/
|
31951
31951
|
var __webpack_exports__ = {};
|
31952
|
-
// This entry
|
31952
|
+
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
|
31953
31953
|
(() => {
|
31954
31954
|
/*!**********************!*\
|
31955
31955
|
!*** ./src/index.ts ***!
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "babylonjs-accessibility",
|
3
|
-
"version": "7.
|
3
|
+
"version": "7.37.0",
|
4
4
|
"main": "babylon.accessibility.max.js",
|
5
5
|
"types": "babylon.accessibility.module.d.ts",
|
6
6
|
"files": [
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.* -g"
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
|
-
"babylonjs": "^7.
|
18
|
-
"babylonjs-gui": "^7.
|
17
|
+
"babylonjs": "^7.37.0",
|
18
|
+
"babylonjs-gui": "^7.37.0"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@dev/build-tools": "1.0.0",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"@tools/accessibility": "1.0.0",
|
24
24
|
"@types/react": "^17.0.30",
|
25
25
|
"@types/react-dom": "^17.0.10",
|
26
|
-
"css-loader": "^
|
26
|
+
"css-loader": "^7.1.0",
|
27
27
|
"react": "^17.0.2",
|
28
28
|
"react-dom": "^17.0.2",
|
29
29
|
"sass-loader": "^16.0.0",
|