Skip to content

Commit dc7f0d6

Browse files
committed
updated meteor and other packages
1 parent 57821e9 commit dc7f0d6

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.meteor/packages

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
meteor-base@1.4.0 # Packages every Meteor app needs to have
88
mobile-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
1010
reactive-var@1.0.11 # Reactive variable for tracker
1111
jquery@1.11.10 # Helpful client-side library
1212
tracker@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
1616
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
1717
ecmascript@0.12.4 # Enable ECMAScript2015+ syntax in app code
1818

@@ -23,12 +23,12 @@ fortawesome:fontawesome
2323
accounts-ui@1.3.1
2424
accounts-password@1.5.1
2525
session@1.2.0
26-
http@1.4.1
26+
http@1.4.2
2727
meteorhacks:picker
2828
lfergon:exportcsv
2929
shell-server@0.4.0
3030
alanning:roles
31-
dynamic-import@0.5.0
31+
dynamic-import@0.5.1
3232
fourseven:scss
3333
check@1.3.1
3434
audit-argument-checks@1.0.7
@@ -43,4 +43,4 @@ mrest:restivus
4343
email@1.2.3
4444
cultofcoders:persistent-session
4545
meteortoys:allthings
46-
underscore
46+
underscore@1.0.10

.meteor/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.8.0.2
1+
METEOR@1.8.1

.meteor/versions

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ aldeed:collection2-core@2.1.2
77
allow-deny@1.1.0
88
amplify@1.0.0
99
audit-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
1212
babel-runtime@1.3.0
1313
base64@1.0.11
1414
binary-heap@1.0.11
@@ -25,7 +25,7 @@ ddp@1.4.0
2525
ddp-client@2.3.3
2626
ddp-common@1.4.0
2727
ddp-rate-limiter@1.0.7
28-
ddp-server@2.2.0
28+
ddp-server@2.3.0
2929
deps@1.0.12
3030
diff-sequence@1.1.1
3131
dynamic-import@0.5.1
@@ -36,7 +36,7 @@ ecmascript-runtime-server@0.7.1
3636
ejson@1.1.0
3737
email@1.2.3
3838
es5-shim@4.8.0
39-
fetch@0.1.0
39+
fetch@0.1.1
4040
fortawesome:fontawesome@4.7.0
4141
fourseven:scss@4.10.0
4242
geojson-utils@1.0.10
@@ -56,7 +56,7 @@ livedata@1.0.18
5656
localstorage@1.2.0
5757
logging@1.1.20
5858
mdg:validated-method@1.2.0
59-
meteor@1.9.2
59+
meteor@1.9.3
6060
meteor-base@1.4.0
6161
meteorhacks:picker@1.0.3
6262
meteortoys:allthings@7.0.1
@@ -76,24 +76,24 @@ meteortoys:sub@4.0.0
7676
meteortoys:throttle@4.0.0
7777
meteortoys:toggle@4.0.0
7878
meteortoys: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
8181
minimongo@1.4.5
8282
mobile-experience@1.0.5
8383
mobile-status-bar@1.0.14
84-
modern-browsers@0.1.3
84+
modern-browsers@0.1.4
8585
modules@0.13.0
8686
modules-runtime@0.10.3
8787
momentjs: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
9090
mongo-dev-server@1.1.0
9191
mongo-id@1.0.7
9292
mrest:restivus@0.8.13
9393
msavin:jetsetter@4.0.0
9494
msavin:mongol@7.0.1
9595
npm-bcrypt@0.9.3
96-
npm-mongo@3.1.1
96+
npm-mongo@3.1.2
9797
observe-sequence@1.0.16
9898
ordered-dict@1.1.0
9999
ostrio:cookies@2.3.0
@@ -104,9 +104,9 @@ raix:eventemitter@0.1.3
104104
random@1.1.0
105105
rate-limit@1.0.9
106106
react-meteor-data@0.2.16
107-
reactive-dict@1.2.1
107+
reactive-dict@1.3.0
108108
reactive-var@1.0.11
109-
reload@1.2.0
109+
reload@1.3.0
110110
retry@1.1.0
111111
routepolicy@1.1.0
112112
service-configuration@1.0.11
@@ -118,8 +118,8 @@ socket-stream-client@0.2.2
118118
spacebars@1.0.15
119119
spacebars-compiler@1.1.3
120120
srp@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
123123
templating@1.3.2
124124
templating-compiler@1.3.3
125125
templating-runtime@1.3.2
@@ -129,5 +129,5 @@ tracker@1.2.0
129129
underscore@1.0.10
130130
universe:i18n@1.20.1
131131
url@1.2.0
132-
webapp@1.7.2
132+
webapp@1.7.3
133133
webapp-hashing@1.0.9

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",

0 commit comments

Comments
 (0)