Skip to content

Commit

Permalink
Make sure we are a bit more lenient towards versions for v9
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Nov 16, 2024
1 parent d7ee35a commit f4c5adf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"remove-markdown": "^0.5.5"
},
"peerDependencies": {
"hubot": "^9.1.1"
"hubot": "^9"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/hubot": "^3.3.3",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"chai": "^4.5.0",
"del-cli": "^6.0.0",
"hubot-mock-adapter": "^2.3.0",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2"
"@types/chai": "^4",
"@types/hubot": "^3",
"@types/mocha": "^10",
"@types/node": "^22",
"chai": "^4",
"del-cli": "^6",
"hubot-mock-adapter": "^2",
"mocha": "^10",
"prettier": "^3",
"ts-node": "^10"
},
"files": [
"dist/**/*.js",
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
"exclude": [
"node_modules",
"dist"
],
"typeAcquisition": {
"enable": true
}
]
}

0 comments on commit f4c5adf

Please sign in to comment.