Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Upgrade babel dependencies to rc versions #670

Closed
Mati365 opened this issue Aug 16, 2018 · 2 comments
Closed

Upgrade babel dependencies to rc versions #670

Mati365 opened this issue Aug 16, 2018 · 2 comments

Comments

@Mati365
Copy link

Mati365 commented Aug 16, 2018

after installing babel-eslint my yarn.lock contains duplicated @babel/ packages

  version "7.0.0-beta.52"
  resolved "http://verdaccio.cdd.htp.iadm:4873/@babel%2fcode-frame/-/code-frame-7.0.0-beta.52.tgz#192483bfa0d1e467c101571c21029ccb74af2801"
  dependencies:
    "@babel/highlight" "7.0.0-beta.52"

"@babel/code-frame@7.0.0-rc.1":
  version "7.0.0-rc.1"
  resolved "http://verdaccio.cdd.htp.iadm:4873/@babel%2fcode-frame/-/code-frame-7.0.0-rc.1.tgz#5c2154415d6c09959a71845ef519d11157e95d10"
  dependencies:
    "@babel/highlight" "7.0.0-rc.1"

primary due to babel eslint packages. Babel-eslint entry:

  version "9.0.0-beta.3"
  resolved "http://verdaccio.cdd.htp.iadm:4873/babel-eslint/-/babel-eslint-9.0.0-beta.3.tgz#229e36419ca5f20a1548cf5cd2413aa861193649"
  dependencies:
    "@babel/code-frame" "7.0.0-beta.52"
    "@babel/parser" "7.0.0-beta.52"
    "@babel/traverse" "7.0.0-beta.52"
    "@babel/types" "7.0.0-beta.52"
    eslint-scope "3.7.1"
    eslint-visitor-keys "^1.0.0"```
@edmorley
Copy link
Contributor

Fixed by #668 (merged but needs a new release).

@sibelius
Copy link

sibelius commented Sep 5, 2018

fixed on 9.0.0, we can close this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants