diff --git a/README.md b/README.md index a134df2..659d026 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Getting Started with and using data in Meteor, React and FlowRouter -This is the repo for the article "[Getting Started with Meteor 1.3, React 15, and FlowRouter](http://coderchronicles.org/2016/04/08/getting-started-with-meteor-1-3-react-and-flowrouter/)" +This is the repo for the article "[Getting Started with Meteor 1.5, React 15, and FlowRouter](http://coderchronicles.org/2016/04/08/getting-started-with-meteor-1-3-react-and-flowrouter/)" -If you're new to Meteor (or to Meteor 1.3) and want to use it with React and FlowRouter, this is a great place to start. +If you're new to Meteor (or to Meteor 1.5) and want to use it with React and FlowRouter, this is a great place to start. ## Instructions - Be sure you have [Meteor installed](https://www.meteor.com/install) diff --git a/app/.meteor/.finished-upgraders b/app/.meteor/.finished-upgraders index dacc2c0..910574c 100644 --- a/app/.meteor/.finished-upgraders +++ b/app/.meteor/.finished-upgraders @@ -11,3 +11,7 @@ notices-for-facebook-graph-api-2 1.2.0-cordova-changes 1.2.0-breaking-changes 1.3.0-split-minifiers-package +1.4.0-remove-old-dev-bundle-link +1.4.1-add-shell-server-package +1.4.3-split-account-service-packages +1.5-add-dynamic-import-package diff --git a/app/.meteor/packages b/app/.meteor/packages index 43e96d8..42dfcde 100644 --- a/app/.meteor/packages +++ b/app/.meteor/packages @@ -4,22 +4,24 @@ # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. -meteor-base # Packages every Meteor app needs to have -mobile-experience # Packages for a great mobile UX -mongo # The database Meteor supports right now +meteor-base@1.1.0 # Packages every Meteor app needs to have +mobile-experience@1.0.4 # Packages for a great mobile UX +mongo@1.1.18 # The database Meteor supports right now blaze-html-templates # Compile .html files into Meteor Blaze views -reactive-var # Reactive variable for tracker -jquery # Helpful client-side library -tracker # Meteor's client-side reactive programming library +reactive-var@1.0.11 # Reactive variable for tracker +jquery@1.11.10 # Helpful client-side library +tracker@1.1.3 # Meteor's client-side reactive programming library -standard-minifier-css # CSS minifier run for production mode -standard-minifier-js # JS minifier run for production mode -es5-shim # ECMAScript 5 compatibility for older browsers. -ecmascript # Enable ECMAScript2015+ syntax in app code +standard-minifier-css@1.3.4 # CSS minifier run for production mode +standard-minifier-js@2.1.0 # JS minifier run for production mode +es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers. +ecmascript@0.8.0 # Enable ECMAScript2015+ syntax in app code -autopublish # Publish all data to the clients (for prototyping) -insecure # Allow all DB writes from clients (for prototyping) +autopublish@1.0.7 # Publish all data to the clients (for prototyping) +insecure@1.0.7 # Allow all DB writes from clients (for prototyping) kadira:flow-router react-meteor-data -accounts-password -accounts-ui +accounts-password@1.3.6 +accounts-ui@1.1.9 +shell-server +dynamic-import diff --git a/app/.meteor/release b/app/.meteor/release index 940e0b5..025f64e 100644 --- a/app/.meteor/release +++ b/app/.meteor/release @@ -1 +1 @@ -METEOR@1.3.2.4 +METEOR@1.5 diff --git a/app/.meteor/versions b/app/.meteor/versions index c13f934..bb69c98 100644 --- a/app/.meteor/versions +++ b/app/.meteor/versions @@ -1,87 +1,93 @@ -accounts-base@1.2.7 -accounts-password@1.1.8 +accounts-base@1.3.0 +accounts-password@1.3.7 accounts-ui@1.1.9 -accounts-ui-unstyled@1.1.12 -allow-deny@1.0.4 +accounts-ui-unstyled@1.2.1 +allow-deny@1.0.5 autopublish@1.0.7 -autoupdate@1.2.9 -babel-compiler@6.6.4 -babel-runtime@0.1.8 -base64@1.0.8 -binary-heap@1.0.8 -blaze@2.1.7 -blaze-html-templates@1.0.4 -blaze-tools@1.0.8 -boilerplate-generator@1.0.8 -caching-compiler@1.0.4 -caching-html-compiler@1.0.6 -callback-hook@1.0.8 -check@1.2.1 +autoupdate@1.3.12 +babel-compiler@6.19.2 +babel-runtime@1.0.1 +base64@1.0.10 +binary-heap@1.0.10 +blaze@2.3.2 +blaze-html-templates@1.1.2 +blaze-tools@1.0.10 +boilerplate-generator@1.1.0 +caching-compiler@1.1.9 +caching-html-compiler@1.1.2 +callback-hook@1.0.10 +check@1.2.5 ddp@1.2.5 -ddp-client@1.2.7 -ddp-common@1.2.5 -ddp-rate-limiter@1.0.4 -ddp-server@1.2.6 +ddp-client@1.3.4 +ddp-common@1.2.8 +ddp-rate-limiter@1.0.7 +ddp-server@1.3.14 deps@1.0.12 -diff-sequence@1.0.5 -ecmascript@0.4.3 -ecmascript-runtime@0.2.10 -ejson@1.0.11 -email@1.0.12 -es5-shim@4.5.10 -fastclick@1.0.11 -geojson-utils@1.0.8 +diff-sequence@1.0.7 +dynamic-import@0.1.1 +ecmascript@0.8.0 +ecmascript-runtime@0.4.1 +ecmascript-runtime-client@0.4.2 +ecmascript-runtime-server@0.4.1 +ejson@1.0.13 +email@1.2.3 +es5-shim@4.6.15 +fastclick@1.0.13 +geojson-utils@1.0.10 hot-code-push@1.0.4 -html-tools@1.0.9 -htmljs@1.0.9 -http@1.1.5 -id-map@1.0.7 +html-tools@1.0.11 +htmljs@1.0.11 +http@1.2.12 +id-map@1.0.9 insecure@1.0.7 -jquery@1.11.8 +jquery@1.11.10 kadira:flow-router@2.12.1 -launch-screen@1.0.11 -less@2.6.0 +launch-screen@1.1.1 +less@2.7.9 livedata@1.0.18 -localstorage@1.0.9 -logging@1.0.12 -meteor@1.1.14 -meteor-base@1.0.4 -minifier-css@1.1.11 -minifier-js@1.1.11 -minimongo@1.0.16 +localstorage@1.1.0 +logging@1.1.17 +meteor@1.6.1 +meteor-base@1.1.0 +minifier-css@1.2.16 +minifier-js@2.1.0 +minimongo@1.2.1 mobile-experience@1.0.4 -mobile-status-bar@1.0.12 -modules@0.6.1 -modules-runtime@0.6.3 -mongo@1.1.7 -mongo-id@1.0.4 -npm-bcrypt@0.8.5 -npm-mongo@1.4.43 -observe-sequence@1.0.11 -ordered-dict@1.0.7 -promise@0.6.7 -random@1.0.9 -rate-limit@1.0.4 -react-meteor-data@0.2.9 -reactive-dict@1.1.7 -reactive-var@1.0.9 -reload@1.1.8 -retry@1.0.7 -routepolicy@1.0.10 -service-configuration@1.0.9 -session@1.1.5 -sha@1.0.7 -spacebars@1.0.11 -spacebars-compiler@1.0.11 -srp@1.0.8 -standard-minifier-css@1.0.6 -standard-minifier-js@1.0.6 -templating@1.1.9 -templating-tools@1.0.4 -tmeasday:check-npm-versions@0.2.0 -tracker@1.0.13 -ui@1.0.11 -underscore@1.0.8 -url@1.0.9 -webapp@1.2.8 +mobile-status-bar@1.0.14 +modules@0.9.1 +modules-runtime@0.8.0 +mongo@1.1.18 +mongo-id@1.0.6 +npm-bcrypt@0.9.3 +npm-mongo@2.2.24 +observe-sequence@1.0.16 +ordered-dict@1.0.9 +promise@0.8.9 +random@1.0.10 +rate-limit@1.0.8 +react-meteor-data@0.2.12 +reactive-dict@1.1.9 +reactive-var@1.0.11 +reload@1.1.11 +retry@1.0.9 +routepolicy@1.0.12 +service-configuration@1.0.11 +session@1.1.7 +sha@1.0.9 +shell-server@0.2.3 +spacebars@1.0.15 +spacebars-compiler@1.1.2 +srp@1.0.10 +standard-minifier-css@1.3.4 +standard-minifier-js@2.1.0 +templating@1.3.2 +templating-compiler@1.3.2 +templating-runtime@1.3.2 +templating-tools@1.1.2 +tmeasday:check-npm-versions@0.3.1 +tracker@1.1.3 +ui@1.0.13 +underscore@1.0.10 +url@1.1.0 +webapp@1.3.16 webapp-hashing@1.0.9 diff --git a/app/package.json b/app/package.json index e554284..ac4d899 100644 --- a/app/package.json +++ b/app/package.json @@ -5,6 +5,8 @@ "start": "meteor run" }, "dependencies": { + "babel-runtime": "^6.23.0", + "bcrypt": "^1.0.2", "meteor-node-stubs": "~0.2.0", "react": "^15.0.2", "react-dom": "^15.0.1",