Skip to content

Commit

Permalink
Bump @hypothesis/frontend-shared to v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzadanger committed Feb 21, 2023
1 parent b07c425 commit f13d9fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@
"prettier": {
"arrowParens": "avoid",
"singleQuote": true,
"importOrder": ["^[./]"],
"importOrder": [
"^[./]"
],
"importOrderSeparation": true
},
"main": "./build/boot.js",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1237,9 +1237,9 @@
glob "^7.2.0"

"@hypothesis/frontend-shared@^5.6.0":
version "5.11.0"
resolved "https://registry.yarnpkg.com/@hypothesis/frontend-shared/-/frontend-shared-5.11.0.tgz#2edcbe738130da88cc568c6548993e5c25c7e128"
integrity sha512-gqfbocJkRjdv/fr72NclPsWxpITFGa4nbxD+wI1Ysazd0eKd2ND7+sOCNqKKTfkPHRFv/qukv6HNXJncdlEG8Q==
version "5.11.1"
resolved "https://registry.yarnpkg.com/@hypothesis/frontend-shared/-/frontend-shared-5.11.1.tgz#0951ae416905b60306e8e1eaa7694d47801912b1"
integrity sha512-uaBquPfe4rLYe9ufwalpHsPgijtTRH2r30g72buOBGZRQ45Omp9xRxoNCkgm1VmKLQBWopcIdHjOak6U1nxVZg==
dependencies:
highlight.js "^11.6.0"

Expand Down

0 comments on commit f13d9fd

Please sign in to comment.