Skip to content

Commit

Permalink
Merge pull request #12 from vtex-apps/feature/setup
Browse files Browse the repository at this point in the history
vtex setup -i
  • Loading branch information
anamaiabap authored Jul 13, 2022
2 parents 9a0f7fd + c65f584 commit 6f91daa
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"env": {
"node": true
}
}
}
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "0.0.0",
"name": "CHANGE_ME",
"private": true,
"license": "UNLICENSED",
Expand All @@ -9,10 +8,6 @@
"lint:locales": "intl-equalizer",
"test": "vtex-test-tools test"
},
"intl-equalizer": {
"referenceLocale": "en",
"localeDirectory": "messages"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand All @@ -23,6 +18,9 @@
"eslint --fix",
"prettier --write"
],
"*.{json,graphql,gql}": [
"prettier --write"
],
"*.json": [
"prettier --write"
],
Expand All @@ -43,5 +41,10 @@
"@vtex/danger": "^0.2.7",
"graphql": "^14.6.0",
"@vtex/test-tools": "^3.4.3"
},
"version": "0.0.0",
"intl-equalizer": {
"referenceLocale": "en",
"localeDirectory": "messages"
}
}
6 changes: 5 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"apollo-cache-inmemory": "^1.6.5",
"graphql": "^14.6.0",
"react-intl-currency-input": "^0.2.6",
"typescript": "3.9.7"
"typescript": "3.9.7",
"vtex.gift-card-list": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.gift-card-list@1.14.0/public/@types/vtex.gift-card-list",
"vtex.list-wallet": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.list-wallet@1.0.1/public/@types/vtex.list-wallet",
"vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.132.4/public/@types/vtex.render-runtime",
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide"
}
}
16 changes: 16 additions & 0 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5977,6 +5977,22 @@ vtex-tachyons@^3.2.0:
resolved "https://registry.yarnpkg.com/vtex-tachyons/-/vtex-tachyons-3.2.2.tgz#e9e39d939778ef7d80a92c476cecf7417f79a6e8"
integrity sha512-4M53uuvV+2XEjplVYiPgpBuaI5dtGksVgz/20NNjbZkXklJM7Lwgod/hOoh3PtIn36+95zZVVgXYfs3e6EU8YA==

"vtex.gift-card-list@http://vtex.vtexassets.com/_v/public/typings/v1/vtex.gift-card-list@1.14.0/public/@types/vtex.gift-card-list":
version "1.14.0"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.gift-card-list@1.14.0/public/@types/vtex.gift-card-list#7a2c6f7ddd94be082ecb3ae1f7a1af6998181111"

"vtex.list-wallet@http://vtex.vtexassets.com/_v/public/typings/v1/vtex.list-wallet@1.0.1/public/@types/vtex.list-wallet":
version "1.0.1"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.list-wallet@1.0.1/public/@types/vtex.list-wallet#12b208d2cd152dbfafd515f050a13e319f523f53"

"vtex.render-runtime@http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.132.4/public/@types/vtex.render-runtime":
version "8.132.4"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.132.4/public/@types/vtex.render-runtime#66bb41bd4d342e37c9d85172aad5f7eefebfb6dc"

"vtex.styleguide@http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide":
version "9.146.1"
resolved "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide#66db40ca1b78ad77ce4beedabecee320e1ef2ead"

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 6f91daa

Please sign in to comment.