Skip to content

Commit

Permalink
fix(dependencies): adjusted prod deps to be ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed May 31, 2024
1 parent e4f40b2 commit 89cb094
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
}
},
"dependencies": {
"@types/chance": "1.1.6",
"chance": "1.1.11",
"debug": "4.3.5",
"lodash": "4.17.21",
"mersenne-twister": "1.1.0"
"@types/chance": "^1.1.6",
"chance": "^1.1.11",
"debug": "^4.3.5",
"lodash": "^4.17.21",
"mersenne-twister": "^1.1.0"
},
"devDependencies": {
"@babel/plugin-transform-exponentiation-operator": "7.24.6",
Expand Down

0 comments on commit 89cb094

Please sign in to comment.