[Web] Update npm packages
This commit is contained in:
parent
262d1eaa63
commit
61e7d47344
|
@ -40,7 +40,7 @@ const GodotWebGL2 = {
|
||||||
if (typeof context.multiviewExt === 'undefined') {
|
if (typeof context.multiviewExt === 'undefined') {
|
||||||
const /** OVR_multiview2 */ ext = context.GLctx.getExtension('OVR_multiview2');
|
const /** OVR_multiview2 */ ext = context.GLctx.getExtension('OVR_multiview2');
|
||||||
if (!ext) {
|
if (!ext) {
|
||||||
console.error('Trying to call glFramebufferTextureMultiviewOVR() without the OVR_multiview2 extension');
|
GodotRuntime.error('Trying to call glFramebufferTextureMultiviewOVR() without the OVR_multiview2 extension');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
context.multiviewExt = ext;
|
context.multiviewExt = ext;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -21,14 +21,12 @@
|
||||||
"author": "Godot Engine contributors",
|
"author": "Godot Engine contributors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@html-eslint/eslint-plugin": "^0.15.0",
|
"@html-eslint/eslint-plugin": "^0.19.1",
|
||||||
"@html-eslint/parser": "^0.15.0",
|
"@html-eslint/parser": "^0.19.1",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^8.46.0",
|
||||||
"eslint-config-airbnb-base": "^14.2.1",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-plugin-import": "^2.23.4",
|
"eslint-plugin-import": "^2.28.0",
|
||||||
"jsdoc": "^3.6.7"
|
"jsdoc": "^4.0.2",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"eslint-plugin-html": "^7.1.0"
|
"eslint-plugin-html": "^7.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue