Skip to content

Commit

Permalink
feat: allow ^ versions for character encoding packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 30, 2024
1 parent 472a8be commit 993c3a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -51,8 +51,8 @@
"test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js"
},
"dependencies": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
"ansi-colors": "^4.1.1",
"browser-stdout": "^1.3.1",
"chokidar": "^3.5.3",
"debug": "4.3.4",
"diff": "5.0.0",
Expand All @@ -61,12 +61,12 @@
"glob": "8.1.0",
"he": "1.2.0",
"js-yaml": "4.1.0",
"log-symbols": "4.1.0",
"log-symbols": "^4.1.0",
"minimatch": "5.0.1",
"ms": "2.1.3",
"serialize-javascript": "6.0.0",
"strip-json-comments": "3.1.1",
"supports-color": "8.1.1",
"supports-color": "^8.1.1",
"workerpool": "6.2.1",
"yargs": "16.2.0",
"yargs-parser": "20.2.4",
Expand Down

0 comments on commit 993c3a6

Please sign in to comment.