[ts] Fix versions of dependencies.

This commit is contained in:
Mario Zechner 2023-04-21 11:43:46 +02:00
parent 2f70cdde77
commit c0b8b31945
7 changed files with 15 additions and 16 deletions

View File

@ -30,6 +30,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.1.28" "@esotericsoftware/spine-core": "4.1.28"
} }
} }

View File

@ -8,7 +8,7 @@
"name": "name", "name": "name",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-phaser": "^4.1.*", "@esotericsoftware/spine-phaser": "4.1.*",
"phaser": "3.60.0" "phaser": "3.60.0"
}, },
"devDependencies": { "devDependencies": {
@ -383,14 +383,13 @@
"integrity": "sha512-yyieou3t6XNYNqbWDdGEkVBg2JAAjLrtrNxGIkweNaH38O4p5Z4pPw2r7BKhCkUEW6+TITYkbNslsGGPU3HMAw==" "integrity": "sha512-yyieou3t6XNYNqbWDdGEkVBg2JAAjLrtrNxGIkweNaH38O4p5Z4pPw2r7BKhCkUEW6+TITYkbNslsGGPU3HMAw=="
}, },
"node_modules/@esotericsoftware/spine-phaser": { "node_modules/@esotericsoftware/spine-phaser": {
"version": "4.2.11", "version": "4.1.28",
"resolved": "https://registry.npmjs.org/@esotericsoftware/spine-phaser/-/spine-phaser-4.2.11.tgz", "resolved": "https://registry.npmjs.org/@esotericsoftware/spine-phaser/-/spine-phaser-4.1.28.tgz",
"integrity": "sha512-4piCI72Jd8M4FPVqFIGFKi1/wtN1yxbWnM2dRcZFRSz3yIzzGaVcaEldhybTdTatHtQK1o1xP0d3T8A6sOx/nw==", "integrity": "sha512-vlDBFeBNLEjxWS4uo24AH4HZeEMfYIDzpsyV8cvnLI5F3E9l+GfHOtdc2to9m1CYOilawZA4zl4oOOCLPgbmWA==",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-canvas": "^4.2.11", "@esotericsoftware/spine-canvas": "^4.1.28",
"@esotericsoftware/spine-core": "^4.2.11", "@esotericsoftware/spine-core": "^4.1.28",
"@esotericsoftware/spine-webgl": "^4.2.11", "@esotericsoftware/spine-webgl": "^4.1.28"
"phaser": "^3.55.2"
} }
}, },
"node_modules/@esotericsoftware/spine-webgl": { "node_modules/@esotericsoftware/spine-webgl": {

View File

@ -8,7 +8,7 @@
"dev": "npx concurrently \"npx live-server --no-browser\" \"npm run build -- --watch\"" "dev": "npx concurrently \"npx live-server --no-browser\" \"npm run build -- --watch\""
}, },
"dependencies": { "dependencies": {
"@esotericsoftware/spine-phaser": "^4.1.*", "@esotericsoftware/spine-phaser": "4.1.*",
"phaser": "3.60.0" "phaser": "3.60.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -30,8 +30,8 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.1.28", "@esotericsoftware/spine-core": "4.1.28",
"@esotericsoftware/spine-webgl": "^4.1.28", "@esotericsoftware/spine-webgl": "4.1.28",
"@esotericsoftware/spine-canvas": "^4.1.28" "@esotericsoftware/spine-canvas": "4.1.28"
} }
} }

View File

@ -30,6 +30,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-webgl": "^4.1.28" "@esotericsoftware/spine-webgl": "4.1.28"
} }
} }

View File

@ -30,6 +30,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.1.28" "@esotericsoftware/spine-core": "4.1.28"
} }
} }

View File

@ -30,6 +30,6 @@
}, },
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme", "homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": { "dependencies": {
"@esotericsoftware/spine-core": "^4.1.28" "@esotericsoftware/spine-core": "4.1.28"
} }
} }