Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38695da

Browse files
feat: allow ^ versions for character encoding packages (#5150)
* feat: allow ^ versions for character encoding packages * escape-string-regexp too * npm install ansi-colors@^4.1.3 * ...but keep package.json's dependencies entry the same * Updated to the latest ansi-colors per review
1 parent b2a6358 commit 38695da

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@
5151
"test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js"
5252
},
5353
"dependencies": {
54-
"ansi-colors": "4.1.1",
55-
"browser-stdout": "1.3.1",
54+
"ansi-colors": "^4.1.3",
55+
"browser-stdout": "^1.3.1",
5656
"chokidar": "^3.5.3",
5757
"debug": "4.3.4",
5858
"diff": "5.0.0",
59-
"escape-string-regexp": "4.0.0",
59+
"escape-string-regexp": "^4.0.0",
6060
"find-up": "5.0.0",
6161
"glob": "8.1.0",
62-
"he": "1.2.0",
62+
"he": "^1.2.0",
6363
"js-yaml": "4.1.0",
64-
"log-symbols": "4.1.0",
64+
"log-symbols": "^4.1.0",
6565
"minimatch": "5.0.1",
6666
"ms": "2.1.3",
6767
"serialize-javascript": "6.0.0",
6868
"strip-json-comments": "3.1.1",
69-
"supports-color": "8.1.1",
69+
"supports-color": "^8.1.1",
7070
"workerpool": "6.2.1",
7171
"yargs": "16.2.0",
7272
"yargs-parser": "20.2.4",

0 commit comments

Comments
 (0)