mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[ts] Release 4.2.35
This commit is contained in:
parent
f68f5437d9
commit
62080c6c8b
134
spine-ts/package-lock.json
generated
134
spine-ts/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"workspaces": [
|
||||
"spine-core",
|
||||
@ -31,7 +31,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/runtime": {
|
||||
"version": "7.23.5",
|
||||
"version": "7.23.8",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -85,19 +85,18 @@
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@pixi/assets": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@types/css-font-loading-module": "^0.0.7"
|
||||
"@types/css-font-loading-module": "^0.0.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.3.2",
|
||||
"@pixi/utils": "7.3.2"
|
||||
"@pixi/core": "7.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/color": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
@ -110,23 +109,23 @@
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/constants": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/core": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/color": "7.3.2",
|
||||
"@pixi/constants": "7.3.2",
|
||||
"@pixi/extensions": "7.3.2",
|
||||
"@pixi/math": "7.3.2",
|
||||
"@pixi/runner": "7.3.2",
|
||||
"@pixi/settings": "7.3.2",
|
||||
"@pixi/ticker": "7.3.2",
|
||||
"@pixi/utils": "7.3.2",
|
||||
"@pixi/color": "7.3.3",
|
||||
"@pixi/constants": "7.3.3",
|
||||
"@pixi/extensions": "7.3.3",
|
||||
"@pixi/math": "7.3.3",
|
||||
"@pixi/runner": "7.3.3",
|
||||
"@pixi/settings": "7.3.3",
|
||||
"@pixi/ticker": "7.3.3",
|
||||
"@pixi/utils": "7.3.3",
|
||||
"@types/offscreencanvas": "^2019.6.4"
|
||||
},
|
||||
"funding": {
|
||||
@ -135,93 +134,93 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/display": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.3.2"
|
||||
"@pixi/core": "7.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/extensions": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/graphics": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.3.2",
|
||||
"@pixi/display": "7.3.2",
|
||||
"@pixi/sprite": "7.3.2"
|
||||
"@pixi/core": "7.3.3",
|
||||
"@pixi/display": "7.3.3",
|
||||
"@pixi/sprite": "7.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/math": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/mesh": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.3.2",
|
||||
"@pixi/display": "7.3.2"
|
||||
"@pixi/core": "7.3.3",
|
||||
"@pixi/display": "7.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/runner": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/settings": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/constants": "7.3.2",
|
||||
"@types/css-font-loading-module": "^0.0.7",
|
||||
"@pixi/constants": "7.3.3",
|
||||
"@types/css-font-loading-module": "^0.0.12",
|
||||
"ismobilejs": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/sprite": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.3.2",
|
||||
"@pixi/display": "7.3.2"
|
||||
"@pixi/core": "7.3.3",
|
||||
"@pixi/display": "7.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/text": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.3.2",
|
||||
"@pixi/sprite": "7.3.2"
|
||||
"@pixi/core": "7.3.3",
|
||||
"@pixi/sprite": "7.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/ticker": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/extensions": "7.3.2",
|
||||
"@pixi/settings": "7.3.2",
|
||||
"@pixi/utils": "7.3.2"
|
||||
"@pixi/extensions": "7.3.3",
|
||||
"@pixi/settings": "7.3.3",
|
||||
"@pixi/utils": "7.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/utils": {
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/color": "7.3.2",
|
||||
"@pixi/constants": "7.3.2",
|
||||
"@pixi/settings": "7.3.2",
|
||||
"@pixi/color": "7.3.3",
|
||||
"@pixi/constants": "7.3.3",
|
||||
"@pixi/settings": "7.3.3",
|
||||
"@types/earcut": "^2.1.0",
|
||||
"earcut": "^2.2.4",
|
||||
"eventemitter3": "^4.0.0",
|
||||
@ -234,7 +233,7 @@
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@types/css-font-loading-module": {
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.12",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
@ -2088,7 +2087,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/regenerator-runtime": {
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.1",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
@ -2302,14 +2301,15 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/set-function-length": {
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"define-data-property": "^1.1.1",
|
||||
"get-intrinsic": "^1.2.1",
|
||||
"function-bind": "^1.1.2",
|
||||
"get-intrinsic": "^1.2.2",
|
||||
"gopd": "^1.0.1",
|
||||
"has-property-descriptors": "^1.0.0"
|
||||
"has-property-descriptors": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
@ -2968,33 +2968,33 @@
|
||||
},
|
||||
"spine-canvas": {
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
}
|
||||
},
|
||||
"spine-core": {
|
||||
"name": "@esotericsoftware/spine-core",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE"
|
||||
},
|
||||
"spine-phaser": {
|
||||
"name": "@esotericsoftware/spine-phaser",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-canvas": "4.2.34",
|
||||
"@esotericsoftware/spine-core": "4.2.34",
|
||||
"@esotericsoftware/spine-webgl": "4.2.34"
|
||||
"@esotericsoftware/spine-canvas": "4.2.35",
|
||||
"@esotericsoftware/spine-core": "4.2.35",
|
||||
"@esotericsoftware/spine-webgl": "4.2.35"
|
||||
}
|
||||
},
|
||||
"spine-pixi": {
|
||||
"name": "@esotericsoftware/spine-pixi",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/assets": "^7.2.4",
|
||||
@ -3007,26 +3007,26 @@
|
||||
},
|
||||
"spine-player": {
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-webgl": "4.2.34"
|
||||
"@esotericsoftware/spine-webgl": "4.2.35"
|
||||
}
|
||||
},
|
||||
"spine-threejs": {
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
}
|
||||
},
|
||||
"spine-webgl": {
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"type": "module",
|
||||
"files": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -31,6 +31,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-core",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-phaser",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the Phaser.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -31,8 +31,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34",
|
||||
"@esotericsoftware/spine-webgl": "4.2.34",
|
||||
"@esotericsoftware/spine-canvas": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35",
|
||||
"@esotericsoftware/spine-webgl": "4.2.35",
|
||||
"@esotericsoftware/spine-canvas": "4.2.35"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-pixi",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -31,7 +31,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "^7.2.4",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -31,6 +31,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-webgl": "4.2.34"
|
||||
"@esotericsoftware/spine-webgl": "4.2.35"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -31,6 +31,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.2.34",
|
||||
"version": "4.2.35",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -31,6 +31,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.34"
|
||||
"@esotericsoftware/spine-core": "4.2.35"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user