Skip to content

Commit e7e092a

Browse files
committed
chore: add dedent dev dependency
1 parent 2a8ac30 commit e7e092a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,15 @@
9999
"@schemastore/package": "^0.0.5",
100100
"@semantic-release/changelog": "^3.0.5",
101101
"@semantic-release/git": "^7.0.17",
102+
"@types/dedent": "^0.7.0",
102103
"@types/eslint": "^6.1.3",
103104
"@types/jest": "^25.1.0",
104105
"@types/node": "^12.6.6",
105106
"@typescript-eslint/eslint-plugin": "^2.5.0",
106107
"@typescript-eslint/parser": "^2.5.0",
107108
"babel-jest": "^25.2.0",
108109
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
110+
"dedent": "^0.7.0",
109111
"eslint": "^5.1.0 || ^6.0.0",
110112
"eslint-config-prettier": "^6.5.0",
111113
"eslint-plugin-eslint-comments": "^3.1.2",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,11 @@
14421442
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
14431443
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
14441444

1445+
"@types/dedent@^0.7.0":
1446+
version "0.7.0"
1447+
resolved "https://registry.yarnpkg.com/@types/dedent/-/dedent-0.7.0.tgz#155f339ca404e6dd90b9ce46a3f78fd69ca9b050"
1448+
integrity sha512-EGlKlgMhnLt/cM4DbUSafFdrkeJoC9Mvnj0PUCU7tFmTjMjNRT957kXCx0wYm3JuEq4o4ZsS5vG+NlkM2DMd2A==
1449+
14451450
"@types/eslint-visitor-keys@^1.0.0":
14461451
version "1.0.0"
14471452
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"

0 commit comments

Comments
 (0)