Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 5c6c22a

Browse files
Bump prettier from 2.3.2 to 2.6.2 (#385)
1 parent cc46c6f commit 5c6c22a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"jest": "^26.6.3",
4141
"nova-extension-utils": "^1.4.0",
4242
"onchange": "^7.1.0",
43-
"prettier": "^2.3.2",
43+
"prettier": "^2.6.2",
4444
"rollup": "^2.75.4",
4545
"rollup-plugin-typescript2": "^0.31.2",
4646
"ts-jest": "^26.5.6",

src/tsUserPreferences.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ const keys: {
1313
: UserPreferences[key] extends string | undefined
1414
? "string"
1515
: never;
16-
} &
17-
Record<keyof UserPreferences, string> = {
16+
} & Record<keyof UserPreferences, string> = {
1817
allowIncompleteCompletions: "boolean",
1918
allowRenameOfImportPath: "boolean",
2019
allowTextChangesInNewFiles: "boolean",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,10 +3543,10 @@ prelude-ls@~1.1.2:
35433543
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
35443544
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
35453545

3546-
prettier@^2.3.2:
3547-
version "2.3.2"
3548-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
3549-
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
3546+
prettier@^2.6.2:
3547+
version "2.6.2"
3548+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
3549+
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
35503550

35513551
pretty-format@^26.6.2:
35523552
version "26.6.2"

0 commit comments

Comments
 (0)