meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

Updating to Meteor 1.4 #170

Closed 4F2E4A2E closed 8 years ago

4F2E4A2E commented 8 years ago

$ meteor update

Changes to your project's package version selections from updating the release:

accounts-base upgraded from 1.2.8 to 1.2.9 accounts-password upgraded from 1.1.12 to 1.2.12 babel-compiler upgraded from 6.8.4 to 6.9.0 babel-runtime upgraded from 0.1.9_1 to 0.1.10 caching-compiler upgraded from 1.0.6 to 1.1.6 ecmascript upgraded from 0.4.7 to 0.5.7 ecmascript-runtime upgraded from 0.2.12 to 0.3.12 email upgraded from 1.0.15 to 1.1.16 es5-shim upgraded from 4.5.13 to 4.6.13 less upgraded from 2.6.4 to 2.7.4 logging upgraded from 1.0.14 to 1.1.14 meteor upgraded from 1.1.16 to 1.2.16 minifier-js upgraded from 1.1.13 to 1.2.13 modules upgraded from 0.6.5 to 0.7.5 modules-runtime upgraded from 0.6.5 to 0.7.5 mongo upgraded from 1.1.9_1 to 1.1.10 npm-bcrypt upgraded from 0.8.6_2 to 0.8.7 npm-mongo upgraded from 1.4.45 to 1.5.45 promise upgraded from 0.7.3 to 0.8.3 standard-minifier-js upgraded from 1.0.8 to 1.1.8 tracker upgraded from 1.0.14 to 1.1.0 webapp upgraded from 1.2.10 to 1.3.10

todos: updated to Meteor 1.4.0.1.

Changes to your project's package version selections from updating package versions:

coffeescript upgraded from 1.1.3 to 1.1.4 ddp-server upgraded from 1.2.9 to 1.2.10 practicalmeteor:mocha upgraded from 2.4.5_5 to 2.4.5_6 templating upgraded from 1.1.13 to 1.1.14 autoupdate upgraded from 1.2.11 to 1.3.11 coffeescript upgraded from 1.1.4 to 1.2.3 ddp-client upgraded from 1.2.9 to 1.3.0 ddp-server upgraded from 1.2.10 to 1.3.9 http upgraded from 1.1.8 to 1.2.8 minifier-css upgraded from 1.1.13 to 1.2.13 percolate:velocityjs upgraded from 1.1.0 to 1.2.1_1 templating upgraded from 1.1.14 to 1.2.13

apollo-cla commented 8 years ago

@4F2E4A2E: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/

4F2E4A2E commented 8 years ago

I don't quite get what this actually means, but updating the examples takes a lot of time, it would be useful to have the dependencies up to date:

bash: line 1: chimp: command not found

hwillson commented 8 years ago

Hi @4F2E4A2E - sorry for the delay on this, and thank you for your PR. The Blaze version of the todos app has been updated via a separate PR. We're aiming on getting back to PR's much more quickly in the future, so please keep them coming. Thanks again!