Skip to content

Commit

Permalink
Update dependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent c831b83 commit 63cb6d6
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 154 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"private": true,
"devDependencies": {
"@actions/core": "1.10.1",
"@sindresorhus/slugify": "1.1.2",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "18.19.34",
"@types/node-fetch": "2.6.11",
"arg": "5.0.2",
"chalk": "4.1.2",
"execa": "5.1.1",
"husky": "7.0.4",
"chalk": "5.3.0",
"execa": "9.3.1",
"husky": "9.1.4",
"is-ci": "3.0.1",
"node-fetch": "2.7.0",
"prettier": "2.8.8",
"node-fetch": "3.3.2",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "4.9.5"
"typescript": "5.5.4"
},
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "18.19.34",
"typescript": "4.9.5"
"typescript": "5.5.4"
},
"scripts": {
"build": "tsc -d",
Expand Down
Loading

0 comments on commit 63cb6d6

Please sign in to comment.