Skip to content

Commit

Permalink
build(deps-dev): ⬆️ Update dev dependencies
Browse files Browse the repository at this point in the history
build(deps-dev): bump mocha from ^8.4.0 to ^10.2.0 (#151, #158, #164, #167, #170, #171, #185, #189, #193, #210, #219)

build(deps-dev): bump eslint from ^7.28.0 to ^8.31.0 (#154, #157, #162)

build(deps-dev): update telegraf requirement from ^4.3.0 to ^4.11.2 (#155, #161, #168, #176, #182, #187, #195, #198, #199, #202, #203, #206, #208, #217)

build(deps-dev): update eslint-plugin-import requirement from ^2.23.4 to ^2.26.0 (#166, #172, #174, #180, #190)

build(deps-dev): bump eslint-plugin-promise from ^5.1.0 to ^6.1.1 (#173, #175, #179, #204, #209, #211)

build(deps-dev): bump eslint-plugin-mocha from ^9.0.0 to ^10.1.0 (#177, #178, #191, #196, #200)

build(deps-dev): bump jsdoc from ^3.6.7 to ^4.0.0 (#184, #201, #214)

build(deps-dev): bump docdash from ^1.2.0 to ^2.0.1 (#216, #221)

build(deps-dev): replace eslint-plugin-node with eslint-plugin-n
  • Loading branch information
TemaSM committed Jan 11, 2023
1 parent a921e15 commit 7ba769c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"comma-dangle": 0,
"new-cap": 0,
"padded-blocks": 0,
"brace-style": [0, "1tbs", { "allowSingleLine": true }]
"brace-style": [0, "1tbs", { "allowSingleLine": true }],
"object-shorthand": ["warn", "consistent"]
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"telegraf": "^3.38.0 || ^4.0.0"
},
"devDependencies": {
"docdash": "^1.2.0",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"jsdoc": "^3.6.7",
"mocha": "^8.4.0",
"docdash": "^2.0.1",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"jsdoc": "^4.0.0",
"mocha": "^10.2.0",
"np": "*",
"nyc": "^15.1.0",
"should": "^13.2.3",
"telegraf": "^4.3.0"
"telegraf": "^4.11.2"
},
"np": {
"yarn": false
Expand Down

0 comments on commit 7ba769c

Please sign in to comment.