Skip to content

Commit

Permalink
Merge pull request #408 from Instawork/florent/update-demo
Browse files Browse the repository at this point in the history
chore(demo): update Hyperview to v0.50.0
  • Loading branch information
flochtililoch committed Apr 7, 2022
2 parents 49431cc + 7a39539 commit 22a4809
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@react-navigation/stack": "^6.1.1",
"expo": "~44.0.0",
"expo-status-bar": "~1.2.0",
"hyperview": "^0.49.0",
"hyperview": "0.50.0",
"moment": "^2.29.1",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3096,10 +3096,10 @@ http-errors@1.8.1:
statuses ">= 1.5.0 < 2"
toidentifier "1.0.1"

hyperview@^0.49.0:
version "0.49.0"
resolved "https://registry.yarnpkg.com/hyperview/-/hyperview-0.49.0.tgz#696f7529b901909aca0a27967cb54a36713b3797"
integrity sha512-oFHdJJ0gFLM9O3YVYoNqMykO6k+EE0OoyP64lV+HYnkhM2wQF1GbWtvvofHJEf80+HHYNdxLQxPQ+oQROETXiw==
hyperview@0.50.0:
version "0.50.0"
resolved "https://registry.yarnpkg.com/hyperview/-/hyperview-0.50.0.tgz#9525ae9e47270aa32d9eb4d801dae58e19012ebe"
integrity sha512-toMUjWVn10dt6dfoIpXhNn0QDLMzdNnfdzluFZPCT8AohXxQiRtPlWITNuldzysc//zyfXBWgiYoXutD5FxZGg==
dependencies:
tiny-emitter "2.1.0"
url-parse "1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"generate": "babel-node ./scripts/generate",
"preversion": "yarn test && yarn build",
"prettify": "pretty-quick && prettier --write '**/*.xsd' '**/*.xml' '**/*.md'",
"postversion": "yarn publish --new-version $npm_package_version && git push --follow-tags",
"postversion": "yarn publish --new-version $npm_package_version && cd demo && yarn add hyperview@$npm_package_version && git add package.json yarn.lock && git commit -m'chore(demo): update Hyperview to v$npm_package_version' && cd .. && git push --follow-tags",
"format-xml": "./scripts/format-xml.sh",
"release:patch": "yarn version --patch",
"release:minor": "yarn version --minor",
Expand Down

0 comments on commit 22a4809

Please sign in to comment.