Skip to content

Commit

Permalink
Dependency issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 13, 2024
1 parent 3844e10 commit a9ae0e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"mkdirp": "3.0.1",
"prettier": "3.2.5",
"puppeteer": "22.3.0",
"yargs": "17.7.2"
"yargs": "17.7.2",
"glob": "10.3.15"
},
"devDependencies": {
"@babel/core": "7.24.5",
Expand All @@ -73,11 +74,10 @@
"@types/luxon": "3.4.2",
"@typescript-eslint/eslint-plugin": "7.7.0",
"babel-jest": "29.7.0",
"glob": "10.3.15",
"jest": "29.7.0",
"ncp": "2.0.0",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}
}

0 comments on commit a9ae0e7

Please sign in to comment.