Skip to content

Commit

Permalink
Update dependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent 646eb90 commit cc3cb42
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 149 deletions.
14 changes: 7 additions & 7 deletions package.json
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.7",
"@types/node-fetch": "2.6.10",
"arg": "5.0.2",
"chalk": "4.1.2",
"execa": "5.1.1",
"husky": "7.0.4",
"chalk": "5.3.0",
"execa": "8.0.1",
"husky": "8.0.3",
"is-ci": "3.0.1",
"node-fetch": "2.7.0",
"prettier": "2.8.8",
"node-fetch": "3.3.2",
"prettier": "3.2.4",
"ts-node": "10.9.2",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines-version/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "18.19.7",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"scripts": {
"build": "tsc -d",
Expand Down

0 comments on commit cc3cb42

Please sign in to comment.