Skip to content

Commit

Permalink
feat: allow ^ versions for miscellaneous packages (#5154)
Browse files Browse the repository at this point in the history
* feat: allow ^ versions for miscellaneous packages

* Use latest for several
  • Loading branch information
JoshuaKGoldberg committed Jul 2, 2024
1 parent 514b83f commit bb8d7b9
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 26 deletions.
82 changes: 60 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
"ansi-colors": "^4.1.3",
"browser-stdout": "^1.3.1",
"chokidar": "^3.5.3",
"debug": "4.3.4",
"diff": "5.0.0",
"debug": "^4.3.5",
"diff": "^5.2.0",
"escape-string-regexp": "^4.0.0",
"find-up": "^5.0.0",
"glob": "^8.1.0",
"he": "^1.2.0",
"js-yaml": "^4.1.0",
"log-symbols": "^4.1.0",
"minimatch": "^5.1.6",
"ms": "2.1.3",
"ms": "^2.1.3",
"serialize-javascript": "^6.0.2",
"strip-json-comments": "^3.1.1",
"supports-color": "^8.1.1",
"workerpool": "6.2.1",
"workerpool": "^6.5.1",
"yargs": "^16.2.0",
"yargs-parser": "^20.2.9",
"yargs-unparser": "^2.0.0"
Expand Down

0 comments on commit bb8d7b9

Please sign in to comment.