Compare commits

...

3 commits

Author SHA1 Message Date
27e08e6f86 v2.1.5
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-10 18:51:46 +00:00
c49bcaea5b Save package lockfile 2023-11-10 18:51:22 +00:00
ae1c67e032 Resolve package @babel/traverse to 7.23.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-10 18:48:46 +00:00
2 changed files with 560 additions and 355 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",
@ -35,22 +35,23 @@
"funding": "https://ko-fi.com/vylpes",
"devDependencies": {
"@types/eslint": "^8.21.1",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.8",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@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": "^7.7.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": "^11.8.5",
"**/semver": "^7.5.2"
"**/semver": "^7.5.2",
"@babel/traverse": "^7.23.2"
},
"files": [
"dist"

904
yarn.lock

File diff suppressed because it is too large Load diff