Skip to content

Commit

Permalink
Added yarn generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanudream authored and RobertIviteb committed Aug 8, 2022
1 parent 3ff2f3e commit cf32fb8
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 300 deletions.
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tslint-config-vtex": "^2.1.0",
"typescript": "3.9.7",
"vtex.device-detector": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.device-detector",
"vtex.mega-menu": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].2-hkignore.2/public/@types/vtex.mega-menu",
"vtex.mega-menu": "https://megamenutest--auchanqa.myvtex.com/_v/private/typings/linked/v1/[email protected].1+build1657121039/public/@types/vtex.mega-menu",
"vtex.native-types": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.native-types",
"vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.store-icons",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.styleguide"
Expand Down
547 changes: 265 additions & 282 deletions node/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"devDependencies": {
"@types/node": "12.12.21",
"@types/node": "^12.12.21",
"@vtex/intl-equalizer": "^2.5.0",
"@vtex/prettier-config": "^0.3.5",
"eslint": "^7.14.0",
Expand Down
5 changes: 1 addition & 4 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@
"react-dom": "^16.8.6",
"typescript": "3.9.7",
"vtex.device-detector": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.device-detector",
"vtex.file-manager": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/_types/react",
"vtex.file-manager-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.file-manager-graphql",
"vtex.mega-menu": "https://megamenutest--auchanqa.myvtex.com/_v/private/typings/linked/v1/[email protected]+build1657121039/public/@types/vtex.mega-menu",
"vtex.native-types": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.native-types",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime",
"vtex.store": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.store",
"vtex.store-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.store-graphql",
"vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.store-icons",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.styleguide"
},
Expand Down
11 changes: 8 additions & 3 deletions react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
"extends": "@vtex/tsconfig",
"compilerOptions": {
"noEmitOnError": false,
"lib": ["dom"],
"jsx": "react",
"lib": [
"dom"
],
"module": "esnext",
"moduleResolution": "node",
"target": "es2017",
"noImplicitAny": false,
"allowSyntheticDefaultImports": true
},
"include": ["./typings/*.d.ts", "./**/*.tsx", "./**/*.ts"]
"include": [
"./typings/*.d.ts",
"./**/*.tsx",
"./**/*.ts"
]
}
31 changes: 26 additions & 5 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
json5 "^2.1.2"
semver "^6.3.0"
source-map "^0.5.0"
source-map "^0.5.0"

"@babel/generator@^7.14.2", "@babel/generator@^7.14.3":
version "7.14.3"
Expand All @@ -92,6 +93,7 @@
"@babel/types" "^7.14.2"
jsesc "^2.5.1"
source-map "^0.5.0"
source-map "^0.5.0"

"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
version "7.12.13"
Expand Down Expand Up @@ -1511,6 +1513,13 @@
dependencies:
graphql "*"

"@types/graphql@^14.5.0":
version "14.5.0"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.5.0.tgz#a545fb3bc8013a3547cf2f07f5e13a33642b75d6"
integrity sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA==
dependencies:
graphql "*"

"@types/hoist-non-react-statics@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
Expand Down Expand Up @@ -1682,6 +1691,7 @@
"@testing-library/react" "^10.4.7"
"@testing-library/react-hooks" "^3.4.1"
"@types/graphql" "^14.5.0"
"@types/graphql" "^14.5.0"
"@types/jest" "^26.0.8"
"@types/node" "^14.0.27"
"@types/react" "^16.9.44"
Expand Down Expand Up @@ -2310,6 +2320,11 @@ colorette@^1.2.2:
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==

colorette@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==

combined-stream@^1.0.6, combined-stream@~1.0.6:
version "1.0.8"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
Expand Down Expand Up @@ -2904,6 +2919,11 @@ graphql@*, graphql@^15.5.0:
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==

graphql@*, graphql@^15.5.0:
version "15.5.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==

graphql@^14.0.0:
version "14.7.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
Expand Down Expand Up @@ -4110,7 +4130,7 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"

object-keys@^1.0.12, object-keys@^1.1.1:
object-keys@^1.0.12, object-keys@^1.0.12, object-keys@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
Expand Down Expand Up @@ -4383,6 +4403,7 @@ react-csv-reader@^3.4.0:
resolved "https://registry.yarnpkg.com/react-csv-reader/-/react-csv-reader-3.4.0.tgz#29fb0659315c69cee56da6ed147ae39f01e526c8"
integrity sha512-jQ0V6zdi49trMCIb9EMBfWQMhvJixasSY2uwi+NP0syUwk+RcurD2WwdKxEr5lsAvoY+UoMkqotQii6CG1ST2A==
dependencies:
"@types/papaparse" "^5.2.4"
"@types/papaparse" "^5.2.4"
papaparse "^5.3.0"

Expand Down Expand Up @@ -4842,7 +4863,7 @@ source-map-url@^0.4.0:
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56"
integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==

source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
source-map@^0.5.0, source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
Expand Down Expand Up @@ -5269,9 +5290,9 @@ [email protected]:
version "0.2.6"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.device-detector#3219242fa5c2f14023d33c3549c2d8de93c76d1f"

"vtex.mega-menu@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].2-hkignore.2/public/@types/vtex.mega-menu":
version "2.6.2-hkignore.2"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected].2-hkignore.2/public/@types/vtex.mega-menu#38ef78a0cd4613cd494e71257dcc902184f77860"
"vtex.mega-menu@https://megamenutest--auchanqa.myvtex.com/_v/private/typings/linked/v1/[email protected].1+build1657121039/public/@types/vtex.mega-menu":
version "2.6.1"
resolved "https://megamenutest--auchanqa.myvtex.com/_v/private/typings/linked/v1/[email protected].1+build1657121039/public/@types/vtex.mega-menu#41d4bb2099d359c64ce4da5f269f2531ea097d0a"

"vtex.native-types@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.native-types":
version "0.8.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/[email protected]":
version "12.12.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.21.tgz#aa44a6363291c7037111c47e4661ad210aded23f"
integrity sha512-8sRGhbpU+ck1n0PGAUgVrWrWdjSW2aqNeyC15W88GRsMpSwzv6RJGlLhE7s2RhVSOdyDmxbqlWSeThq4/7xqlA==
"@types/node@^12.12.21":
version "12.20.55"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down

0 comments on commit cf32fb8

Please sign in to comment.