mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +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": {
|
||||
"version": "2019.7.0",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/three": {
|
||||
@ -2951,6 +2950,7 @@
|
||||
}
|
||||
},
|
||||
"spine-pixi": {
|
||||
"name": "@esotericsoftware/spine-pixi",
|
||||
"version": "4.1.31",
|
||||
"license": "LicenseRef-LICENSE",
|
||||
"dependencies": {
|
||||
@ -2965,6 +2965,11 @@
|
||||
"@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": {
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.2.14",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-pixi",
|
||||
"version": "4.1.31",
|
||||
"version": "4.2.14",
|
||||
"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.1.31"
|
||||
"@esotericsoftware/spine-core": "4.2.14"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "^7.2.4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user