Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 27fb5fa

Browse files
committed
update meteor version
1 parent 80883e8 commit 27fb5fa

File tree

5 files changed

+74
-68
lines changed

5 files changed

+74
-68
lines changed

example-server/.meteor/.finished-upgraders

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ notices-for-facebook-graph-api-2
1313
1.3.0-split-minifiers-package
1414
1.4.0-remove-old-dev-bundle-link
1515
1.4.1-add-shell-server-package
16+
1.4.3-split-account-service-packages
17+
1.5-add-dynamic-import-package

example-server/.meteor/packages

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
# 'meteor add' and 'meteor remove' will edit this file for you,
55
# but you can also edit it by hand.
66

7-
meteor-base@1.0.4 # Packages every Meteor app needs to have
8-
[email protected].4 # Packages for a great mobile UX
9-
mongo@1.1.14 # The database Meteor supports right now
7+
meteor-base@1.2.0 # Packages every Meteor app needs to have
8+
[email protected].5 # Packages for a great mobile UX
9+
mongo@1.3.1 # The database Meteor supports right now
1010
[email protected] # Compile .html files into Meteor Blaze views
1111
[email protected] # Reactive variable for tracker
1212
[email protected] # Helpful client-side library
13-
[email protected].1 # Meteor's client-side reactive programming library
13+
[email protected].3 # Meteor's client-side reactive programming library
1414

15-
[email protected].2 # CSS minifier run for production mode
16-
standard-minifier-js@1.2.1 # JS minifier run for production mode
15+
[email protected].5 # CSS minifier run for production mode
16+
standard-minifier-js@2.2.0 # JS minifier run for production mode
1717
[email protected] # ECMAScript 5 compatibility for older browsers.
18-
ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code
18+
ecmascript@0.9.0 # Enable ECMAScript2015+ syntax in app code
1919

20-
21-
22-
20+
21+
22+
23+
dynamic-import

example-server/.meteor/release

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

example-server/.meteor/versions

Lines changed: 59 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,88 @@
1-
accounts-base@1.2.14
2-
accounts-password@1.3.3
3-
accounts-ui@1.1.9
4-
accounts-ui-unstyled@1.1.13
5-
allow-deny@1.0.5
1+
accounts-base@1.4.0
2+
accounts-password@1.5.0
3+
accounts-ui@1.2.0
4+
accounts-ui-unstyled@1.3.0
5+
allow-deny@1.1.0
66
7-
babel-compiler@6.13.0
8-
babel-runtime@1.0.1
7+
babel-compiler@6.24.7
8+
babel-runtime@1.1.1
99
1010
11-
blaze@2.2.0
12-
blaze-html-templates@1.0.5
11+
blaze@2.3.2
12+
blaze-html-templates@1.1.2
1313
14-
boilerplate-generator@1.0.11
14+
boilerplate-generator@1.3.1
1515
16-
caching-html-compiler@1.0.7
16+
caching-html-compiler@1.1.2
1717
18-
19-
ddp@1.2.5
20-
ddp-client@1.3.2
21-
ddp-common@1.2.8
22-
23-
ddp-server@1.3.12
18+
19+
ddp@1.4.0
20+
ddp-client@2.2.0
21+
ddp-common@1.3.0
22+
23+
ddp-server@2.1.1
2424
2525
26-
27-
28-
29-
26+
27+
28+
29+
30+
31+
32+
3033
31-
3234
3335
3436
3537
36-
http@1.2.10
38+
http@1.3.0
3739
3840
39-
40-
41+
42+
4143
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
5457
55-
56-
57-
58+
59+
60+
5861
59-
promise@0.8.8
62+
promise@0.10.0
6063
61-
62-
reactive-dict@1.1.8
64+
65+
reactive-dict@1.2.0
6366
6467
6568
6669
6770
6871
6972
70-
shell-server@0.2.1
71-
72-
spacebars-compiler@1.0.13
73+
shell-server@0.3.1
74+
75+
spacebars-compiler@1.1.3
7376
74-
75-
standard-minifier-js@1.2.1
76-
templating@1.2.15
77-
templating-compiler@1.2.15
78-
templating-runtime@1.2.15
79-
templating-tools@1.0.5
80-
81-
77+
78+
standard-minifier-js@2.2.3
79+
templating@1.3.2
80+
templating-compiler@1.3.3
81+
templating-runtime@1.3.2
82+
templating-tools@1.1.2
83+
84+
8285
83-
url@1.0.11
84-
webapp@1.3.12
86+
url@1.1.0
87+
webapp@1.4.0
8588

example-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "Vincent Cantin <[email protected]>",
1010
"license": "MIT",
1111
"dependencies": {
12-
"babel-runtime": "^6.18.0"
12+
"babel-runtime": "^6.26.0"
1313
}
1414
}

0 commit comments

Comments
 (0)