Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit eda0a2a

Browse files
committed
Update dependency prettier to ^1.19.1
1 parent e4a6e93 commit eda0a2a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"@sourcegraph/prettierrc": "^3.0.1",
9-
"prettier": "^1.18.2",
9+
"prettier": "^1.19.1",
1010
"typescript": "^3.3.3333"
1111
},
1212
"dependencies": {

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"mocha": "^6.2.0",
117117
"nyc": "^14.1.1",
118118
"parcel": "1.x",
119-
"prettier": "^1.18.2",
119+
"prettier": "^1.19.1",
120120
"source-map-support": "^0.5.13",
121121
"sourcegraph": "23.0.1",
122122
"ts-node": "^8.3.0",

template/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
762762

763763
"@sourcegraph/basic-code-intel@../package":
764-
version "7.0.7"
764+
version "7.0.9"
765765
dependencies:
766766
lodash "^4.17.11"
767767
rxjs "^6.3.3"
@@ -4915,10 +4915,10 @@ prelude-ls@~1.1.2:
49154915
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
49164916
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
49174917

4918-
prettier@^1.18.2:
4919-
version "1.18.2"
4920-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
4921-
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
4918+
prettier@^1.19.1:
4919+
version "1.19.1"
4920+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
4921+
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
49224922

49234923
private@^0.1.6:
49244924
version "0.1.8"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ path-browserify@^1.0.0:
1212
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.0.tgz#40702a97af46ae00b0ea6fa8998c0b03c0af160d"
1313
integrity sha512-Hkavx/nY4/plImrZPHRk2CL9vpOymZLgEbMNX1U0bjcBL7QN9wODxyx0yaMZURSQaUtSEvDrfAvxa9oPb0at9g==
1414

15-
prettier@^1.18.2:
16-
version "1.18.2"
17-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
18-
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
15+
prettier@^1.19.1:
16+
version "1.19.1"
17+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
18+
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
1919

2020
typescript@^3.3.3333:
2121
version "3.3.3333"

0 commit comments

Comments
 (0)