File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 77 "dependencies" : {
88 "@tensorflow/tfjs" : " ^3.14.0"
99 },
10- "alias" : { "process" : false , "buffer" : false },
10+ "alias" : {
11+ "process" : false ,
12+ "buffer" : false
13+ },
1114 "scripts" : {
1215 "link-local" : " yalc link" ,
1316 "watch" : " cross-env NODE_ENV=development parcel index.html"
1417 },
1518 "devDependencies" : {
1619 "clang-format" : " ~1.2.2" ,
20+ "cross-env" : " ^7.0.3" ,
1721 "eslint" : " ^8.11.0" ,
1822 "eslint-config-google" : " ^0.14.0" ,
1923 "parcel" : " ^2.3.2" ,
Original file line number Diff line number Diff line change @@ -1009,7 +1009,14 @@ cosmiconfig@^7.0.1:
10091009 path-type "^4.0.0"
10101010 yaml "^1.10.0"
10111011
1012- cross-spawn@^7.0.2 :
1012+ cross-env@^7.0.3 :
1013+ version "7.0.3"
1014+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
1015+ integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
1016+ dependencies :
1017+ cross-spawn "^7.0.1"
1018+
1019+ cross-spawn@^7.0.1, cross-spawn@^7.0.2 :
10131020 version "7.0.3"
10141021 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
10151022 integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
You can’t perform that action at this time.
0 commit comments