File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed
Expand file tree Collapse file tree 4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 66
77meteor-base@1.4.0 # Packages every Meteor app needs to have
88mobile-experience@1.0.5 # Packages for a great mobile UX
9- mongo@1.6.0 # The database Meteor supports right now
9+ mongo@1.6.2 # The database Meteor supports right now
1010reactive-var@1.0.11 # Reactive variable for tracker
1111jquery@1.11.10 # Helpful client-side library
1212tracker@1.2.0 # Meteor's client-side reactive programming library
1313
14- standard-minifier-css@1.5.2 # CSS minifier run for production mode
15- standard-minifier-js@2.4.0 # JS minifier run for production mode
14+ standard-minifier-css@1.5.3 # CSS minifier run for production mode
15+ standard-minifier-js@2.4.1 # JS minifier run for production mode
1616es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
1717ecmascript@0.12.4 # Enable ECMAScript2015+ syntax in app code
1818
@@ -23,12 +23,12 @@ fortawesome:fontawesome
2323accounts-ui@1.3.1
2424accounts-password@1.5.1
2525session@1.2.0
26- http@1.4.1
26+ http@1.4.2
2727meteorhacks:picker
2828lfergon:exportcsv
2929shell-server@0.4.0
3030alanning:roles
31- dynamic-import@0.5.0
31+ dynamic-import@0.5.1
3232fourseven:scss
3333check@1.3.1
3434audit-argument-checks@1.0.7
@@ -43,4 +43,4 @@ mrest:restivus
4343email@1.2.3
4444cultofcoders:persistent-session
4545meteortoys:allthings
46- underscore
46+ underscore@1.0.10
Original file line number Diff line number Diff line change 1- METEOR@1.8.0.2
1+ METEOR@1.8.1
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ aldeed:collection2-core@2.1.2
77allow-deny@1.1.0
88amplify@1.0.0
99audit-argument-checks@1.0.7
10- autoupdate@1.5 .0
11- babel-compiler@7.2 .4
10+ autoupdate@1.6 .0
11+ babel-compiler@7.3 .4
1212babel-runtime@1.3.0
1313base64@1.0.11
1414binary-heap@1.0.11
@@ -25,7 +25,7 @@ ddp@1.4.0
2525ddp-client@2.3.3
2626ddp-common@1.4.0
2727ddp-rate-limiter@1.0.7
28- ddp-server@2.2 .0
28+ ddp-server@2.3 .0
2929deps@1.0.12
3030diff-sequence@1.1.1
3131dynamic-import@0.5.1
@@ -36,7 +36,7 @@ ecmascript-runtime-server@0.7.1
3636ejson@1.1.0
3737email@1.2.3
3838es5-shim@4.8.0
39- fetch@0.1.0
39+ fetch@0.1.1
4040fortawesome:fontawesome@4.7.0
4141fourseven:scss@4.10.0
4242geojson-utils@1.0.10
@@ -56,7 +56,7 @@ livedata@1.0.18
5656localstorage@1.2.0
5757logging@1.1.20
5858mdg:validated-method@1.2.0
59- meteor@1.9.2
59+ meteor@1.9.3
6060meteor-base@1.4.0
6161meteorhacks:picker@1.0.3
6262meteortoys:allthings@7.0.1
@@ -76,24 +76,24 @@ meteortoys:sub@4.0.0
7676meteortoys:throttle@4.0.0
7777meteortoys:toggle@4.0.0
7878meteortoys:toykit@4.0.2
79- minifier-css@1.4.1
80- minifier-js@2.4.0
79+ minifier-css@1.4.2
80+ minifier-js@2.4.1
8181minimongo@1.4.5
8282mobile-experience@1.0.5
8383mobile-status-bar@1.0.14
84- modern-browsers@0.1.3
84+ modern-browsers@0.1.4
8585modules@0.13.0
8686modules-runtime@0.10.3
8787momentjs:moment@2.23.0
88- mongo@1.6.0
89- mongo-decimal@0.1.0
88+ mongo@1.6.2
89+ mongo-decimal@0.1.1
9090mongo-dev-server@1.1.0
9191mongo-id@1.0.7
9292mrest:restivus@0.8.13
9393msavin:jetsetter@4.0.0
9494msavin:mongol@7.0.1
9595npm-bcrypt@0.9.3
96- npm-mongo@3.1.1
96+ npm-mongo@3.1.2
9797observe-sequence@1.0.16
9898ordered-dict@1.1.0
9999ostrio:cookies@2.3.0
@@ -104,9 +104,9 @@ raix:eventemitter@0.1.3
104104random@1.1.0
105105rate-limit@1.0.9
106106react-meteor-data@0.2.16
107- reactive-dict@1.2.1
107+ reactive-dict@1.3.0
108108reactive-var@1.0.11
109- reload@1.2 .0
109+ reload@1.3 .0
110110retry@1.1.0
111111routepolicy@1.1.0
112112service-configuration@1.0.11
@@ -118,8 +118,8 @@ socket-stream-client@0.2.2
118118spacebars@1.0.15
119119spacebars-compiler@1.1.3
120120srp@1.0.12
121- standard-minifier-css@1.5.2
122- standard-minifier-js@2.4.0
121+ standard-minifier-css@1.5.3
122+ standard-minifier-js@2.4.1
123123templating@1.3.2
124124templating-compiler@1.3.3
125125templating-runtime@1.3.2
@@ -129,5 +129,5 @@ tracker@1.2.0
129129underscore@1.0.10
130130universe:i18n@1.20.1
131131url@1.2.0
132- webapp@1.7.2
132+ webapp@1.7.3
133133webapp-hashing@1.0.9
Original file line number Diff line number Diff line change 1616 "fs-extra" : " ^4.0.3" ,
1717 "gridfs-stream" : " ^1.1.1" ,
1818 "lodash" : " ^4.17.11" ,
19- "materialize-css" : " ^1.0.0-rc.2 " ,
19+ "materialize-css" : " ^1.0.0" ,
2020 "meteor-node-stubs" : " ^0.3.2" ,
2121 "prop-types" : " ^15.6.0" ,
2222 "react" : " ^16.7.0" ,
You can’t perform that action at this time.
0 commit comments