Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
```
 @types/node                       ^20.11.0  →  ^20.11.10
 @typescript-eslint/eslint-plugin   ^6.18.1  →    ^6.19.1
 @typescript-eslint/parser          ^6.18.1  →    ^6.19.1
 eslint-plugin-jest                 ^27.6.2  →    ^27.6.3
 nock                               ^13.4.0  →    ^13.5.1
 prettier                            ^3.1.1  →     ^3.2.4
 ts-jest                            ^29.1.1  →    ^29.1.2
 webpack                            ^5.89.0  →    ^5.90.0
 ```
  • Loading branch information
mikepenz authored Jan 29, 2024
1 parent 2d2e937 commit 576acf6
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
144 changes: 72 additions & 72 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 @@ -33,25 +33,25 @@
"@actions/github": "^6.0.0",
"@actions/glob": "^0.4.0",
"@octokit/rest": "^20.0.2",
"nock": "^13.4.0",
"webpack": "^5.89.0",
"nock": "^13.5.1",
"webpack": "^5.90.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@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.4",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"overrides": {
Expand Down

0 comments on commit 576acf6

Please sign in to comment.