Skip to content

Commit

Permalink
🔺 Removing dependencies prefixes
Browse files Browse the repository at this point in the history
Removing prefixes before versioning - we just want "10.4.0" not "^10.4.0"
For more reasoning watch https://youtu.be/ctkGh7RpgQ8

🔼 This commit was automatically generated by [Batch project editor](https://github.com/hejny/batch-project-editor) using workflow auditDependencies
  • Loading branch information
hejny committed Jan 7, 2024
1 parent 14487c6 commit 15b0885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"@collboard/modules-sdk": "35.12.0",
"destroyable": "^0.12.9",
"destroyable": "0.12.9",
"tslint": "6.1.3",
"waitasecond": "^1.11.23",
"waitasecond": "1.11.23",
"xyzt": "5.4.2"
}
}

0 comments on commit 15b0885

Please sign in to comment.