Skip to content

Commit

Permalink
Updated lib in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzarzycki21 committed Dec 20, 2024
1 parent f0a0baa commit 9c6a54b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
"setup"
],
"dependencies": {
"@actions/cache": "^3.2.1",
"@actions/core": "^1.9.1",
"@actions/exec": "^1.0.3",
"@actions/glob": "^0.4.0",
"@actions/tool-cache": "^1.3.1",
"semver": "^7.5.2"
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.3"
},
"devDependencies": {
"@types/node": "^16",
"@types/semver": "^7.1.0",
"@vercel/ncc": "^0.36.1",
"typescript": "^4",
"xo": "^0.53.1"
"@types/node": "^22.10.2",
"@types/semver": "^7.5.8",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.7.2",
"xo": "^0.60.0"
},
"xo": {
"space": true,
Expand Down

0 comments on commit 9c6a54b

Please sign in to comment.