Skip to content

Commit e38dcf7

Browse files
committed
2 parents 9abcbe1 + 7a3e5e0 commit e38dcf7

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 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.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",
@@ -23,7 +23,7 @@
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": {

src/modules/rep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class RepModule extends Module {
1919

2020
MAX_REP = 3;
2121

22-
THANKS_REGEX = /\b(?:thanks|thx|cheers|thanx|thnks|ty|tks|tkx)\b/i;
22+
THANKS_REGEX = /\b(?:thank|thanks|thx|cheers|thanx|thnks|ty|tysm|tks|tkx)\b/i;
2323

2424
async getOrMakeUser(user: User) {
2525
let ru = await RepUser.findOne(

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,19 @@
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

17011701
validate-npm-package-license@^3.0.1:
17021702
version "3.0.4"

0 commit comments

Comments
 (0)