mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-12 01:58:45 +08:00
[ts] Release 4.2.23
This commit is contained in:
parent
16c917805a
commit
79f9f8aa37
120
spine-ts/package-lock.json
generated
120
spine-ts/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"workspaces": [
|
||||
"spine-core",
|
||||
@ -85,19 +85,19 @@
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@pixi/assets": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@types/css-font-loading-module": "^0.0.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.2.4",
|
||||
"@pixi/utils": "7.2.4"
|
||||
"@pixi/core": "7.3.0",
|
||||
"@pixi/utils": "7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/color": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
@ -105,23 +105,23 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/constants": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/core": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/color": "7.2.4",
|
||||
"@pixi/constants": "7.2.4",
|
||||
"@pixi/extensions": "7.2.4",
|
||||
"@pixi/math": "7.2.4",
|
||||
"@pixi/runner": "7.2.4",
|
||||
"@pixi/settings": "7.2.4",
|
||||
"@pixi/ticker": "7.2.4",
|
||||
"@pixi/utils": "7.2.4",
|
||||
"@pixi/color": "7.3.0",
|
||||
"@pixi/constants": "7.3.0",
|
||||
"@pixi/extensions": "7.3.0",
|
||||
"@pixi/math": "7.3.0",
|
||||
"@pixi/runner": "7.3.0",
|
||||
"@pixi/settings": "7.3.0",
|
||||
"@pixi/ticker": "7.3.0",
|
||||
"@pixi/utils": "7.3.0",
|
||||
"@types/offscreencanvas": "^2019.6.4"
|
||||
},
|
||||
"funding": {
|
||||
@ -130,93 +130,93 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/display": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.2.4"
|
||||
"@pixi/core": "7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/extensions": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/graphics": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.2.4",
|
||||
"@pixi/display": "7.2.4",
|
||||
"@pixi/sprite": "7.2.4"
|
||||
"@pixi/core": "7.3.0",
|
||||
"@pixi/display": "7.3.0",
|
||||
"@pixi/sprite": "7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/math": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/mesh": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.2.4",
|
||||
"@pixi/display": "7.2.4"
|
||||
"@pixi/core": "7.3.0",
|
||||
"@pixi/display": "7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/runner": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@pixi/settings": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/constants": "7.2.4",
|
||||
"@pixi/constants": "7.3.0",
|
||||
"@types/css-font-loading-module": "^0.0.7",
|
||||
"ismobilejs": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/sprite": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.2.4",
|
||||
"@pixi/display": "7.2.4"
|
||||
"@pixi/core": "7.3.0",
|
||||
"@pixi/display": "7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/text": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.2.4",
|
||||
"@pixi/sprite": "7.2.4"
|
||||
"@pixi/core": "7.3.0",
|
||||
"@pixi/sprite": "7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/ticker": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/extensions": "7.2.4",
|
||||
"@pixi/settings": "7.2.4",
|
||||
"@pixi/utils": "7.2.4"
|
||||
"@pixi/extensions": "7.3.0",
|
||||
"@pixi/settings": "7.3.0",
|
||||
"@pixi/utils": "7.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@pixi/utils": {
|
||||
"version": "7.2.4",
|
||||
"version": "7.3.0",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@pixi/color": "7.2.4",
|
||||
"@pixi/constants": "7.2.4",
|
||||
"@pixi/settings": "7.2.4",
|
||||
"@pixi/color": "7.3.0",
|
||||
"@pixi/constants": "7.3.0",
|
||||
"@pixi/settings": "7.3.0",
|
||||
"@types/earcut": "^2.1.0",
|
||||
"earcut": "^2.2.4",
|
||||
"eventemitter3": "^4.0.0",
|
||||
@ -2964,7 +2964,7 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/url": {
|
||||
"version": "0.11.2",
|
||||
"version": "0.11.3",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
@ -3094,33 +3094,33 @@
|
||||
},
|
||||
"spine-canvas": {
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
}
|
||||
},
|
||||
"spine-core": {
|
||||
"name": "@esotericsoftware/spine-core",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE"
|
||||
},
|
||||
"spine-phaser": {
|
||||
"name": "@esotericsoftware/spine-phaser",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-canvas": "4.2.22",
|
||||
"@esotericsoftware/spine-core": "4.2.22",
|
||||
"@esotericsoftware/spine-webgl": "4.2.22"
|
||||
"@esotericsoftware/spine-canvas": "4.2.23",
|
||||
"@esotericsoftware/spine-core": "4.2.23",
|
||||
"@esotericsoftware/spine-webgl": "4.2.23"
|
||||
}
|
||||
},
|
||||
"spine-pixi": {
|
||||
"name": "@esotericsoftware/spine-pixi",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/assets": "^7.2.4",
|
||||
@ -3133,26 +3133,26 @@
|
||||
},
|
||||
"spine-player": {
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-webgl": "4.2.22"
|
||||
"@esotericsoftware/spine-webgl": "4.2.23"
|
||||
}
|
||||
},
|
||||
"spine-threejs": {
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
}
|
||||
},
|
||||
"spine-webgl": {
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"files": [
|
||||
"README.md"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-core",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"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.22",
|
||||
"version": "4.2.23",
|
||||
"description": "The official Spine Runtimes for the Phaser.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,8 +30,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22",
|
||||
"@esotericsoftware/spine-webgl": "4.2.22",
|
||||
"@esotericsoftware/spine-canvas": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23",
|
||||
"@esotericsoftware/spine-webgl": "4.2.23",
|
||||
"@esotericsoftware/spine-canvas": "4.2.23"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-pixi",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "^7.2.4",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-webgl": "4.2.22"
|
||||
"@esotericsoftware/spine-webgl": "4.2.23"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.2.22",
|
||||
"version": "4.2.23",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "4.2.22"
|
||||
"@esotericsoftware/spine-core": "4.2.23"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user