Skip to content

Commit

Permalink
Undo yarn.lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 31, 2023
1 parent 3a7aed3 commit 84767a5
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions yarn.lock
Expand Up @@ -3246,13 +3246,6 @@
read-package-json-fast "^2.0.3"
which "^2.0.2"

"@nrwl/cli@15.5.3":
version "15.5.3"
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.5.3.tgz#13277e5a0e8ba713850bcf13fa76717ea747a2bb"
integrity sha512-NWf9CWswvdYM6YzXuweaZPAZ2erMtQrrHZdgFbUGeojZBZ+b4TCGzLWNodZj4yQOa/eTwlyPMYO2LEw9CoapDQ==
dependencies:
nx "15.5.3"

"@nrwl/cli@15.6.3":
version "15.6.3"
resolved "https://registry.npmjs.org/@nrwl/cli/-/cli-15.6.3.tgz#999531d6efb30afc39373bdcbd7e78254a3a3fd3"
Expand Down Expand Up @@ -3324,13 +3317,6 @@
tar "6.1.11"
yargs-parser ">=21.0.1"

"@nrwl/tao@15.5.3":
version "15.5.3"
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.5.3.tgz#08c05715d2ecb108ed8b2c5381b9017cf1448b4a"
integrity sha512-vgPLIW9IoBfQ4IkHRT5RC4LqNwFBK5jmHYmFIRgbIeFRudFBbnpmOaKRME0OwN7qJ6964PVVbzahAPvYVD02xw==
dependencies:
nx "15.5.3"

"@nrwl/tao@15.6.3":
version "15.6.3"
resolved "https://registry.npmjs.org/@nrwl/tao/-/tao-15.6.3.tgz#b24e11345375dea96bc386c60b9b1102a7584932"
Expand Down Expand Up @@ -10794,13 +10780,13 @@ nth-check@^2.0.0, nth-check@^2.0.1:
dependencies:
boolbase "^1.0.0"

nx@15.5.3, "nx@>=15.4.2 < 16":
version "15.5.3"
resolved "https://registry.npmjs.org/nx/-/nx-15.5.3.tgz#bf6252e7d9e17121dd82dec4f6fce319b9e005fa"
integrity sha512-PHB8VbiBLP108xb+yR8IGEsYWr7OcmDDOjHL+73oP4lVjyPgT8wdTMe6tI5LdBgv+KZ+0kiThK3ckvcPsfgvLQ==
nx@15.6.3:
version "15.6.3"
resolved "https://registry.npmjs.org/nx/-/nx-15.6.3.tgz#900087bce38c6e5975660c23ebd41ead1bf54f98"
integrity sha512-3t0A0GPLNen1yPAyE+VGZ3nkAzZYb5nfXtAcx8SHBlKq4u42yBY3khBmP1y4Og3jhIwFIj7J7Npeh8ZKrthmYQ==
dependencies:
"@nrwl/cli" "15.5.3"
"@nrwl/tao" "15.5.3"
"@nrwl/cli" "15.6.3"
"@nrwl/tao" "15.6.3"
"@parcel/watcher" "2.0.4"
"@yarnpkg/lockfile" "^1.1.0"
"@yarnpkg/parsers" "^3.0.0-rc.18"
Expand Down Expand Up @@ -10835,13 +10821,13 @@ nx@15.5.3, "nx@>=15.4.2 < 16":
yargs "^17.6.2"
yargs-parser "21.1.1"

nx@15.6.3:
version "15.6.3"
resolved "https://registry.npmjs.org/nx/-/nx-15.6.3.tgz#900087bce38c6e5975660c23ebd41ead1bf54f98"
integrity sha512-3t0A0GPLNen1yPAyE+VGZ3nkAzZYb5nfXtAcx8SHBlKq4u42yBY3khBmP1y4Og3jhIwFIj7J7Npeh8ZKrthmYQ==
"nx@>=15.4.2 < 16":
version "15.5.3"
resolved "https://registry.npmjs.org/nx/-/nx-15.5.3.tgz#bf6252e7d9e17121dd82dec4f6fce319b9e005fa"
integrity sha512-PHB8VbiBLP108xb+yR8IGEsYWr7OcmDDOjHL+73oP4lVjyPgT8wdTMe6tI5LdBgv+KZ+0kiThK3ckvcPsfgvLQ==
dependencies:
"@nrwl/cli" "15.6.3"
"@nrwl/tao" "15.6.3"
"@nrwl/cli" "15.5.3"
"@nrwl/tao" "15.5.3"
"@parcel/watcher" "2.0.4"
"@yarnpkg/lockfile" "^1.1.0"
"@yarnpkg/parsers" "^3.0.0-rc.18"
Expand Down

0 comments on commit 84767a5

Please sign in to comment.