Skip to content

Commit

Permalink
⬇️(front) downgrade grommet to version 2.25.1
Browse files Browse the repository at this point in the history
Grommet version 2.25.3 introduce a bug in the theme definition.
A fix should be released soon:
grommet/grommet@d6bac0cfdb4d1f36
We decided to downgrade it in the meantime.
  • Loading branch information
lunika committed Sep 19, 2022
1 parent 4056120 commit 71149c8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/frontend/apps/lti_site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"core-js": "3.25.2",
"dompurify": "2.4.0",
"github-markdown-css": "5.1.0",
"grommet": "2.25.3",
"grommet": "2.25.1",
"highlight.js": "11.6.0",
"iframe-resizer": "4.3.2",
"intl": "1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"grommet": "2.25.3",
"grommet": "2.25.1",
"prettier": "2.7.1",
"rollup": "2.79.0",
"rollup-plugin-peer-deps-external": "2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"faker": "5.5.3",
"grommet": "2.25.3",
"grommet": "2.25.1",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"jest-image-snapshot": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"faker": "5.5.3",
"grommet": "2.25.3",
"grommet": "2.25.1",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
"jest-image-snapshot": "5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5695,10 +5695,10 @@ grommet-styles@^0.2.0:
resolved "https://registry.yarnpkg.com/grommet-styles/-/grommet-styles-0.2.0.tgz#b2eac2b7e2747cb523434d21728ce5234f8ce4f4"
integrity sha512-0OMSYuGeyifYKpg4Gv2HzL8rUdd0ddnJ5LbCBKgDuloC71XIwr9g/Fxa6rs737MbPV7OZ4pEm4wvrjH4epzf1A==

[email protected].3:
version "2.25.3"
resolved "https://registry.yarnpkg.com/grommet/-/grommet-2.25.3.tgz#63da275e56bdce180e7a54118b6c309f1f5cc1a3"
integrity sha512-FfxcNYVbg8Hawe4xnVz8zYtO6VWL5HwHwmmMYLRoaIt+pni4wJPUKoE7zeT8JIU1UGtez3fWkC/6Q6qw+h61bA==
[email protected].1:
version "2.25.1"
resolved "https://registry.yarnpkg.com/grommet/-/grommet-2.25.1.tgz#804dc26462d5edebf09ce365ae83d58de13aca70"
integrity sha512-cVsReZm/ijdXCZHpQISovkg/5gGlk3pa7iKRlh/5UbzG/AL9kIjKOhUGGRBTV+TJ+WO6dHmsW7CmfN5W0u4NeA==
dependencies:
grommet-icons "^4.7.0"
hoist-non-react-statics "^3.2.0"
Expand Down

0 comments on commit 71149c8

Please sign in to comment.