Skip to content

Commit

Permalink
Merge pull request #15 from getgauge/fix/upgrade-gauge-ts-0.3
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
zabil authored Jun 11, 2024
2 parents a06def0 + 62b3941 commit 3001519
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "gauge-ts-template",
"description": "Starter template for writing TypeScript tests for Gauge",
"dependencies": {
"gauge-ts": "0.1.1",
"ts-node": "^10.4.0",
"typescript": "^5.2.2"
"gauge-ts": "0.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/node": "latest",
"taiko": "^1.0.26"
"taiko": "^1.4.0"
}
}

0 comments on commit 3001519

Please sign in to comment.