mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[pixi] Another package-lock.json fix, fix to index.html.
This commit is contained in:
parent
2586676c9a
commit
15ce8099b7
@ -16,6 +16,10 @@
|
|||||||
<li><a href="/spine-canvas/example">Example</a></li>
|
<li><a href="/spine-canvas/example">Example</a></li>
|
||||||
<li><a href="/spine-canvas/example/mouse-click.html">Mouse click</a></li>
|
<li><a href="/spine-canvas/example/mouse-click.html">Mouse click</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<li>Pixi</li>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/spine-pixi/example/index.html">Basic example</a></li>
|
||||||
|
</ul>
|
||||||
<li>Phaser</li>
|
<li>Phaser</li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/spine-phaser/example/basic-example.html">Basic example</a></li>
|
<li><a href="/spine-phaser/example/basic-example.html">Basic example</a></li>
|
||||||
@ -26,13 +30,13 @@
|
|||||||
<li><a href="/spine-phaser/example/batching-test.html">Batching test</a></li>
|
<li><a href="/spine-phaser/example/batching-test.html">Batching test</a></li>
|
||||||
<li><a href="/spine-phaser/example/multi-scene-test.html">Multi-scene test</a></li>
|
<li><a href="/spine-phaser/example/multi-scene-test.html">Multi-scene test</a></li>
|
||||||
<li><a href="/spine-phaser/example/bounds-test.html">Bounds test</a></li>
|
<li><a href="/spine-phaser/example/bounds-test.html">Bounds test</a></li>
|
||||||
<li><a href="/spine-phaser/example/visibility-test.html">Visibility test</a></li>
|
<li><a href="/spine-phaser/example/visibility-test.html">Visibility test</a></li>
|
||||||
<li><a href="/spine-phaser/example/blend-test.html">Blend test</a></li>
|
<li><a href="/spine-phaser/example/blend-test.html">Blend test</a></li>
|
||||||
<li><a href="/spine-phaser/example/camera-pipeline-test.html">Camera pipeline test</a></li>
|
<li><a href="/spine-phaser/example/camera-pipeline-test.html">Camera pipeline test</a></li>
|
||||||
<li><a href="/spine-phaser/example/extended-class-test.html">Extended class</a></li>
|
<li><a href="/spine-phaser/example/extended-class-test.html">Extended class</a></li>
|
||||||
<li><a href="/spine-phaser/example/canvas-test.html">Canvas test</a></li>
|
<li><a href="/spine-phaser/example/canvas-test.html">Canvas test</a></li>
|
||||||
<li><a href="/spine-phaser/example/depth-test.html">Depth test</a></li>
|
<li><a href="/spine-phaser/example/depth-test.html">Depth test</a></li>
|
||||||
<li><a href="/spine-phaser/example/render-to-texture-test.html">Render to texture test</a></li>
|
<li><a href="/spine-phaser/example/render-to-texture-test.html">Render to texture test</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>Player</li>
|
<li>Player</li>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
9
spine-ts/package-lock.json
generated
9
spine-ts/package-lock.json
generated
@ -2951,10 +2951,10 @@
|
|||||||
},
|
},
|
||||||
"spine-pixi": {
|
"spine-pixi": {
|
||||||
"name": "@esotericsoftware/spine-pixi",
|
"name": "@esotericsoftware/spine-pixi",
|
||||||
"version": "4.1.31",
|
"version": "4.2.14",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-core": "4.1.31"
|
"@esotericsoftware/spine-core": "4.2.14"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@pixi/assets": "^7.2.4",
|
"@pixi/assets": "^7.2.4",
|
||||||
@ -2965,11 +2965,6 @@
|
|||||||
"@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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user