mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[pixi] Fix 4.2-beta package version and package lock.
This commit is contained in:
parent
102f3e044b
commit
2586676c9a
7
spine-ts/package-lock.json
generated
7
spine-ts/package-lock.json
generated
@ -247,7 +247,6 @@
|
|||||||
},
|
},
|
||||||
"node_modules/@types/offscreencanvas": {
|
"node_modules/@types/offscreencanvas": {
|
||||||
"version": "2019.7.0",
|
"version": "2019.7.0",
|
||||||
"dev": true,
|
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@types/three": {
|
"node_modules/@types/three": {
|
||||||
@ -2951,6 +2950,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spine-pixi": {
|
"spine-pixi": {
|
||||||
|
"name": "@esotericsoftware/spine-pixi",
|
||||||
"version": "4.1.31",
|
"version": "4.1.31",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -2965,6 +2965,11 @@
|
|||||||
"@pixi/text": "^7.2.4"
|
"@pixi/text": "^7.2.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"spine-pixi/node_modules/@esotericsoftware/spine-core": {
|
||||||
|
"version": "4.1.31",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.1.31.tgz",
|
||||||
|
"integrity": "sha512-Sqd3ID6JpVX1fEa++kcP2ieqXVIMBeEzSabyJKscawyh6+lxz/dbGBQoo6aU//l/vnwnP4ctsOEY0r6OuguLPA=="
|
||||||
|
},
|
||||||
"spine-player": {
|
"spine-player": {
|
||||||
"name": "@esotericsoftware/spine-player",
|
"name": "@esotericsoftware/spine-player",
|
||||||
"version": "4.2.14",
|
"version": "4.2.14",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-pixi",
|
"name": "@esotericsoftware/spine-pixi",
|
||||||
"version": "4.1.31",
|
"version": "4.2.14",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-core": "4.1.31"
|
"@esotericsoftware/spine-core": "4.2.14"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@pixi/core": "^7.2.4",
|
"@pixi/core": "^7.2.4",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user