mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[threejs] Update to r140
This commit is contained in:
parent
ea8f9385fb
commit
8e1bbc904b
32
spine-ts/package-lock.json
generated
32
spine-ts/package-lock.json
generated
@ -53,9 +53,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/three": {
|
||||
"version": "0.133.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.133.1.tgz",
|
||||
"integrity": "sha512-XqBrP/+kbs+o0CYRhCVVE95v7FaL2bO5Z7+3VQJE0nEyjo+9LoLfeNgZITOnndKHxM+7ltEciAIR7uE0SZlsOg=="
|
||||
"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.133.1",
|
||||
"resolved": "https://registry.npmjs.org/three/-/three-0.133.1.tgz",
|
||||
"integrity": "sha512-WydohO8ll949B0FTD6MGz59Yv2Lwj8hvObg/0Heh2r42S6+tQC1WByfCNRdmG4D7+odfGod+n8JPV1I2xrboWw=="
|
||||
"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.1.17",
|
||||
"@types/three": "^0.133.1",
|
||||
"three": "^0.133.1"
|
||||
"@types/three": "^0.140.0",
|
||||
"three": "^0.140.0"
|
||||
}
|
||||
},
|
||||
"spine-webgl": {
|
||||
@ -8025,8 +8025,8 @@
|
||||
"version": "file:spine-threejs",
|
||||
"requires": {
|
||||
"@esotericsoftware/spine-core": "^4.1.17",
|
||||
"@types/three": "^0.133.1",
|
||||
"three": "^0.133.1"
|
||||
"@types/three": "^0.140.0",
|
||||
"three": "^0.140.0"
|
||||
}
|
||||
},
|
||||
"@esotericsoftware/spine-webgl": {
|
||||
@ -8042,9 +8042,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/three": {
|
||||
"version": "0.133.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/three/-/three-0.133.1.tgz",
|
||||
"integrity": "sha512-XqBrP/+kbs+o0CYRhCVVE95v7FaL2bO5Z7+3VQJE0nEyjo+9LoLfeNgZITOnndKHxM+7ltEciAIR7uE0SZlsOg=="
|
||||
"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.133.1",
|
||||
"resolved": "https://registry.npmjs.org/three/-/three-0.133.1.tgz",
|
||||
"integrity": "sha512-WydohO8ll949B0FTD6MGz59Yv2Lwj8hvObg/0Heh2r42S6+tQC1WByfCNRdmG4D7+odfGod+n8JPV1I2xrboWw=="
|
||||
"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",
|
||||
|
||||
@ -30,8 +30,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@types/three": "^0.133.1",
|
||||
"three": "^0.133.1",
|
||||
"@types/three": "^0.140.0",
|
||||
"three": "^0.140.0",
|
||||
"@esotericsoftware/spine-core": "^4.1.17"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user