Pin all deps for greatest reliability/predictability

This commit is contained in:
Krishan
2022-09-04 19:57:51 +05:30
parent dae5581446
commit a31591a444
3 changed files with 55 additions and 54 deletions

View File

@@ -15,11 +15,11 @@
"author": "Ajay Bura",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.0.2"
"@tauri-apps/api": "1.0.2"
},
"devDependencies": {
"@actions/github": "^5.0.3",
"@tauri-apps/cli": "^1.0.5",
"node-fetch": "^3.2.10"
"@actions/github": "5.0.3",
"@tauri-apps/cli": "1.0.5",
"node-fetch": "3.2.10"
}
}