This commit is contained in:
Nicolò Ribaudo
2021-04-29 21:59:57 +02:00
parent 0f2a1a8153
commit 3c0152a217
27 changed files with 131 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/highlight",
"version": "7.13.10",
"version": "7.14.0",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>",
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
@@ -15,7 +15,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/helper-validator-identifier": "workspace:^7.14.0",
"chalk": "^2.0.0",
"js-tokens": "condition:BABEL_8_BREAKING ? ^7.0.0 : ^4.0.0"
},