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

Commit 85e571d

Browse files
committed
chore: improve package.json
1 parent 3c61fd4 commit 85e571d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"@slack/bolt": "3.9.0",
2121
"axios": "0.26.0",
2222
"dayjs": "1.10.7",
23-
"lru_map": "0.4.1",
24-
"typescript": "4.5.5"
23+
"lru_map": "0.4.1"
2524
},
2625
"devDependencies": {
2726
"@tsconfig/node16": "1.0.2",
@@ -40,7 +39,8 @@
4039
"npm-run-all": "4.1.5",
4140
"prettier": "2.5.1",
4241
"prettier-plugin-organize-imports": "2.3.4",
43-
"prettier-plugin-package": "1.3.0"
42+
"prettier-plugin-package": "1.3.0",
43+
"typescript": "4.5.5"
4444
},
4545
"lint-staged": {
4646
"*.{js,ts}": [

0 commit comments

Comments
 (0)