소스 검색

Merge pull request #14644 from Mugen87/dev11

 Update dev-dependencies
Mr.doob 7 년 전
부모
커밋
c8ddb1c869
3개의 변경된 파일299개의 추가작업 그리고 235개의 파일을 삭제
  1. 293 229
      package-lock.json
  2. 5 5
      package.json
  3. 1 1
      src/extras/Earcut.js

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


+ 5 - 5
package.json

@@ -52,13 +52,13 @@
   },
   "homepage": "https://threejs.org/",
   "devDependencies": {
-    "concurrently": "^3.5.1",
-    "electron": "^2.0.2",
-    "eslint": "^4.19.1",
+    "concurrently": "^3.6.1",
+    "electron": "^2.0.6",
+    "eslint": "^5.3.0",
     "eslint-config-mdcs": "^4.2.3",
-    "google-closure-compiler": "20180506.0.0",
+    "google-closure-compiler": "20180716.0.1",
     "qunit": "^2.6.1",
-    "rollup": "^0.59.4",
+    "rollup": "^0.63.5",
     "rollup-watch": "^4.3.1",
     "serve": "6.5.8",
     "uglify-js": "^3.3.28"

+ 1 - 1
src/extras/Earcut.js

@@ -167,7 +167,7 @@ function earcutLinked( ear, triangles, dim, minX, minY, invSize, pass ) {
 				ear = cureLocalIntersections( ear, triangles, dim );
 				earcutLinked( ear, triangles, dim, minX, minY, invSize, 2 );
 
-			// as a last resort, try splitting the remaining polygon into two
+				// as a last resort, try splitting the remaining polygon into two
 
 			} else if ( pass === 2 ) {
 

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