Merge branch 'master' into develop
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2023-11-10 18:56:35 +00:00
commit 3f25c25315
2 changed files with 86 additions and 32 deletions

View file

@ -1,6 +1,6 @@
{
"name": "random-bunny",
"version": "2.1.4",
"version": "2.1.5",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
@ -37,22 +37,23 @@
"funding": "https://ko-fi.com/vylpes",
"devDependencies": {
"@types/eslint": "^8.21.1",
"@types/jest": "^29.4.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@types/jest": "^29.5.8",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.49.0",
"jest": "^29.4.3",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.3",
"np": "^8.0.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
},
"resolutions": {
"np/**/got": "^13.0.0",
"**/semver": "^7.5.2"
"**/semver": "^7.5.2",
"@babel/traverse": "^7.23.2"
},
"files": [
"dist"