Skip to content

Commit

Permalink
[FIX] Ensure Firefox 91 ESR support (#24096)
Browse files Browse the repository at this point in the history
* Include Firefox ESR in browserslist

* Upgrade `@rocket.chat/fuselage-hooks`
  • Loading branch information
tassoevan committed Jan 4, 2022
1 parent f1f630d commit 96f4113
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
22 changes: 16 additions & 6 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@rocket.chat/css-in-js": "^0.31.0",
"@rocket.chat/emitter": "^0.31.0",
"@rocket.chat/fuselage": "^0.31.0",
"@rocket.chat/fuselage-hooks": "^0.31.0",
"@rocket.chat/fuselage-hooks": "^0.6.3-dev.385",
"@rocket.chat/fuselage-polyfills": "^0.31.0",
"@rocket.chat/fuselage-tokens": "^0.31.0",
"@rocket.chat/fuselage-ui-kit": "^0.31.0",
Expand Down Expand Up @@ -336,7 +336,8 @@
]
},
"browserslist": [
"last 2 versions"
"last 2 versions",
"Firefox ESR"
],
"volta": {
"node": "12.22.8",
Expand Down

0 comments on commit 96f4113

Please sign in to comment.