Skip to content

Commit a63263a

Browse files
committed
Update simplest-upload demo app
1 parent 79239ac commit a63263a

File tree

3 files changed

+46
-44
lines changed

3 files changed

+46
-44
lines changed

demo-simplest-upload/.meteor/packages

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
meteor-base@1.0.4 # Packages every Meteor app needs to have
88
mobile-experience@1.0.4 # Packages for a great mobile UX
9-
mongo@1.1.12 # The database Meteor supports right now
9+
mongo@1.1.12_1 # The database Meteor supports right now
1010
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
1111
reactive-var@1.0.10 # Reactive variable for tracker
1212
jquery@1.11.9 # Helpful client-side library
1313
tracker@1.1.0 # Meteor's client-side reactive programming library
1414

15-
standard-minifier-css@1.2.0 # CSS minifier run for production mode
16-
standard-minifier-js@1.2.0 # JS minifier run for production mode
17-
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
18-
ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code
15+
standard-minifier-css@1.2.0_1 # CSS minifier run for production mode
16+
standard-minifier-js@1.2.0_1 # JS minifier run for production mode
17+
es5-shim@4.6.14_1 # ECMAScript 5 compatibility for older browsers.
18+
ecmascript@0.5.8_1 # Enable ECMAScript2015+ syntax in app code
1919

2020
ostrio:files
2121
ostrio:templatehelpers
22-
shell-server
22+
shell-server@0.2.1

demo-simplest-upload/.meteor/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.4.1.1
1+
METEOR@1.4.1.2

demo-simplest-upload/.meteor/versions

+39-37
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,74 @@
11
allow-deny@1.0.5
2-
autoupdate@1.2.11
3-
babel-compiler@6.9.1
4-
babel-runtime@0.1.11
2+
autoupdate@1.3.11
3+
babel-compiler@6.9.1_1
4+
babel-runtime@0.1.11_1
55
base64@1.0.9
66
binary-heap@1.0.9
7-
blaze@2.1.8
8-
blaze-html-templates@1.0.4
9-
blaze-tools@1.0.9
10-
boilerplate-generator@1.0.9
11-
caching-compiler@1.1.7
12-
caching-html-compiler@1.0.6
7+
blaze@2.1.9
8+
blaze-html-templates@1.0.5
9+
blaze-tools@1.0.10
10+
boilerplate-generator@1.0.10
11+
caching-compiler@1.1.7_1
12+
caching-html-compiler@1.0.7
1313
callback-hook@1.0.9
1414
check@1.2.3
15-
coffeescript@1.2.4_1
15+
coffeescript@1.2.4_2
1616
ddp@1.2.5
17-
ddp-client@1.2.9
17+
ddp-client@1.3.1_1
1818
ddp-common@1.2.6
19-
ddp-server@1.2.10
19+
ddp-server@1.3.10_1
2020
deps@1.0.12
2121
diff-sequence@1.0.6
22-
ecmascript@0.5.8
23-
ecmascript-runtime@0.3.14
22+
ecmascript@0.5.8_1
23+
ecmascript-runtime@0.3.14_1
2424
ejson@1.0.12
25-
es5-shim@4.6.14
25+
es5-shim@4.6.14_1
2626
fastclick@1.0.12
2727
geojson-utils@1.0.9
2828
hot-code-push@1.0.4
29-
html-tools@1.0.10
30-
htmljs@1.0.10
31-
http@1.2.9
29+
html-tools@1.0.11
30+
htmljs@1.0.11
31+
http@1.2.9_1
3232
id-map@1.0.8
3333
jquery@1.11.9
3434
launch-screen@1.0.12
3535
livedata@1.0.18
36-
logging@1.1.15
37-
meteor@1.2.17
36+
logging@1.1.15_1
37+
meteor@1.2.17_1
3838
meteor-base@1.0.4
39-
minifier-css@1.2.14
40-
minifier-js@1.2.14
39+
minifier-css@1.2.14_1
40+
minifier-js@1.2.14_1
4141
minimongo@1.0.17
4242
mobile-experience@1.0.4
4343
mobile-status-bar@1.0.12
44-
modules@0.7.6
45-
modules-runtime@0.7.6
46-
mongo@1.1.12
44+
modules@0.7.6_1
45+
modules-runtime@0.7.6_1
46+
mongo@1.1.12_5
4747
mongo-id@1.0.5
48-
npm-mongo@1.5.48
49-
observe-sequence@1.0.12
48+
npm-mongo@2.2.10_1
49+
observe-sequence@1.0.13
5050
ordered-dict@1.0.8
5151
ostrio:cookies@2.0.5
52-
ostrio:files@1.7.2
52+
ostrio:files@1.7.4
5353
ostrio:templatehelpers@1.1.3
54-
promise@0.8.4
54+
promise@0.8.7
5555
random@1.0.10
5656
reactive-var@1.0.10
5757
reload@1.1.10
5858
retry@1.0.8
5959
routepolicy@1.0.11
6060
shell-server@0.2.1
61-
spacebars@1.0.12
62-
spacebars-compiler@1.0.12
63-
standard-minifier-css@1.2.0
64-
standard-minifier-js@1.2.0
65-
templating@1.2.14
66-
templating-tools@1.0.4
61+
spacebars@1.0.13
62+
spacebars-compiler@1.0.13
63+
standard-minifier-css@1.2.1
64+
standard-minifier-js@1.2.0_1
65+
templating@1.2.15
66+
templating-compiler@1.2.15
67+
templating-runtime@1.2.15
68+
templating-tools@1.0.5
6769
tracker@1.1.0
68-
ui@1.0.11
70+
ui@1.0.12
6971
underscore@1.0.9
7072
url@1.0.10
71-
webapp@1.3.11
73+
webapp@1.3.11_1
7274
webapp-hashing@1.0.9

0 commit comments

Comments
 (0)