[pixi] Fix 4.2-beta package version and package lock.

This commit is contained in:
Mario Zechner 2023-06-27 15:25:17 +02:00
parent 102f3e044b
commit 2586676c9a
2 changed files with 8 additions and 3 deletions

View File

@ -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",

View File

@ -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",