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

Commit c20554c

Browse files
authored
v10.2.0 – Dependency updates (#399)
1 parent ae16e78 commit c20554c

File tree

3 files changed

+823
-832
lines changed

3 files changed

+823
-832
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Future Todo List
88
- Make typography and utility classes silent extenders (so that they can be extended by components without importing all utility classes).
99
- Update to use latest v2 PIE design tokens
1010

11+
12+
v10.2.0
13+
------------------------------
14+
*September 22, 2022*
15+
16+
### Changed
17+
- Updated a bunch of dependencies. None of these should be breaking.
18+
- `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).
19+
20+
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.
21+
22+
1123
v10.1.0
1224
------------------------------
1325
*September 15, 2022*

Diff for: package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@justeat/fozzie",
33
"title": "Fozzie – Just Eat UI Web Framework",
44
"description": "UI Web Framework for the Just Eat Global Platform",
5-
"version": "10.1.0",
5+
"version": "10.2.0",
66
"main": "dist/js/index.js",
77
"files": [
88
"dist/js",
@@ -33,34 +33,34 @@
3333
"node": "^14 || ^16"
3434
},
3535
"dependencies": {
36-
"@justeat/pie-design-tokens": "2.0.0",
36+
"@justeat/pie-design-tokens": "3.0.0",
3737
"include-media": "eduardoboucas/include-media#2.0-release"
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "7.18.10",
41-
"@babel/core": "7.18.10",
42-
"@babel/eslint-parser": "7.18.9",
43-
"@babel/preset-env": "7.18.10",
41+
"@babel/core": "7.19.1",
42+
"@babel/eslint-parser": "7.19.1",
43+
"@babel/preset-env": "7.19.1",
4444
"@justeat/browserslist-config-fozzie": "2.0.0",
4545
"@justeat/eslint-config-fozzie": "5.1.0",
4646
"@justeat/f-dom": "1.1.0",
4747
"@justeat/f-logger": "0.8.1",
4848
"@justeat/js-test-buddy": "0.4.1",
49-
"@justeat/stylelint-config-fozzie": "3.0.1",
50-
"caniuse-lite": "1.0.30001374",
51-
"concurrently": "7.3.0",
49+
"@justeat/stylelint-config-fozzie": "3.2.0",
50+
"caniuse-lite": "1.0.30001409",
51+
"concurrently": "7.4.0",
5252
"coveralls": "3.1.1",
53-
"danger": "11.1.1",
54-
"eslint": "8.21.0",
53+
"danger": "11.1.2",
54+
"eslint": "8.23.1",
5555
"eslint-plugin-import": "2.26.0",
5656
"fontfaceobserver": "2.3.0",
5757
"glob": "8.0.3",
58-
"jest": "28.1.3",
59-
"jest-environment-jsdom": "^28.1.3",
58+
"jest": "29.0.3",
59+
"jest-environment-jsdom": "^29.0.3",
6060
"postcss": "8.4.16",
61-
"sass": "1.54.3",
61+
"sass": "1.55.0",
6262
"sass-true": "6.1.0",
63-
"stylelint": "14.11.0",
63+
"stylelint": "14.12.1",
6464
"stylelint-config-standard-scss": "5.0.0"
6565
},
6666
"resolutions": {

0 commit comments

Comments
 (0)