Skip to content

Commit

Permalink
Bump @glimmer/syntax from 0.48.0 to 0.50.0 (#7880)
Browse files Browse the repository at this point in the history
Bumps [@glimmer/syntax](https://github.com/glimmerjs/glimmer-vm) from 0.48.0 to 0.50.0.
- [Release notes](https://github.com/glimmerjs/glimmer-vm/releases)
- [Changelog](https://github.com/glimmerjs/glimmer-vm/blob/master/CHANGELOG.md)
- [Commits](glimmerjs/glimmer-vm@v0.48.0...v0.50.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 3, 2020
1 parent 4aef30e commit 4ac088c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"@angular/compiler": "9.0.5",
"@babel/code-frame": "7.8.0",
"@babel/parser": "7.9.4",
"@glimmer/syntax": "0.48.0",
"@glimmer/syntax": "0.50.0",
"@iarna/toml": "2.2.3",
"@typescript-eslint/typescript-estree": "2.26.0",
"angular-estree-parser": "1.3.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Expand Up @@ -812,30 +812,30 @@
resolved "https://registry.yarnpkg.com/@glimmer/env/-/env-0.1.7.tgz#fd2d2b55a9029c6b37a6c935e8c8871ae70dfa07"
integrity sha1-/S0rVakCnGs3psk16MiHGucN+gc=

"@glimmer/interfaces@^0.48.0":
version "0.48.0"
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.48.0.tgz#2ed02298215af89195cca1b1492175dce4fca850"
integrity sha512-DSdohINB5YNlaJgb8rzr2Bf/ml3Nt3bgi+sGV6jzzpRVtytXnZZW7AOZruMnHq0EVOFt8mS/312s1HmpYKEWrw==
"@glimmer/interfaces@^0.50.0":
version "0.50.0"
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.50.0.tgz#ad556592ecccd44afb5bbd08906734d63a178d02"
integrity sha512-z62FdxACLmIiAaM9sx34kTVGnip4OaKcUHbrtRhKR54o3XdR/wyJ4iibIRqGR8xLPz2XbOoyarDQ1QmYJBU8Mg==
dependencies:
"@simple-dom/interface" "^1.4.0"

"@glimmer/syntax@0.48.0":
version "0.48.0"
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.48.0.tgz#2aeaa030cbd1813e70ecdfb4fdee73dd721269a3"
integrity sha512-erdTiCdMTyFDENZ1gGySiLxiwOhN618+9Jn0ShZrj+yf0SoxUmFpWWOsBEgGRxnwi3w/lCYsrOGHO/n9pvUZ0w==
"@glimmer/syntax@0.50.0":
version "0.50.0"
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.50.0.tgz#a56eac20972e3fc60f55b39112d1e113b55f0652"
integrity sha512-T04MubWW8fkc54Dg9py6Y/PaWI+o0CDK+LVj0z9oIiTO+ehEmntUpIcuuVDpAB+/5GCqEOZhuxq/agnm5m6EIw==
dependencies:
"@glimmer/interfaces" "^0.48.0"
"@glimmer/util" "^0.48.0"
"@glimmer/interfaces" "^0.50.0"
"@glimmer/util" "^0.50.0"
handlebars "^4.5.1"
simple-html-tokenizer "^0.5.9"

"@glimmer/util@^0.48.0":
version "0.48.0"
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.48.0.tgz#701657930339f879b89560e807f7a35f0823b3ae"
integrity sha512-j30o5YZHLcKMbyFusNhskIOCvDYM13mfLWVmdVJ7CS6TzROvwaSv5+f2xeYB4CXvfCtZUOP8A7gremA6hk99Fg==
"@glimmer/util@^0.50.0":
version "0.50.0"
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.50.0.tgz#cdb930f822a59083a52cbac6aa0dd7b514428448"
integrity sha512-mzSyXtd/cMOgISODsWbaUrx97gbo8sNqQ7+l+7hZrlWjltoaSjsV7rGn+Oc8V7Du76XBS8Ctu/EqfcOeJS8YBA==
dependencies:
"@glimmer/env" "0.1.7"
"@glimmer/interfaces" "^0.48.0"
"@glimmer/interfaces" "^0.50.0"
"@simple-dom/interface" "^1.4.0"

"@iarna/toml@2.2.3":
Expand Down

0 comments on commit 4ac088c

Please sign in to comment.