From fde811a37a9716699dc6e6421a1adb5de5e6b729 Mon Sep 17 00:00:00 2001 From: Cam Song Date: Tue, 13 Jul 2021 16:48:08 +0800 Subject: [PATCH] Unlock @babel/code-frame @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` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fabe0a68f55..1a23e37178a5 100644 --- a/package.json +++ b/package.json @@ -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",