Skip to content

Commit

Permalink
[skip netlify]: Bump @glint/core from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [@glint/core](https://github.com/typed-ember/glint) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/typed-ember/glint/releases)
- [Changelog](https://github.com/typed-ember/glint/blob/main/V2_CHANGELOG.md)
- [Commits](typed-ember/glint@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: "@glint/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent c122b30 commit e85ae6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@embroider/addon-dev": "^6.0.1",
"@glint/core": "^1.4.0",
"@glint/core": "^1.5.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.5.0",
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 @@
"test:ember-compatibility": "yarn workspace test-app run test:ember-compatibility"
},
"devDependencies": {
"@glint/core": "^1.2.1",
"@glint/core": "^1.5.0",
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@release-it-plugins/workspaces": "^4.2.0",
"concurrently": "^9.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1741,10 +1741,10 @@
"@glimmer/interfaces" "0.92.3"
"@glimmer/util" "0.92.3"

"@glint/core@^1.2.1", "@glint/core@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@glint/core/-/core-1.4.0.tgz#cc977d295788dd25fa3049830abc2c8044ec4a74"
integrity sha512-nq27a/1R6kc3lsuciz8z9IZO1NQCbNkEBxf5KJI7AUrnps6RzQzmq3pmwO24zQYmFcH4sqpod8fleNIpg8YEqg==
"@glint/core@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@glint/core/-/core-1.5.0.tgz#e9611841c3953c6e998103dfd4c2d35f999c184c"
integrity sha512-oo6ZDwX2S0Qqjai/CJH72LHg1U6rvzH1IyiFlWofaFiu/nSg04CDWZuJNPC3r47jz1+SaSI+mVMUaKJznzxzzQ==
dependencies:
"@glimmer/syntax" "^0.84.3"
escape-string-regexp "^4.0.0"
Expand Down

0 comments on commit e85ae6b

Please sign in to comment.