Skip to content

Commit

Permalink
fix(navbar): unpin avatar dep (#2873)
Browse files Browse the repository at this point in the history
* chore: npm install

* fix(navbar): unpin avatar dep

* chore: release new navbar version
  • Loading branch information
andipaetzold committed Sep 12, 2024
1 parent e3cde99 commit cfc8d65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/components/navbar/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentful/f36-navbar",
"version": "5.0.0-alpha.36",
"version": "5.0.0-alpha.37",
"description": "Forma 36: Navbar component",
"scripts": {
"build": "tsup"
},
"dependencies": {
"@contentful/f36-avatar": "4.68.1",
"@contentful/f36-avatar": "^4.68.1",
"@contentful/f36-button": "^4.67.1",
"@contentful/f36-core": "^4.68.1",
"@contentful/f36-icon": "5.0.0-alpha.20",
Expand Down

0 comments on commit cfc8d65

Please sign in to comment.