Skip to content

Commit

Permalink
Update lockfiles branch tfjs_3.2.0_lockfiles lock files. (#4742)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever authored Feb 25, 2021
1 parent 6ffd280 commit 31fd388
Show file tree
Hide file tree
Showing 9 changed files with 244 additions and 97 deletions.
13 changes: 10 additions & 3 deletions tfjs-backend-cpu/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,16 @@
dependencies:
estree-walker "^1.0.1"

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down
17 changes: 8 additions & 9 deletions tfjs-backend-wasm/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -936,11 +936,6 @@
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-4.0.0.tgz#c99fb21295c7e2858fa176c2b950c589217ae8ac"
integrity sha512-e242AK+shp+5bpAc9l93pmG5YRYRfM0INV3gfbdxNeBxccx1MJUagaiwxqAV+Mw55zk92gsb99f2TAc9tt6C7w==

"@bazel/hide-bazel-files@latest":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@bazel/hide-bazel-files/-/hide-bazel-files-1.7.0.tgz#7cb140c23c4269d6464c24be0a2acf0241d2a31d"
integrity sha512-pvdyRX/EsU8n+oElFb+OZ9i5M48HNFR+Z4D3vc0qDGiJ8oly9fZcUb2gbw4CzyeovJz0IzjSxjqMS6cp5gKoeg==

"@istanbuljs/schema@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
Expand Down Expand Up @@ -987,14 +982,18 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.2.0.tgz#847a50375586c7329c63208d8d9af791a4bd850d"
integrity sha512-L3Pp7FHO92BaeG8Uuc/RJMJ/e61UrIbKgFHS3MKr0zcbmEsqGfos6/5yR1EHj7SoYG2nPlC5+6HxbYy0zp22IA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
Expand Down
23 changes: 17 additions & 6 deletions tfjs-backend-webgl/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -793,13 +793,24 @@
dependencies:
estree-walker "^1.0.1"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.2.0.tgz#847a50375586c7329c63208d8d9af791a4bd850d"
integrity sha512-L3Pp7FHO92BaeG8Uuc/RJMJ/e61UrIbKgFHS3MKr0zcbmEsqGfos6/5yR1EHj7SoYG2nPlC5+6HxbYy0zp22IA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down
23 changes: 17 additions & 6 deletions tfjs-converter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,24 @@
estree-walker "^1.0.1"
micromatch "^4.0.2"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.2.0.tgz#847a50375586c7329c63208d8d9af791a4bd850d"
integrity sha512-L3Pp7FHO92BaeG8Uuc/RJMJ/e61UrIbKgFHS3MKr0zcbmEsqGfos6/5yR1EHj7SoYG2nPlC5+6HxbYy0zp22IA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@ts-morph/common@~0.5.2":
version "0.5.2"
Expand Down
30 changes: 21 additions & 9 deletions tfjs-data/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -784,17 +784,29 @@
estree-walker "^1.0.1"
micromatch "^4.0.2"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.2.0.tgz#847a50375586c7329c63208d8d9af791a4bd850d"
integrity sha512-L3Pp7FHO92BaeG8Uuc/RJMJ/e61UrIbKgFHS3MKr0zcbmEsqGfos6/5yR1EHj7SoYG2nPlC5+6HxbYy0zp22IA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@tensorflow/tfjs-layers@link:../tfjs-layers":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-3.2.0.tgz#2f243c5044685ed22e288c1ceb063b817b29e569"
integrity sha512-TgTpH6RI+NmL4s8pQ76wkq15p79SfSQLOfFL2rGmJgatQRuA/mxLlH5GLir5HwwER3a0Vj8lMbexxCAGTqr2Xg==

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down
37 changes: 28 additions & 9 deletions tfjs-layers/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -869,17 +869,36 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.2.0.tgz#847a50375586c7329c63208d8d9af791a4bd850d"
integrity sha512-L3Pp7FHO92BaeG8Uuc/RJMJ/e61UrIbKgFHS3MKr0zcbmEsqGfos6/5yR1EHj7SoYG2nPlC5+6HxbYy0zp22IA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-backend-webgl@link:../tfjs-backend-webgl":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-3.2.0.tgz#e80f2c6cf47321fd89a6e83491cf37f8afb662ae"
integrity sha512-WORXpDt5Ey5/+a4NioyrJkfbJUlleaSELpHnxeDsGt6BpRC2P/1pVJS1IjnBD/f4QlOm3mhouN2Oq28dRhRvqA==
dependencies:
"@tensorflow/tfjs-backend-cpu" "3.2.0"
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
"@types/webgl2" "0.0.5"
seedrandom "2.4.3"

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@types/estree@*":
version "0.0.45"
Expand Down
80 changes: 59 additions & 21 deletions tfjs-node-gpu/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,33 +90,71 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.2.0.tgz#847a50375586c7329c63208d8d9af791a4bd850d"
integrity sha512-L3Pp7FHO92BaeG8Uuc/RJMJ/e61UrIbKgFHS3MKr0zcbmEsqGfos6/5yR1EHj7SoYG2nPlC5+6HxbYy0zp22IA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-backend-webgl@link:../tfjs-backend-webgl":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-3.2.0.tgz#e80f2c6cf47321fd89a6e83491cf37f8afb662ae"
integrity sha512-WORXpDt5Ey5/+a4NioyrJkfbJUlleaSELpHnxeDsGt6BpRC2P/1pVJS1IjnBD/f4QlOm3mhouN2Oq28dRhRvqA==
dependencies:
"@tensorflow/tfjs-backend-cpu" "3.2.0"
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
"@types/webgl2" "0.0.5"
seedrandom "2.4.3"

"@tensorflow/tfjs-converter@link:../tfjs-converter":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-3.2.0.tgz#4e80ced274aad2a3581a66a158237eeda7370a64"
integrity sha512-iE2Q0naHR8OVcMc9RluebMObsPysru7X1y+mWtkPNnYlNUJORxfkEitrMbVDAKw6lsivIfo4Ar5UcstiG8/ckQ==

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@tensorflow/tfjs-data@link:../tfjs-data":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-3.2.0.tgz#886f22309e91e69d686f27fba1d339d693bc7f1a"
integrity sha512-fG4rYJlxh/B9fzgc+/qdj5gPI485RsDUM99mErxovlh3UMIdRgMeHHdFse44VlyAShEAgsOehuWovhY5520kEw==
dependencies:
"@types/node-fetch" "^2.1.2"
node-fetch "~2.6.1"

"@tensorflow/tfjs-layers@link:../tfjs-layers":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-3.2.0.tgz#2f243c5044685ed22e288c1ceb063b817b29e569"
integrity sha512-TgTpH6RI+NmL4s8pQ76wkq15p79SfSQLOfFL2rGmJgatQRuA/mxLlH5GLir5HwwER3a0Vj8lMbexxCAGTqr2Xg==

"@tensorflow/tfjs@link:../tfjs":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs/-/tfjs-3.2.0.tgz#503e62a7996204cdd3103d488babdbf8bf622954"
integrity sha512-rgcHHhzI+JVl206eMbYO8WzBW3DO9pinEbgtUWdxjfk+a4ojlqvJ34RPEISMSQZRR5KRCA7E/dHFv9+EULfqmw==
dependencies:
"@tensorflow/tfjs-backend-cpu" "3.2.0"
"@tensorflow/tfjs-backend-webgl" "3.2.0"
"@tensorflow/tfjs-converter" "3.2.0"
"@tensorflow/tfjs-core" "3.2.0"
"@tensorflow/tfjs-data" "3.2.0"
"@tensorflow/tfjs-layers" "3.2.0"
argparse "^1.0.10"
chalk "^4.1.0"
core-js "3"
regenerator-runtime "^0.13.5"
yargs "^16.0.3"

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down
80 changes: 59 additions & 21 deletions tfjs-node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,33 +90,71 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@tensorflow/tfjs-backend-cpu@link:../tfjs-backend-cpu":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-3.2.0.tgz#847a50375586c7329c63208d8d9af791a4bd850d"
integrity sha512-L3Pp7FHO92BaeG8Uuc/RJMJ/e61UrIbKgFHS3MKr0zcbmEsqGfos6/5yR1EHj7SoYG2nPlC5+6HxbYy0zp22IA==
dependencies:
"@types/seedrandom" "2.4.27"
seedrandom "2.4.3"

"@tensorflow/tfjs-backend-webgl@link:../tfjs-backend-webgl":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-3.2.0.tgz#e80f2c6cf47321fd89a6e83491cf37f8afb662ae"
integrity sha512-WORXpDt5Ey5/+a4NioyrJkfbJUlleaSELpHnxeDsGt6BpRC2P/1pVJS1IjnBD/f4QlOm3mhouN2Oq28dRhRvqA==
dependencies:
"@tensorflow/tfjs-backend-cpu" "3.2.0"
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
"@types/webgl2" "0.0.5"
seedrandom "2.4.3"

"@tensorflow/tfjs-converter@link:../tfjs-converter":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-3.2.0.tgz#4e80ced274aad2a3581a66a158237eeda7370a64"
integrity sha512-iE2Q0naHR8OVcMc9RluebMObsPysru7X1y+mWtkPNnYlNUJORxfkEitrMbVDAKw6lsivIfo4Ar5UcstiG8/ckQ==

"@tensorflow/tfjs-core@link:../tfjs-core":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-3.2.0.tgz#cae4d3d2e58dacae7a260b8d960126e0efb09417"
integrity sha512-MZnTk9wcJai5lTfkC8T1rr6/M9C4eO0DfojZghopZXDflCTndLPIKcudx6E8qfrmZOkRSqMIwB7A8UFs7f+3Kg==
dependencies:
"@types/offscreencanvas" "~2019.3.0"
"@types/seedrandom" "2.4.27"
"@types/webgl-ext" "0.0.30"
node-fetch "~2.6.1"
seedrandom "2.4.3"

"@tensorflow/tfjs-data@link:../tfjs-data":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-3.2.0.tgz#886f22309e91e69d686f27fba1d339d693bc7f1a"
integrity sha512-fG4rYJlxh/B9fzgc+/qdj5gPI485RsDUM99mErxovlh3UMIdRgMeHHdFse44VlyAShEAgsOehuWovhY5520kEw==
dependencies:
"@types/node-fetch" "^2.1.2"
node-fetch "~2.6.1"

"@tensorflow/tfjs-layers@link:../tfjs-layers":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-3.2.0.tgz#2f243c5044685ed22e288c1ceb063b817b29e569"
integrity sha512-TgTpH6RI+NmL4s8pQ76wkq15p79SfSQLOfFL2rGmJgatQRuA/mxLlH5GLir5HwwER3a0Vj8lMbexxCAGTqr2Xg==

"@tensorflow/tfjs@link:../tfjs":
version "0.0.0"
uid ""
"@tensorflow/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs/-/tfjs-3.2.0.tgz#503e62a7996204cdd3103d488babdbf8bf622954"
integrity sha512-rgcHHhzI+JVl206eMbYO8WzBW3DO9pinEbgtUWdxjfk+a4ojlqvJ34RPEISMSQZRR5KRCA7E/dHFv9+EULfqmw==
dependencies:
"@tensorflow/tfjs-backend-cpu" "3.2.0"
"@tensorflow/tfjs-backend-webgl" "3.2.0"
"@tensorflow/tfjs-converter" "3.2.0"
"@tensorflow/tfjs-core" "3.2.0"
"@tensorflow/tfjs-data" "3.2.0"
"@tensorflow/tfjs-layers" "3.2.0"
argparse "^1.0.10"
chalk "^4.1.0"
core-js "3"
regenerator-runtime "^0.13.5"
yargs "^16.0.3"

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down
Loading

0 comments on commit 31fd388

Please sign in to comment.