Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

v10.2.0 – Dependency updates #399

Merged
merged 1 commit into from
Sep 22, 2022
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Future Todo List
- Make typography and utility classes silent extenders (so that they can be extended by components without importing all utility classes).
- Update to use latest v2 PIE design tokens


v10.2.0
------------------------------
*September 22, 2022*

### Changed
- Updated a bunch of dependencies. None of these should be breaking.
- `pie-design-tokens` has been updated to v3, which has a name change in the [global tokens for paragraph spacing](https://github.com/justeat/pie-design-tokens/blob/master/CHANGELOG.md#v300).

As these are global token updates, it's expected that they shouldn't be referenced in consuming applications/components directly, but if they are, refer to the `pie-design-token` changelog above to update this to the new variable names.


v10.1.0
------------------------------
*September 15, 2022*
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "10.1.0",
"version": "10.2.0",
"main": "dist/js/index.js",
"files": [
"dist/js",
Expand Down Expand Up @@ -33,34 +33,34 @@
"node": "^14 || ^16"
},
"dependencies": {
"@justeat/pie-design-tokens": "2.0.0",
"@justeat/pie-design-tokens": "3.0.0",
"include-media": "eduardoboucas/include-media#2.0-release"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/eslint-parser": "7.18.9",
"@babel/preset-env": "7.18.10",
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.19.1",
"@justeat/browserslist-config-fozzie": "2.0.0",
"@justeat/eslint-config-fozzie": "5.1.0",
"@justeat/f-dom": "1.1.0",
"@justeat/f-logger": "0.8.1",
"@justeat/js-test-buddy": "0.4.1",
"@justeat/stylelint-config-fozzie": "3.0.1",
"caniuse-lite": "1.0.30001374",
"concurrently": "7.3.0",
"@justeat/stylelint-config-fozzie": "3.2.0",
"caniuse-lite": "1.0.30001409",
"concurrently": "7.4.0",
"coveralls": "3.1.1",
"danger": "11.1.1",
"eslint": "8.21.0",
"danger": "11.1.2",
"eslint": "8.23.1",
"eslint-plugin-import": "2.26.0",
"fontfaceobserver": "2.3.0",
"glob": "8.0.3",
"jest": "28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest": "29.0.3",
"jest-environment-jsdom": "^29.0.3",
"postcss": "8.4.16",
"sass": "1.54.3",
"sass": "1.55.0",
"sass-true": "6.1.0",
"stylelint": "14.11.0",
"stylelint": "14.12.1",
"stylelint-config-standard-scss": "5.0.0"
},
"resolutions": {
Expand Down
Loading