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 30, 2024
1 parent 356d3ec commit 3a6be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"generate-main-exports-commit": "git diff --exit-code && npm run generate-main-exports && git add src && git commit --allow-empty -m \"🏭 Generate main exports\""
},
"dependencies": {
"n12": "^1.8.18",
"n12": "1.8.18",
"type-fest": "2.13.0",
"userhome": "1.0.0"
},
Expand Down

0 comments on commit 3a6be90

Please sign in to comment.