Fixed merge conflicts manually.

This commit is contained in:
badlogic 2021-10-20 00:12:22 +02:00
parent ecbe087227
commit 93aa0ceed4
2 changed files with 18 additions and 18 deletions

View File

@ -53,9 +53,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/three": { "node_modules/@types/three": {
"version": "0.131.1", "version": "0.133.1",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.131.1.tgz", "resolved": "https://registry.npmjs.org/@types/three/-/three-0.133.1.tgz",
"integrity": "sha512-unnjsolcm7R90e4XK9qMq4JYEzly0XQNa0pG8RAOMZeVzj3FLIFPymAYUx4Osz0gY9jFZz8omIQplqiieEE7gw==" "integrity": "sha512-XqBrP/+kbs+o0CYRhCVVE95v7FaL2bO5Z7+3VQJE0nEyjo+9LoLfeNgZITOnndKHxM+7ltEciAIR7uE0SZlsOg=="
}, },
"node_modules/accepts": { "node_modules/accepts": {
"version": "1.3.7", "version": "1.3.7",
@ -7551,9 +7551,9 @@
} }
}, },
"node_modules/three": { "node_modules/three": {
"version": "0.132.2", "version": "0.133.1",
"resolved": "https://registry.npmjs.org/three/-/three-0.132.2.tgz", "resolved": "https://registry.npmjs.org/three/-/three-0.133.1.tgz",
"integrity": "sha512-0wcR7LxxkXMn6Gi58gEs3QvY8WpTVXA31L2VOvpjm4ZPYFRHCZC13UqynheFoS5OXDYgtBneN0dhbaNBE8iLhQ==" "integrity": "sha512-WydohO8ll949B0FTD6MGz59Yv2Lwj8hvObg/0Heh2r42S6+tQC1WByfCNRdmG4D7+odfGod+n8JPV1I2xrboWw=="
}, },
"node_modules/through": { "node_modules/through": {
"version": "2.3.8", "version": "2.3.8",
@ -7974,8 +7974,8 @@
"license": "LicenseRef-LICENSE", "license": "LicenseRef-LICENSE",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.1.1", "@esotericsoftware/spine-core": "^4.1.1",
"@types/three": "^0.131.0", "@types/three": "^0.133.1",
"three": "^0.132.0" "three": "^0.133.1"
} }
}, },
"spine-webgl": { "spine-webgl": {
@ -8007,8 +8007,8 @@
"version": "file:spine-threejs", "version": "file:spine-threejs",
"requires": { "requires": {
"@esotericsoftware/spine-core": "^4.1.1", "@esotericsoftware/spine-core": "^4.1.1",
"@types/three": "^0.131.0", "@types/three": "^0.133.1",
"three": "^0.132.0" "three": "^0.133.1"
} }
}, },
"@esotericsoftware/spine-webgl": { "@esotericsoftware/spine-webgl": {
@ -8024,9 +8024,9 @@
"dev": true "dev": true
}, },
"@types/three": { "@types/three": {
"version": "0.131.1", "version": "0.133.1",
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.131.1.tgz", "resolved": "https://registry.npmjs.org/@types/three/-/three-0.133.1.tgz",
"integrity": "sha512-unnjsolcm7R90e4XK9qMq4JYEzly0XQNa0pG8RAOMZeVzj3FLIFPymAYUx4Osz0gY9jFZz8omIQplqiieEE7gw==" "integrity": "sha512-XqBrP/+kbs+o0CYRhCVVE95v7FaL2bO5Z7+3VQJE0nEyjo+9LoLfeNgZITOnndKHxM+7ltEciAIR7uE0SZlsOg=="
}, },
"accepts": { "accepts": {
"version": "1.3.7", "version": "1.3.7",
@ -13936,9 +13936,9 @@
} }
}, },
"three": { "three": {
"version": "0.132.2", "version": "0.133.1",
"resolved": "https://registry.npmjs.org/three/-/three-0.132.2.tgz", "resolved": "https://registry.npmjs.org/three/-/three-0.133.1.tgz",
"integrity": "sha512-0wcR7LxxkXMn6Gi58gEs3QvY8WpTVXA31L2VOvpjm4ZPYFRHCZC13UqynheFoS5OXDYgtBneN0dhbaNBE8iLhQ==" "integrity": "sha512-WydohO8ll949B0FTD6MGz59Yv2Lwj8hvObg/0Heh2r42S6+tQC1WByfCNRdmG4D7+odfGod+n8JPV1I2xrboWw=="
}, },
"through": { "through": {
"version": "2.3.8", "version": "2.3.8",

View File

@ -30,8 +30,8 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@types/three": "^0.131.0", "@types/three": "^0.133.1",
"three": "^0.132.0", "three": "^0.133.1",
"@esotericsoftware/spine-core": "^4.1.1" "@esotericsoftware/spine-core": "^4.1.1"
} }
} }