Przeglądaj źródła

Merge pull request #14644 from Mugen87/dev11

 Update dev-dependencies
Mr.doob 7 lat temu
rodzic
commit
c8ddb1c869
3 zmienionych plików z 299 dodań i 235 usunięć
  1. 293 229
      package-lock.json
  2. 5 5
      package.json
  3. 1 1
      src/extras/Earcut.js

Plik diff jest za duży
+ 293 - 229
package-lock.json


+ 5 - 5
package.json

@@ -52,13 +52,13 @@
   },
   },
   "homepage": "https://threejs.org/",
   "homepage": "https://threejs.org/",
   "devDependencies": {
   "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",
     "eslint-config-mdcs": "^4.2.3",
-    "google-closure-compiler": "20180506.0.0",
+    "google-closure-compiler": "20180716.0.1",
     "qunit": "^2.6.1",
     "qunit": "^2.6.1",
-    "rollup": "^0.59.4",
+    "rollup": "^0.63.5",
     "rollup-watch": "^4.3.1",
     "rollup-watch": "^4.3.1",
     "serve": "6.5.8",
     "serve": "6.5.8",
     "uglify-js": "^3.3.28"
     "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 );
 				ear = cureLocalIntersections( ear, triangles, dim );
 				earcutLinked( ear, triangles, dim, minX, minY, invSize, 2 );
 				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 ) {
 			} else if ( pass === 2 ) {
 
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików