Skip to content

Commit

Permalink
chore(deps): update dependency excalibur to v0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 2, 2022
1 parent 9610d58 commit d123f6d
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.25.0"
},
"devDependencies": {
"@softwareventures/eslint-config": "4.3.5",
Expand All @@ -41,7 +41,7 @@
"ava": "4.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.12.0",
"excalibur": "0.24.5",
"excalibur": "0.25.3",
"prettier": "2.6.2",
"semantic-release": "17.4.7",
"ts-node": "10.7.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,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.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.0.tgz#f479dbfc3dffb035a0827602dd056839a774aa71"
integrity sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==

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 @@ -1977,10 +1982,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.25.3:
version "0.25.3"
resolved "https://registry.yarnpkg.com/excalibur/-/excalibur-0.25.3.tgz#612fec40b2f85c5adea19f8bed340e3f3b292113"
integrity sha512-BfhnOZJSkUEWFpZaKYPhmiivRYpXF6TykaUSJK3zzAwzUhNdTjT1XKSBFyN8CePkBtmza8cB/ufblG1bH91QjA==
dependencies:
core-js "3.21.0"

execa@^5.0.0:
version "5.1.1"
Expand Down

0 comments on commit d123f6d

Please sign in to comment.