Skip to content

Commit

Permalink
fix(deps): revert to excalibur v0.24.4
Browse files Browse the repository at this point in the history
Z-index sorting is broken in v0.24.5.

See excaliburjs/Excalibur#1678
  • Loading branch information
djcsdy committed Oct 4, 2020
1 parent 47786ba commit 05c47e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/domready": "1.0.0",
"domready": "1.0.8",
"excalibur": "0.24.5",
"excalibur": "0.24.4",
"tslib": "2.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3621,10 +3621,10 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
md5.js "^1.3.4"
safe-buffer "^5.1.1"

excalibur@0.24.5:
version "0.24.5"
resolved "https://registry.yarnpkg.com/excalibur/-/excalibur-0.24.5.tgz#55b996c2e162c1b4464c2654832dd85de29324ac"
integrity sha512-fFgwDqv59eIbP2L+aRop30azu9v8liUQBABkisvI3ZqKRi/DJrhV1ScIEMEqLLsDvUlj3GOGhGrZmN5IghlNyQ==
excalibur@0.24.4:
version "0.24.4"
resolved "https://registry.yarnpkg.com/excalibur/-/excalibur-0.24.4.tgz#c05cdf7f4cae103d70685e32dff45546463f296d"
integrity sha512-frP4NF1TaSzEPh7algTycMdGbHoATCbzJF5iMlvE8wzGoWO6yz3x3M6NYJDeRZ/sjo/BBACYktSMEVrgRl6Whg==

execa@^0.7.0:
version "0.7.0"
Expand Down

0 comments on commit 05c47e4

Please sign in to comment.