Unverified Commit b31b53a0 authored by Hannah Stepanek's avatar Hannah Stepanek Committed by GitHub

Merge pull request #1482 from hypothesis/dependabot/npm_and_yarn/prettier-1.19.1

Bump prettier from 1.18.2 to 1.19.1
parents 5cd540a9 8679d597
......@@ -89,7 +89,7 @@
"postcss": "^7.0.13",
"postcss-url": "^8.0.0",
"preact": "^10.0.4",
"prettier": "1.18.2",
"prettier": "1.19.1",
"puppeteer": "^2.0.0",
"query-string": "^3.0.1",
"raf": "^3.1.0",
......
......@@ -33,12 +33,10 @@ describe('NewNoteButton', function() {
};
fakeStore = {
createAnnotation: sinon.stub(),
frames: sinon
.stub()
.returns([
{ id: null, uri: 'www.example.org' },
{ id: '1', uri: 'www.example.org' },
]),
frames: sinon.stub().returns([
{ id: null, uri: 'www.example.org' },
{ id: '1', uri: 'www.example.org' },
]),
};
NewNoteButton.$imports.$mock(mockImportedComponents());
......
......@@ -47,7 +47,10 @@ describe('sidebar/services/view-filter', () => {
let annotations;
beforeEach(() => {
annotations = [{ id: 1, text: poem.tiger }, { id: 2, text: poem.raven }];
annotations = [
{ id: 1, text: poem.tiger },
{ id: 2, text: poem.raven },
];
});
it('requires all terms to match for "and" operator', () => {
......
......@@ -6799,10 +6799,10 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
prettier@1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
prettier@1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
pretty-format@^3.8.0:
version "3.8.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment