Skip to content

Commit

Permalink
setup adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarross committed Oct 26, 2022
1 parent 2d0c0fb commit a0bf611
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"@vtex/tsconfig": "^0.5.6",
"jest": "^27.0.6",
"ts-jest": "^27.0.4",
"typescript": "3.9.7"
"typescript": "3.9.7",
"vtex.affiliates-order-form-spy": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.affiliates-order-form-spy"
},
"scripts": {
"lint": "tsc --noEmit --pretty",
Expand Down
4 changes: 4 additions & 0 deletions node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3793,6 +3793,10 @@ vary@^1.1.2:
resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=

"vtex.affiliates-order-form-spy@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.affiliates-order-form-spy":
version "0.0.0"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.affiliates-order-form-spy#2b67558ab7a54d0a9fb53d94e91d7aa0fc41bbb8"

w3c-hr-time@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
Expand Down
4 changes: 3 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"@vtex/tsconfig": "^0.4.4",
"apollo-cache-inmemory": "^1.6.5",
"graphql": "^14.6.0",
"typescript": "3.9.7"
"typescript": "3.9.7",
"vtex.affiliates-order-form-spy": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.affiliates-order-form-spy",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime"
}
}
8 changes: 8 additions & 0 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5080,6 +5080,14 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

"vtex.affiliates-order-form-spy@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.affiliates-order-form-spy":
version "0.0.0"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.affiliates-order-form-spy#2b67558ab7a54d0a9fb53d94e91d7aa0fc41bbb8"

"vtex.render-runtime@http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime":
version "7.45.0"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.render-runtime#d9c9c4bbe8efe698a6b6566cc22e9dd7687a2442"

w3c-hr-time@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
Expand Down

0 comments on commit a0bf611

Please sign in to comment.