We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c36d1c commit ed5854cCopy full SHA for ed5854c
paperbot/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "isocpp-mattermost-paperbot",
3
- "version": "2.1.0",
+ "version": "2.2.0",
4
"description": "",
5
"main": "src/index.js",
6
"scripts": {
@@ -9,14 +9,14 @@
9
"author": "Sebastian Büttner <mail@bueddl.de>",
10
"license": "MIT",
11
"dependencies": {
12
+ "@mattermost/client": "^9.9.0",
13
+ "@mattermost/types": "^9.9.0",
14
"babel-polyfill": "^6.26.0",
15
+ "dotenv": "^16.4.5",
16
+ "express": "^4.19.2",
17
"isomorphic-fetch": "^3.0.0",
- "@mattermost/client": "^8.1.1",
- "@mattermost/types": "^8.1.1",
- "tslib": "^2.5.0",
- "express": "^4.18.2",
18
- "dotenv": "^16.0.3",
19
"moment": "2.29.4",
20
- "ws": "8.14.1"
+ "tslib": "^2.6.3",
+ "ws": "^8.18.0"
21
}
22
0 commit comments