Skip to content

Commit 7ed3945

Browse files
authored
Merge pull request #152 from Gerrit0/twoslash-upgrade
2 parents 8fcc0a3 + 2321eeb commit 7ed3945

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Typescript Community Bot",
55
"main": "dist/index.js",
66
"dependencies": {
7-
"@typescript/twoslash": "^1.1.2",
7+
"@typescript/twoslash": "^2.1.0",
88
"algoliasearch": "^4.8.6",
99
"cookiecord": "^0.5.18",
1010
"dotenv-safe": "^8.2.0",
@@ -20,7 +20,6 @@
2020
"typeorm": "^0.2.25"
2121
},
2222
"devDependencies": {
23-
"@types/common-tags": "^1.8.0",
2423
"@types/dotenv-safe": "^8.1.0",
2524
"@types/lz-string": "^1.3.34",
2625
"@types/node": "^13.7.0",

yarn.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@
164164
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
165165
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
166166

167-
"@types/common-tags@^1.8.0":
168-
version "1.8.0"
169-
resolved "https://registry.yarnpkg.com/@types/common-tags/-/common-tags-1.8.0.tgz#79d55e748d730b997be5b7fce4b74488d8b26a6b"
170-
integrity sha512-htRqZr5qn8EzMelhX/Xmx142z218lLyGaeZ3YR8jlze4TATRU9huKKvuBmAJEW4LCC4pnY1N6JAm6p85fMHjhg==
171-
172167
"@types/dotenv-safe@^8.1.0":
173168
version "8.1.1"
174169
resolved "https://registry.yarnpkg.com/@types/dotenv-safe/-/dotenv-safe-8.1.1.tgz#2d7248ed4ad969c41d85586266ad64e9a3603ad4"
@@ -276,25 +271,25 @@
276271
"@types/node" "*"
277272

278273
"@types/ws@^7.2.1":
279-
version "7.2.6"
280-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.6.tgz#516cbfb818310f87b43940460e065eb912a4178d"
281-
integrity sha512-Q07IrQUSNpr+cXU4E4LtkSIBPie5GLZyyMC1QtQYRLWz701+XcoVygGUZgvLqElq1nU4ICldMYPnexlBsg3dqQ==
274+
version "7.4.6"
275+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.6.tgz#c4320845e43d45a7129bb32905e28781c71c1fff"
276+
integrity sha512-ijZ1vzRawI7QoWnTNL8KpHixd2b2XVb9I9HAqI3triPsh1EC0xH0Eg6w2O3TKbDCgiNNlJqfrof6j4T2I+l9vw==
282277
dependencies:
283278
"@types/node" "*"
284279

285-
"@typescript/twoslash@^1.1.2":
286-
version "1.1.2"
287-
resolved "https://registry.yarnpkg.com/@typescript/twoslash/-/twoslash-1.1.2.tgz#429c11032a708c6ffc38fb9278167df41e6ceefd"
288-
integrity sha512-U7h7wVW4aymz6G54KaOIaeS1nqkSjKMeW6hWtw1r9GWnA9hshswKS2HslkEj3Ij91kUIjjigUBcVNfPq/P2TlA==
280+
"@typescript/twoslash@^2.1.0":
281+
version "2.1.0"
282+
resolved "https://registry.yarnpkg.com/@typescript/twoslash/-/twoslash-2.1.0.tgz#0128312e002670367393bb9b48378ac818aceccd"
283+
integrity sha512-J72HH+zAMPA9udOuOgAxTXnzeRyz0t33Ww1jQ6CgNfjP3HtrOS4lNgG+m3u1H497U366zbcUOjNkIgNGqefd/A==
289284
dependencies:
290-
"@typescript/vfs" "1.3.0"
285+
"@typescript/vfs" "1.3.4"
291286
debug "^4.1.1"
292287
lz-string "^1.4.4"
293288

294-
"@typescript/[email protected].0":
295-
version "1.3.0"
296-
resolved "https://registry.yarnpkg.com/@typescript/vfs/-/vfs-1.3.0.tgz#1abc69c43c85c21a58881598a6031fd3f3600153"
297-
integrity sha512-Bd1LdvQpm0uU2eclcCfO8H8oAGAfEJiKn0acKy/xeZV4sARwXx9MHBMuDX0XDPLmI2JpIm+mFV9Ers65xnoaQg==
289+
"@typescript/[email protected].4":
290+
version "1.3.4"
291+
resolved "https://registry.yarnpkg.com/@typescript/vfs/-/vfs-1.3.4.tgz#07f89d2114f6e29255d589395ed7f3b4af8a00c2"
292+
integrity sha512-RbyJiaAGQPIcAGWFa3jAXSuAexU4BFiDRF1g3hy7LmRqfNpYlTQWGXjcrOaVZjJ8YkkpuwG0FcsYvtWQpd9igQ==
298293
dependencies:
299294
debug "^4.1.1"
300295

0 commit comments

Comments
 (0)