Skip to content

Commit

Permalink
Unlock @babel/code-frame
Browse files Browse the repository at this point in the history
@babel/core use `@babel/code-frame@^7.14.5` right now https://github.com/babel/babel/blob/bfcf783834cbe293ca540e84c1ad285ed2e728e2/packages/babel-core/package.json#L51
which always cause 2 versions of `@babel/code-frame`
  • Loading branch information
camsong committed Jul 13, 2021
1 parent 9a3c73c commit fde811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
"@babel/code-frame": "7.12.11",
"@babel/code-frame": "^7.12.11",
"@eslint/eslintrc": "^0.4.2",
"@humanwhocodes/config-array": "^0.5.0",
"ajv": "^6.10.0",
Expand Down

0 comments on commit fde811a

Please sign in to comment.