Skip to content

Commit

Permalink
chore(deps): update dependency excalibur to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2022
1 parent 3e75485 commit 125baaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"excalibur": "^0.24.0"
"excalibur": "^0.24.0 || ^0.27.0"
},
"devDependencies": {
"@softwareventures/eslint-config": "4.3.5",
Expand All @@ -41,7 +41,7 @@
"ava": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.21.0",
"excalibur": "0.24.5",
"excalibur": "0.27.0",
"prettier": "2.7.1",
"semantic-release": "17.4.7",
"ts-node": "10.9.1",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,11 @@ convert-to-spaces@^2.0.1:
resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz#61a6c98f8aa626c16b296b862a91412a33bceb6b"
integrity sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==

core-js@3.23.3:
version "3.23.3"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.3.tgz#3b977612b15da6da0c9cc4aec487e8d24f371112"
integrity sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q==

core-util-is@~1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
Expand Down Expand Up @@ -2037,10 +2042,12 @@ esutils@^2.0.2, esutils@^2.0.3:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==

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.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/excalibur/-/excalibur-0.27.0.tgz#6e98d9d52393f96342b15a82d66246e154dcd21d"
integrity sha512-stbjNb3HD0ZEG3KKt1D8x558l4JNKFux1B5KlLoe+9SqxWTod/pYJqR/Nn6teB1vtCDnU3oYCnLo4FNQk6eJFA==
dependencies:
core-js "3.23.3"

execa@^5.0.0:
version "5.1.1"
Expand Down

0 comments on commit 125baaa

Please sign in to comment.