Skip to content

Commit bf0bd76

Browse files
MichaelDeBoeyCompuIves
authored andcommitted
Use official babel-eslint dependency instead of own fork (#2071)
1 parent 35858a4 commit bf0bd76

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"@types/react": "^16.8.12",
5757
"all-contributors-cli": "^5.4.0",
58-
"babel-eslint": "codesandbox/babel-eslint#v10.0.2",
58+
"babel-eslint": "^10.0.2",
5959
"concurrently": "^4.1.0",
6060
"eslint": "5.16.0",
6161
"eslint-config-airbnb": "^15.0.1",

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4289,10 +4289,10 @@ babel-core@^6.0.0, babel-core@^6.24.1, babel-core@^6.26.0, babel-core@^6.26.3:
42894289
slash "^1.0.0"
42904290
source-map "^0.5.7"
42914291

4292-
babel-eslint@^9.0.0:
4293-
version "9.0.0"
4294-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
4295-
integrity sha512-itv1MwE3TMbY0QtNfeL7wzak1mV47Uy+n6HtSOO4Xd7rvmO+tsGQSgyOEEgo6Y2vHZKZphaoelNeSVj4vkLA1g==
4292+
babel-eslint@^10.0.2:
4293+
version "10.0.2"
4294+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
4295+
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
42964296
dependencies:
42974297
"@babel/code-frame" "^7.0.0"
42984298
"@babel/parser" "^7.0.0"
@@ -4301,9 +4301,10 @@ babel-eslint@^9.0.0:
43014301
eslint-scope "3.7.1"
43024302
eslint-visitor-keys "^1.0.0"
43034303

4304-
babel-eslint@codesandbox/babel-eslint#v10.0.2:
4305-
version "10.0.2"
4306-
resolved "https://codeload.github.com/codesandbox/babel-eslint/tar.gz/59308eb977bcd1a4cf1c98d29b019ca3a6546267"
4304+
babel-eslint@^9.0.0:
4305+
version "9.0.0"
4306+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
4307+
integrity sha512-itv1MwE3TMbY0QtNfeL7wzak1mV47Uy+n6HtSOO4Xd7rvmO+tsGQSgyOEEgo6Y2vHZKZphaoelNeSVj4vkLA1g==
43074308
dependencies:
43084309
"@babel/code-frame" "^7.0.0"
43094310
"@babel/parser" "^7.0.0"

0 commit comments

Comments
 (0)