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

Commit

Permalink
v8.2.0 - Node 16 compatibility (#368)
Browse files Browse the repository at this point in the history
* Add Node 16 compatibility

* Added changelog entry

Co-authored-by: Ben Siggery <[email protected]>
  • Loading branch information
siggerzz and Ben Siggery authored May 23, 2022
1 parent 514a759 commit 10f7eb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Future Todo List
- Make typography and utility classes silent extenders (so that they can be extended by components without importing all utility classes).
- Deprecate modal and orderCard component styles in next major version as unused.

v8.2.0
------------------------------
*May 23, 2022*

### Added
- Node 16 to the `engines` property in `package.json`.

v8.1.0
------------------------------
*May 12, 2022*
Expand Down
4 changes: 2 additions & 2 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": "8.1.0",
"version": "8.2.0",
"main": "dist/js/index.js",
"files": [
"dist/js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": "^12 || ^14"
"node": "^12 || ^14 || ^16"
},
"dependencies": {
"@justeat/pie-design-tokens": "1.4.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1166,11 +1166,6 @@
dependencies:
window-or-global "^1.0.1"

"@justeat/[email protected]":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@justeat/f-utils/-/f-utils-3.5.0.tgz#7534c48dfdad30b25b76449a556fd023ab32f64b"
integrity sha512-f1bFB8K/yAWGlNJRfODykWt7omkesMAiz8CqwSmHnLA04FyS8BpGZedVdxKbAxZ6n8rrITAjwWBG076uzBe2+w==

"@justeat/[email protected]":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@justeat/js-test-buddy/-/js-test-buddy-0.4.1.tgz#5ab0f7bd0ebc160c275b7b5d2ad2a6282420e106"
Expand Down

0 comments on commit 10f7eb4

Please sign in to comment.