Browse Source

[threejs] Updated to r140

Mario Zechner 3 years ago
parent
commit
b46f55b25b

+ 16 - 16
spine-ts/package-lock.json

@@ -53,9 +53,9 @@
       "dev": true
     },
     "node_modules/@types/three": {
-      "version": "0.138.0",
-      "resolved": "https://registry.npmjs.org/@types/three/-/three-0.138.0.tgz",
-      "integrity": "sha512-D8AoV7h2kbCfrv/DcebHOFh1WDwyus3HdooBkAwcBikXArdqnsQ38PQ85JCunnvun160oA9jz53GszF3zch3tg=="
+      "version": "0.140.0",
+      "resolved": "https://registry.npmjs.org/@types/three/-/three-0.140.0.tgz",
+      "integrity": "sha512-YPJLSIY6uKUOp1k6BZYDq5GtEIdhfeK04UCbc9IPAVbdn/RNjkfrbnyd7smrsNkJhc0IFASLpd3AAYgwqgXKVQ=="
     },
     "node_modules/accepts": {
       "version": "1.3.8",
@@ -7569,9 +7569,9 @@
       }
     },
     "node_modules/three": {
-      "version": "0.138.3",
-      "resolved": "https://registry.npmjs.org/three/-/three-0.138.3.tgz",
-      "integrity": "sha512-4t1cKC8gimNyJChJbaklg8W/qj3PpsLJUIFm5LIuAy/hVxxNm1ru2FGTSfbTSsuHmC/7ipsyuGKqrSAKLNtkzg=="
+      "version": "0.140.2",
+      "resolved": "https://registry.npmjs.org/three/-/three-0.140.2.tgz",
+      "integrity": "sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag=="
     },
     "node_modules/through": {
       "version": "2.3.8",
@@ -7992,8 +7992,8 @@
       "license": "LicenseRef-LICENSE",
       "dependencies": {
         "@esotericsoftware/spine-core": "^4.0.28",
-        "@types/three": "^0.138.0",
-        "three": "^0.138.3"
+        "@types/three": "^0.140.0",
+        "three": "^0.140.0"
       }
     },
     "spine-webgl": {
@@ -8025,8 +8025,8 @@
       "version": "file:spine-threejs",
       "requires": {
         "@esotericsoftware/spine-core": "^4.0.28",
-        "@types/three": "^0.138.0",
-        "three": "^0.138.3"
+        "@types/three": "^0.140.0",
+        "three": "^0.140.0"
       }
     },
     "@esotericsoftware/spine-webgl": {
@@ -8042,9 +8042,9 @@
       "dev": true
     },
     "@types/three": {
-      "version": "0.138.0",
-      "resolved": "https://registry.npmjs.org/@types/three/-/three-0.138.0.tgz",
-      "integrity": "sha512-D8AoV7h2kbCfrv/DcebHOFh1WDwyus3HdooBkAwcBikXArdqnsQ38PQ85JCunnvun160oA9jz53GszF3zch3tg=="
+      "version": "0.140.0",
+      "resolved": "https://registry.npmjs.org/@types/three/-/three-0.140.0.tgz",
+      "integrity": "sha512-YPJLSIY6uKUOp1k6BZYDq5GtEIdhfeK04UCbc9IPAVbdn/RNjkfrbnyd7smrsNkJhc0IFASLpd3AAYgwqgXKVQ=="
     },
     "accepts": {
       "version": "1.3.8",
@@ -13963,9 +13963,9 @@
       }
     },
     "three": {
-      "version": "0.138.3",
-      "resolved": "https://registry.npmjs.org/three/-/three-0.138.3.tgz",
-      "integrity": "sha512-4t1cKC8gimNyJChJbaklg8W/qj3PpsLJUIFm5LIuAy/hVxxNm1ru2FGTSfbTSsuHmC/7ipsyuGKqrSAKLNtkzg=="
+      "version": "0.140.2",
+      "resolved": "https://registry.npmjs.org/three/-/three-0.140.2.tgz",
+      "integrity": "sha512-DdT/AHm/TbZXEhQKQpGt5/iSgBrmXpjU26FNtj1KhllVPTKj1eG4X/ShyD5W2fngE+I1s1wa4ttC4C3oCJt7Ag=="
     },
     "through": {
       "version": "2.3.8",

+ 1 - 1
spine-ts/spine-threejs/example/index.html

@@ -3,7 +3,7 @@
 <head>
 	<meta charset="UTF-8">
 	<title>spine-threejs</title>
-	<script src="https://unpkg.com/[email protected]38.3/build/three.js"></script>
+	<script src="https://unpkg.com/[email protected]41.0/build/three.js"></script>
 	<script src="../dist/iife/spine-threejs.js"></script>
 </head>
 <style>

+ 2 - 2
spine-ts/spine-threejs/package.json

@@ -30,8 +30,8 @@
   },
   "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
   "dependencies": {
-    "@types/three": "^0.138.0",
-    "three": "^0.138.3",
+    "@types/three": "^0.140.0",
+    "three": "^0.140.0",
     "@esotericsoftware/spine-core": "^4.0.28"
   }
 }