Skip to content

Commit

Permalink
*update to Meteor v1.4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wheatley committed Sep 3, 2016
1 parent d887632 commit d218b3e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###Please review the [Ionic2 changelog](https://github.com/driftyco/ionic/blob/master/CHANGELOG.md)

###Meteor 1.4.0.1
###Meteor 1.4.1.1
###Ionic2 Beta 11
###Angular rc4

Expand Down
1 change: 1 addition & 0 deletions app/.meteor/.finished-upgraders
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ notices-for-facebook-graph-api-2
1.3.0-split-minifiers-package
1.3.5-remove-old-dev-bundle-link
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package
13 changes: 7 additions & 6 deletions app/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@
# but you can also edit it by hand.

meteor-base@1.0.4 # Packages every Meteor app needs to have
mongo@1.1.10 # The database Meteor supports right now
mongo@1.1.12 # The database Meteor supports right now
session@1.1.6 # Client-side reactive dictionary for your app
jquery@1.11.9 # Helpful client-side library
tracker@1.1.0 # Meteor's client-side reactive programming library

es5-shim@4.6.13 # ECMAScript 5 compatibility for older browsers.
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
# Removed mobile-experience package to fix conflict between fastclick and ionic2
# Re-addeding other packages from mobile-experience
#mobile-experience
launch-screen@1.0.12
mobile-status-bar@1.0.12

standard-minifier-css@1.1.8
standard-minifier-js@1.1.8
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
angular2-compilers@0.5.7
modules@0.7.5
accounts-password@1.2.12
modules@0.7.6
accounts-password@1.3.0
shell-server
2 changes: 1 addition & 1 deletion app/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.4.0.1
METEOR@1.4.1.1
55 changes: 28 additions & 27 deletions app/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
accounts-base@1.2.9
accounts-password@1.2.12
accounts-base@1.2.11
accounts-password@1.3.0
allow-deny@1.0.5
angular2-compilers@0.5.7
angular2-html-templates@0.5.4
autoupdate@1.3.11
babel-compiler@6.9.0
babel-runtime@0.1.10
barbatus:typescript@0.4.0
barbatus:typescript-compiler@0.7.0
babel-compiler@6.9.1
babel-runtime@0.1.11
barbatus:typescript@0.4.1
barbatus:typescript-compiler@0.7.1_1
barbatus:typescript-runtime@0.1.2
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-tools@1.0.9
boilerplate-generator@1.0.9
caching-compiler@1.1.6
caching-compiler@1.1.7
callback-hook@1.0.9
check@1.2.3
ddp@1.2.5
ddp-client@1.3.0
ddp-client@1.3.1
ddp-common@1.2.6
ddp-rate-limiter@1.0.5
ddp-server@1.3.9
ddp-server@1.3.10
deps@1.0.12
diff-sequence@1.0.6
ecmascript@0.5.7
ecmascript-runtime@0.3.12
ecmascript@0.5.8
ecmascript-runtime@0.3.14
ejson@1.0.12
email@1.1.16
es5-shim@4.6.13
email@1.1.17
es5-shim@4.6.14
geojson-utils@1.0.9
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
http@1.2.8
http@1.2.9
id-map@1.0.8
jquery@1.11.9
launch-screen@1.0.12
livedata@1.0.18
localstorage@1.0.11
logging@1.1.14
meteor@1.2.16
logging@1.1.15
meteor@1.2.17
meteor-base@1.0.4
minifier-css@1.2.13
minifier-js@1.2.13
minifier-css@1.2.14
minifier-js@1.2.14
minimongo@1.0.17
mobile-status-bar@1.0.12
modules@0.7.5
modules-runtime@0.7.5
mongo@1.1.10
modules@0.7.6
modules-runtime@0.7.6
mongo@1.1.12
mongo-id@1.0.5
npm-bcrypt@0.8.7
npm-mongo@1.5.45
npm-bcrypt@0.9.1
npm-mongo@1.5.49
observe-sequence@1.0.12
ordered-dict@1.0.8
promise@0.8.3
promise@0.8.4
random@1.0.10
rate-limit@1.0.5
reactive-dict@1.1.8
Expand All @@ -65,14 +65,15 @@ routepolicy@1.0.11
service-configuration@1.0.10
session@1.1.6
sha@1.0.8
shell-server@0.2.1
spacebars@1.0.12
spacebars-compiler@1.0.12
srp@1.0.9
standard-minifier-css@1.1.8
standard-minifier-js@1.1.8
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
tracker@1.1.0
ui@1.0.11
underscore@1.0.9
url@1.0.10
webapp@1.3.10
webapp@1.3.11
webapp-hashing@1.0.9
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"angular2-meteor": "^0.5.5",
"angular2-meteor-auto-bootstrap": "^0.5.5",
"bcrypt": "^0.8.7",
"es6-promise": "3.2.1",
"es6-shim": "0.35.1",
"ionic-angular": "2.0.0-beta.11",
Expand Down

0 comments on commit d218b3e

Please sign in to comment.