Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to meteor v1.5 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions app/.meteor/.finished-upgraders
Original file line number Diff line number Diff line change
Expand Up @@ -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
30 changes: 16 additions & 14 deletions app/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -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
[email protected]
[email protected]
shell-server
dynamic-import
2 changes: 1 addition & 1 deletion app/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.3.2.4
METEOR@1.5
160 changes: 83 additions & 77 deletions app/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,87 +1,93 @@
accounts-base@1.2.7
accounts-password@1.1.8
accounts-base@1.3.0
accounts-password@1.3.7
[email protected]
accounts-ui-unstyled@1.1.12
[email protected].4
accounts-ui-unstyled@1.2.1
[email protected].5
[email protected]
autoupdate@1.2.9
babel-compiler@6.6.4
[email protected].8
[email protected].8
[email protected].8
blaze@2.1.7
blaze-html-templates@1.0.4
[email protected].8
boilerplate-generator@1.0.8
caching-compiler@1.0.4
caching-html-compiler@1.0.6
[email protected].8
[email protected].1
autoupdate@1.3.12
babel-compiler@6.19.2
babel-runtime@1.0.1
[email protected].10
[email protected].10
blaze@2.3.2
blaze-html-templates@1.1.2
[email protected].10
boilerplate-generator@1.1.0
caching-compiler@1.1.9
caching-html-compiler@1.1.2
[email protected].10
[email protected].5
[email protected]
ddp-client@1.2.7
[email protected].5
[email protected].4
ddp-server@1.2.6
ddp-client@1.3.4
[email protected].8
[email protected].7
ddp-server@1.3.14
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].9
[email protected].9
http@1.1.5
[email protected].7
[email protected].11
[email protected].11
http@1.2.12
[email protected].9
[email protected]
[email protected].8
[email protected].10
kadira:[email protected]
launch-screen@1.0.11
less@2.6.0
launch-screen@1.1.1
less@2.7.9
[email protected]
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
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
tmeasday:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
tmeasday:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down