mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[ts] Update GH Action Node version.
This commit is contained in:
parent
716935977e
commit
8797e3c152
3
.github/workflows/spine-ts.yml
vendored
3
.github/workflows/spine-ts.yml
vendored
@ -13,8 +13,7 @@ jobs:
|
|||||||
- name: Setup TypeScript
|
- name: Setup TypeScript
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '13.x'
|
node-version: '16.6.2'
|
||||||
- run: npm install -g typescript
|
|
||||||
- name: Build spine-ts
|
- name: Build spine-ts
|
||||||
working-directory: spine-ts
|
working-directory: spine-ts
|
||||||
env:
|
env:
|
||||||
|
|||||||
46
spine-ts/package-lock.json
generated
46
spine-ts/package-lock.json
generated
@ -8245,7 +8245,7 @@
|
|||||||
},
|
},
|
||||||
"spine-canvas": {
|
"spine-canvas": {
|
||||||
"name": "@esotericsoftware/spine-canvas",
|
"name": "@esotericsoftware/spine-canvas",
|
||||||
"version": "4.0.2",
|
"version": "4.0.4",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-core": "4.0.2"
|
"@esotericsoftware/spine-core": "4.0.2"
|
||||||
@ -8253,21 +8253,26 @@
|
|||||||
},
|
},
|
||||||
"spine-core": {
|
"spine-core": {
|
||||||
"name": "@esotericsoftware/spine-core",
|
"name": "@esotericsoftware/spine-core",
|
||||||
"version": "4.0.2",
|
"version": "4.0.4",
|
||||||
"license": "LicenseRef-LICENSE"
|
"license": "LicenseRef-LICENSE"
|
||||||
},
|
},
|
||||||
"spine-player": {
|
"spine-player": {
|
||||||
"name": "@esotericsoftware/spine-player",
|
"name": "@esotericsoftware/spine-player",
|
||||||
"version": "4.0.2",
|
"version": "4.0.4",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-core": "4.0.2",
|
"@esotericsoftware/spine-core": "4.0.2",
|
||||||
"@esotericsoftware/spine-webgl": "4.0.2"
|
"@esotericsoftware/spine-webgl": "4.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"spine-player/node_modules/@esotericsoftware/spine-core": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
|
||||||
|
},
|
||||||
"spine-threejs": {
|
"spine-threejs": {
|
||||||
"name": "@esotericsoftware/spine-threejs",
|
"name": "@esotericsoftware/spine-threejs",
|
||||||
"version": "4.0.2",
|
"version": "4.0.4",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-core": "4.0.2",
|
"@esotericsoftware/spine-core": "4.0.2",
|
||||||
@ -8275,13 +8280,23 @@
|
|||||||
"three": "^0.132.0"
|
"three": "^0.132.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"spine-threejs/node_modules/@esotericsoftware/spine-core": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
|
||||||
|
},
|
||||||
"spine-webgl": {
|
"spine-webgl": {
|
||||||
"name": "@esotericsoftware/spine-webgl",
|
"name": "@esotericsoftware/spine-webgl",
|
||||||
"version": "4.0.2",
|
"version": "4.0.4",
|
||||||
"license": "LicenseRef-LICENSE",
|
"license": "LicenseRef-LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-core": "4.0.2"
|
"@esotericsoftware/spine-core": "4.0.2"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"spine-webgl/node_modules/@esotericsoftware/spine-core": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -8325,6 +8340,13 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@esotericsoftware/spine-core": "4.0.2",
|
"@esotericsoftware/spine-core": "4.0.2",
|
||||||
"@esotericsoftware/spine-webgl": "4.0.2"
|
"@esotericsoftware/spine-webgl": "4.0.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@esotericsoftware/spine-core": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@esotericsoftware/spine-threejs": {
|
"@esotericsoftware/spine-threejs": {
|
||||||
@ -8333,12 +8355,26 @@
|
|||||||
"@esotericsoftware/spine-core": "4.0.2",
|
"@esotericsoftware/spine-core": "4.0.2",
|
||||||
"@types/three": "^0.131.0",
|
"@types/three": "^0.131.0",
|
||||||
"three": "^0.132.0"
|
"three": "^0.132.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@esotericsoftware/spine-core": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@esotericsoftware/spine-webgl": {
|
"@esotericsoftware/spine-webgl": {
|
||||||
"version": "file:spine-webgl",
|
"version": "file:spine-webgl",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@esotericsoftware/spine-core": "4.0.2"
|
"@esotericsoftware/spine-core": "4.0.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@esotericsoftware/spine-core": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-core/-/spine-core-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-tkHGEt0NyC/UuHPJtPSmD2YK5D3Z8Yp0OqKhKeH298aRJTIYfsmlgpupgraUqxaacEv9IatIC79pLATtlEsz7A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@types/normalize-package-data": {
|
"@types/normalize-package-data": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user