소스 검색

Merge pull request #80092 from Faless/web/npm_update

[Web] Update npm packages
Yuri Sizov 2 년 전
부모
커밋
49305df0e0
3개의 변경된 파일422개의 추가작업 그리고 342개의 파일을 삭제
  1. 1 1
      platform/web/js/libs/library_godot_webgl2.js
  2. 415 333
      platform/web/package-lock.json
  3. 6 8
      platform/web/package.json

+ 1 - 1
platform/web/js/libs/library_godot_webgl2.js

@@ -40,7 +40,7 @@ const GodotWebGL2 = {
 		if (typeof context.multiviewExt === 'undefined') {
 			const /** OVR_multiview2 */ ext = context.GLctx.getExtension('OVR_multiview2');
 			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;
 			}
 			context.multiviewExt = ext;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 415 - 333
platform/web/package-lock.json


+ 6 - 8
platform/web/package.json

@@ -21,14 +21,12 @@
   "author": "Godot Engine contributors",
   "license": "MIT",
   "devDependencies": {
-    "@html-eslint/eslint-plugin": "^0.15.0",
-    "@html-eslint/parser": "^0.15.0",
-    "eslint": "^7.32.0",
-    "eslint-config-airbnb-base": "^14.2.1",
-    "eslint-plugin-import": "^2.23.4",
-    "jsdoc": "^3.6.7"
-  },
-  "dependencies": {
+    "@html-eslint/eslint-plugin": "^0.19.1",
+    "@html-eslint/parser": "^0.19.1",
+    "eslint": "^8.46.0",
+    "eslint-config-airbnb-base": "^15.0.0",
+    "eslint-plugin-import": "^2.28.0",
+    "jsdoc": "^4.0.2",
     "eslint-plugin-html": "^7.1.0"
   }
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.