Skip to content

Commit

Permalink
Merge pull request #245 from s0/unpin-dependencies
Browse files Browse the repository at this point in the history
fix: unpin dependencies
  • Loading branch information
mattallty committed Aug 26, 2023
2 parents 2c11c11 + 6e902f6 commit 0281f6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@
},
"dependencies": {
"@types/glob": "^7.1.1",
"@types/lodash": "4.14.149",
"@types/lodash": "^4.14.149",
"@types/node": "13.9.3",
"@types/table": "5.0.0",
"@types/table": "^5.0.0",
"@types/tabtab": "^3.0.1",
"@types/wrap-ansi": "^3.0.0",
"chalk": "3.0.0",
"chalk": "^3.0.0",
"glob": "^7.1.6",
"lodash": "4.17.21",
"table": "5.4.6",
"lodash": "^4.17.21",
"table": "^5.4.6",
"tabtab": "^3.0.2",
"winston": "3.2.1",
"winston": "^3.2.1",
"wrap-ansi": "^6.2.0"
},
"config": {
Expand Down

0 comments on commit 0281f6f

Please sign in to comment.