Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akiroz committed Sep 14, 2023
1 parent ef3d61d commit bc9883e
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 150 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akiroz/kasuri",
"version": "1.0.0",
"version": "1.1.0",
"repository": "github:akiroz/kasuri",
"main": "dist/kasuri.js",
"types": "dist/kasuri.d.ts",
Expand All @@ -13,15 +13,15 @@
},
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"axios": "^0.21.2",
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.0",
"axios": "^1.5.0",
"husky": "^5.1.3",
"mocha": "^8.3.2",
"mocha": "^10.2.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"ts-mocha": "^8.0.0",
"typescript": "^4.8.4"
"pretty-quick": "^3.1.3",
"ts-mocha": "^10.0.0",
"typescript": "^5.2.2"
},
"prettier": {
"tabWidth": 4,
Expand All @@ -37,7 +37,7 @@
"@types/argparse": "^2.0.10",
"argparse": "^2.0.1",
"bluebird": "^3.7.2",
"chalk": "^4.1.0",
"chalk": "^5.3.0",
"sializer": "^0.3.0"
}
}
Loading

0 comments on commit bc9883e

Please sign in to comment.