Skip to content

Commit

Permalink
```
Browse files Browse the repository at this point in the history
 @types/jest                       ^29.5.11  →   ^29.5.12
 @types/node                       ^20.11.0  →  ^20.11.17
 @typescript-eslint/eslint-plugin   ^6.18.1  →    ^6.21.0
 @typescript-eslint/parser          ^6.18.1  →    ^6.21.0
 eslint-plugin-jest                 ^27.6.2  →    ^27.6.3
 prettier                             3.1.1  →      3.2.5
 semver                              ^7.5.4  →     ^7.6.0
 ts-jest                            ^29.1.1  →    ^29.1.2
 ```
  • Loading branch information
mikepenz authored Feb 9, 2024
1 parent 520cf11 commit e946d45
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 85 deletions.
27 changes: 20 additions & 7 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"gitea-js": "^1.20.1",
"https-proxy-agent": "^7.0.2",
"moment": "^2.30.1",
"semver": "^7.5.4"
"semver": "^7.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.6.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.1.1",
"ts-jest": "^29.1.1",
"prettier": "3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}

0 comments on commit e946d45

Please sign in to comment.