Unable to update to latest version of the react package

When I do a meteor update command, I get the following message:

The following top-level dependencies were not updated to the very latest version available:

  • react 0.14.3 (0.14.3_1 is available)
    Newer versions of the following indirect dependencies are available:
  • jsx 0.2.3 (0.2.4 is available)
  • react-meteor-data 0.2.4 (0.2.5 is available)

Attempting to update these packages directly (via meteor update react etc.) does nothing. I tried ‘hardcoding’ the package version on my packages file (like react@0.14.3_1) and get the following error message:

  • ecmascript@0.1.6 <- random 1.0.5 <- mongo 1.1.3
  • ecmascript@0.1.6 <- ddp-server 1.2.2 <- ddp 1.2.2 <- autoupdate 1.2.4 <- hot-code-push 1.0.0 <- meteor-base 1.0.1
  • ecmascript@0.1.6 <- ddp-server 1.2.2 <- ddp 1.2.2 <- livedata 1.0.15 <- meteor-base 1.0.1
  • ecmascript@0.1.6 <- ddp-server 1.2.2 <- ddp 1.2.2 <- meteor-base 1.0.1
  • ecmascript@0.1.6 <- templating 1.1.5 <- blaze-html-templates 1.0.1
  • ecmascript@0.1.5 <- caching-html-compiler 1.0.2 <- templating 1.1.5 <- blaze-html-templates 1.0.1
  • ecmascript@0.1.3 <- caching-compiler 1.0.0 <- caching-html-compiler 1.0.2 <- templating 1.1.5 <- blaze-html-templates 1.0.1
  • ecmascript@0.1.3 <- templating-tools 1.0.0 <- caching-html-compiler 1.0.2 <- templating 1.1.5 <- blaze-html-templates 1.0.1
  • ecmascript@0.1.3 <- templating-tools 1.0.0 <- templating 1.1.5 <- blaze-html-templates 1.0.1
  • ecmascript@0.1.6 <- reactive-dict 1.1.3 <- session 1.1.1
  • ecmascript@0.3.0 <- jsx 0.2.4 <- react 0.14.3_1
  • ecmascript@0.1.6 <- coffeescript 1.0.11 <- cosmos:browserify 0.9.3 <- react-runtime-dev 0.14.4 <- react-runtime 0.14.4 <- react 0.14.3_1

From what I can gleam from the above, some packages require ecmascript version 0.1.3, others 0.1.6 (what I have in my versions file), and the latest react packages depend on 0.3.0. Updating the ecmascript package via meteor update ecmascript just gives me a message indicating that I have the latest version already.

Am I doing something wrong? Is the latest ecmascript package not published yet? Is this stuff being setup for the 1.3 release?

Oh, an additional note: this is all happening on a fresh project, so no other dependencies are there other than what meteor provides in a fresh project with the react package.

Thanks,

Mike.

Hi Mike,

I am having the same problem as you. It seems to want ecmascript 0.3.0 which for some reason I can’t get updated to. Did you ever get this resolved? I am on Meteor 1.2.1, are you too?

Nope. Wasn’t able to figure it out. Just figured it was stuff for the next Meteor release.

I’m on 1.2.1 right now.

1 Like

Yeah I believe that the newest version of the react package only works with Meteor 1.3 beta.

1 Like