Skip to content

Commit bb8d7b9

Browse files
feat: allow ^ versions for miscellaneous packages (#5154)
* feat: allow ^ versions for miscellaneous packages * Use latest for several
1 parent 514b83f commit bb8d7b9

File tree

2 files changed

+64
-26
lines changed

2 files changed

+64
-26
lines changed

package-lock.json

+60-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@
5454
"ansi-colors": "^4.1.3",
5555
"browser-stdout": "^1.3.1",
5656
"chokidar": "^3.5.3",
57-
"debug": "4.3.4",
58-
"diff": "5.0.0",
57+
"debug": "^4.3.5",
58+
"diff": "^5.2.0",
5959
"escape-string-regexp": "^4.0.0",
6060
"find-up": "^5.0.0",
6161
"glob": "^8.1.0",
6262
"he": "^1.2.0",
6363
"js-yaml": "^4.1.0",
6464
"log-symbols": "^4.1.0",
6565
"minimatch": "^5.1.6",
66-
"ms": "2.1.3",
66+
"ms": "^2.1.3",
6767
"serialize-javascript": "^6.0.2",
6868
"strip-json-comments": "^3.1.1",
6969
"supports-color": "^8.1.1",
70-
"workerpool": "6.2.1",
70+
"workerpool": "^6.5.1",
7171
"yargs": "^16.2.0",
7272
"yargs-parser": "^20.2.9",
7373
"yargs-unparser": "^2.0.0"

0 commit comments

Comments
 (0)