Skip to content

Commit

Permalink
chore: bump deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 25, 2024
1 parent f450dff commit faef1eb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
],
"license": "MIT",
"devDependencies": {
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.0.11",
"mwts": "^1.0.5",
"typescript": "^4.8.4"
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"@types/jest": "^26.0.24",
"@types/node": "^22.7.9",
"mwts": "^1.3.0",
"typescript": "^4.9.5"
},
"dependencies": {
"chalk": "^4.0.0",
"fs-extra": "^9.0.1",
"handlebars": "^4.7.6",
"protobufjs": "^6.9.0",
"yargs": "^15.3.1"
"chalk": "^4.1.2",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"protobufjs": "^7.4.0",
"yargs": "^17.7.2"
},
"author": "Harry Chen <czy88840616@gmail.com>",
"repository": {
Expand Down

0 comments on commit faef1eb

Please sign in to comment.