Skip to content

Commit

Permalink
Bump nx to ^14.5.10 (#34103)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2022
1 parent fd94b47 commit 1258329
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -155,7 +155,7 @@
"markdownlint-cli": "^0.32.2",
"mocha": "^10.0.0",
"node-fetch": "^2.6.7",
"nx": "^14.5.8",
"nx": "^14.5.10",
"nyc": "^15.1.0",
"piscina": "^3.2.0",
"playwright": "^1.25.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Expand Up @@ -2731,19 +2731,19 @@
read-package-json-fast "^2.0.3"
which "^2.0.2"

"@nrwl/cli@14.5.8":
version "14.5.8"
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-14.5.8.tgz#5a1c407e733ba9b28f1118fafb609aa920fc7081"
integrity sha512-XX2TguehE1dFlwd8xRBzJ6wq5+2KigTeUNXLHMFdz/48veKlrmGB7qv7uXIgpquyfJhcvOcN4r4Qncj6Nbrlow==
"@nrwl/cli@14.5.10":
version "14.5.10"
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-14.5.10.tgz#826c06a9a272523424f0c5690f5d745260ed1ea1"
integrity sha512-GpnnKGO3+HwlMmZSStbq1MOyoDJg2I0HN4nBqM3ltaQkfxGZv3erwRMOAT+8mba2MWbJJ2QQgASAYvTscNYjOQ==
dependencies:
nx "14.5.8"
nx "14.5.10"

"@nrwl/tao@14.5.8":
version "14.5.8"
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-14.5.8.tgz#23ef422b4dab2722fbed973bfc7822e6fa215104"
integrity sha512-tN8qX8wtLP1cuGPKxdaArjtJaHJIpfZ3J2OqkotdocxcvwbDdTvTQzhcLknNNUk/jqHer3YsBmcgyJW3VGbf4w==
"@nrwl/tao@14.5.10":
version "14.5.10"
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-14.5.10.tgz#69c90f8b6e13f2bb521840a5903f7eb4884285ff"
integrity sha512-eWORRba0HlTNmOQFUxHqki0Z5yiRIq1Hl0taprmZpz2lgDXuzPIjGfAi5/ETy5+G5gkEyxFnCq7+SiMilPokwA==
dependencies:
nx "14.5.8"
nx "14.5.10"

"@octokit/auth-token@^2.4.4":
version "2.5.0"
Expand Down Expand Up @@ -12012,13 +12012,13 @@ nwsapi@^2.2.0:
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.1.tgz#10a9f268fbf4c461249ebcfe38e359aa36e2577c"
integrity sha512-JYOWTeFoS0Z93587vRJgASD5Ut11fYl5NyihP3KrYBvMe1FRRs6RN7m20SA/16GM4P6hTnZjT+UmDOt38UeXNg==

nx@14.5.8, "nx@>=14.5.4 < 16", nx@^14.5.8:
version "14.5.8"
resolved "https://registry.yarnpkg.com/nx/-/nx-14.5.8.tgz#0387f684ff0c14c42f2212a662d432d8cd4f9377"
integrity sha512-yTWL4pyzevWORx0GzXElTeoH19pvvOt0v98kXWjNU4TTB1vWlMiHEFAkfqScFrUX0L/efulYoEVjTgPdNtmInA==
nx@14.5.10, "nx@>=14.5.4 < 16", nx@^14.5.10:
version "14.5.10"
resolved "https://registry.yarnpkg.com/nx/-/nx-14.5.10.tgz#cc950bcc2d867f0aa4e86a508842a9299650fbb9"
integrity sha512-dqiV+zY32k98mfKFTgiQyYd9HYZmB1zoJj6gYniEuqzs6CKp8ZSpeRDaVQRxR6wEMvW9MSTA9kBg8sJ78W/NZg==
dependencies:
"@nrwl/cli" "14.5.8"
"@nrwl/tao" "14.5.8"
"@nrwl/cli" "14.5.10"
"@nrwl/tao" "14.5.10"
"@parcel/watcher" "2.0.4"
chalk "4.1.0"
chokidar "^3.5.1"
Expand Down

0 comments on commit 1258329

Please sign in to comment.