File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 44 "description" : " Typescript Community Bot" ,
55 "main" : " dist/index.js" ,
66 "dependencies" : {
7- "@typescript/twoslash" : " ^1.0.1 " ,
7+ "@typescript/twoslash" : " ^1.1.2 " ,
88 "cookiecord" : " ^0.2.12" ,
99 "dotenv-safe" : " ^8.2.0" ,
1010 "lz-string" : " ^1.4.4" ,
2323 "prettier" : " ^2.0.5" ,
2424 "pretty-quick" : " ^2.0.1" ,
2525 "ts-node-dev" : " ^1.0.0-pre.60" ,
26- "typescript" : " ^4.0.2 "
26+ "typescript" : " ^4.1.3 "
2727 },
2828 "husky" : {
2929 "hooks" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export class RepModule extends Module {
1919
2020 MAX_REP = 3 ;
2121
22- THANKS_REGEX = / \b (?: t h a n k s | t h x | c h e e r s | t h a n x | t h n k s | t y | t k s | t k x ) \b / i;
22+ THANKS_REGEX = / \b (?: t h a n k | t h a n k s | t h x | c h e e r s | t h a n x | t h n k s | t y | t y s m | t k s | t k x ) \b / i;
2323
2424 async getOrMakeUser ( user : User ) {
2525 let ru = await RepUser . findOne (
Original file line number Diff line number Diff line change 9696 dependencies :
9797 " @types/node" " *"
9898
99- " @typescript/twoslash@^1.0.1 " :
100- version "1.0.1 "
101- resolved "https://registry.yarnpkg.com/@typescript/twoslash/-/twoslash-1.0.1. tgz#218c9f51fbb1e614c8e9cc6ddaa999623cfae497 "
102- integrity sha512-iJfaNl24tjAhGBerWMwuz3HwQpHg4phJAIY2lHipWu4rVtCy2hShtCn/tDwvx8Ph4vQpMAbDI1xVfgu6GOnpGQ ==
99+ " @typescript/twoslash@^1.1.2 " :
100+ version "1.1.2 "
101+ resolved "https://registry.yarnpkg.com/@typescript/twoslash/-/twoslash-1.1.2. tgz#429c11032a708c6ffc38fb9278167df41e6ceefd "
102+ integrity sha512-U7h7wVW4aymz6G54KaOIaeS1nqkSjKMeW6hWtw1r9GWnA9hshswKS2HslkEj3Ij91kUIjjigUBcVNfPq/P2TlA ==
103103 dependencies :
104- " @typescript/vfs" " 1.2 .0"
104+ " @typescript/vfs" " 1.3 .0"
105105 debug "^4.1.1"
106106 lz-string "^1.4.4"
107107
108- " @typescript/vfs@1.2 .0 " :
109- version "1.2 .0"
110- resolved "https://registry.yarnpkg.com/@typescript/vfs/-/vfs-1.2 .0.tgz#51ce97d0916db05c69f2ac0cc035d61718481d4b "
111- integrity sha512-3YhBC+iyngEHjEedSAWk9rbJHoBwa2cd4h/tzb2TXmZc2CUclTl3x5AQRKNoRqm7t+X9PGTc2q2/Dpray/O4mA ==
108+ " @typescript/vfs@1.3 .0 " :
109+ version "1.3 .0"
110+ resolved "https://registry.yarnpkg.com/@typescript/vfs/-/vfs-1.3 .0.tgz#1abc69c43c85c21a58881598a6031fd3f3600153 "
111+ integrity sha512-Bd1LdvQpm0uU2eclcCfO8H8oAGAfEJiKn0acKy/xeZV4sARwXx9MHBMuDX0XDPLmI2JpIm+mFV9Ers65xnoaQg ==
112112 dependencies :
113113 debug "^4.1.1"
114114
@@ -1693,10 +1693,10 @@ typeorm@^0.2.25:
16931693 yargonaut "^1.1.2"
16941694 yargs "^13.2.1"
16951695
1696- typescript@^4.0.2 :
1697- version "4.0.2 "
1698- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2 .tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2 "
1699- integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ ==
1696+ typescript@^4.1.3 :
1697+ version "4.1.3 "
1698+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3 .tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7 "
1699+ integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg ==
17001700
17011701validate-npm-package-license@^3.0.1 :
17021702 version "3.0.4"
You can’t perform that action at this time.
0 commit comments