Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] [email protected] Dependency update [email protected] #2549

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion packages/components/molecules/f-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v6.3.1

_July 05, 2024_

### Changed

- Updated `@justeat/[email protected]` due to Node compatibility

## v6.3.0

_March 13, 2024_
Expand All @@ -17,7 +25,7 @@ _December 5, 2022_

- Updated to the new `pie-icons-vue` beta release.

v6.2.0
## v6.2.0

---

Expand Down
6 changes: 3 additions & 3 deletions packages/components/molecules/f-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-alert",
"description": "Fozzie Alert – Fozzie Alert Component",
"version": "6.3.0",
"version": "6.3.1",
"main": "dist/f-alert.umd.min.js",
"maxBundleSize": "27kB",
"files": [
Expand Down Expand Up @@ -53,10 +53,10 @@
},
"peerDependencies": {
"@justeat/browserslist-config-fozzie": ">=1.1.1",
"@justeat/f-button": "4.x"
"@justeat/f-button": "5.x"
},
"devDependencies": {
"@justeat/f-button": "4.x",
"@justeat/f-button": "5.x",
"@justeat/f-wdio-utils": "1.x"
},
"volta": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components/organisms/f-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v10.21.1

_July 05, 2024_

### Changed

- Updated `@justeat/[email protected]` due to Node compatibility

## v10.21.0

_June 24, 2024_
Expand Down
6 changes: 3 additions & 3 deletions packages/components/organisms/f-header/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-header",
"description": "Fozzie Header - Globalised Header Component",
"version": "10.21.0",
"version": "10.21.1",
"main": "dist/f-header.umd.min.js",
"maxBundleSize": "55kB",
"files": [
Expand Down Expand Up @@ -54,12 +54,12 @@
},
"peerDependencies": {
"@justeat/browserslist-config-fozzie": ">=1.1.1",
"@justeat/f-button": "4.x",
"@justeat/f-button": "5.x",
"@justeat/f-popover": "3.x",
"@justeat/f-trak": "1.x"
},
"devDependencies": {
"@justeat/f-button": "4.x",
"@justeat/f-button": "5.x",
"@justeat/f-popover": "3.x",
"@justeat/f-vue-icons": "3.x",
"@justeat/f-wdio-utils": "1.x"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3542,13 +3542,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@justeat/f-alert@workspace:packages/components/molecules/f-alert"
dependencies:
"@justeat/f-button": 4.x
"@justeat/f-button": 5.x
"@justeat/f-services": 1.x
"@justeat/f-wdio-utils": 1.x
"@justeattakeaway/pie-icons-vue": 2.0.0-beta.1
peerDependencies:
"@justeat/browserslist-config-fozzie": ">=1.1.1"
"@justeat/f-button": 4.x
"@justeat/f-button": 5.x
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3947,15 +3947,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@justeat/f-header@workspace:packages/components/organisms/f-header"
dependencies:
"@justeat/f-button": 4.x
"@justeat/f-button": 5.x
"@justeat/f-popover": 3.x
"@justeat/f-services": 1.x
"@justeat/f-vue-icons": 3.x
"@justeat/f-wdio-utils": 1.x
"@justeattakeaway/pie-icons-vue": 2.0.0-beta.1
peerDependencies:
"@justeat/browserslist-config-fozzie": ">=1.1.1"
"@justeat/f-button": 4.x
"@justeat/f-button": 5.x
"@justeat/f-popover": 3.x
"@justeat/f-trak": 1.x
languageName: unknown
Expand Down
Loading