Skip to content

Commit 3dca88f

Browse files
committed
tests: upgraded to Meteor 3.0.2
1 parent 9a4e16f commit 3dca88f

File tree

5 files changed

+768
-227
lines changed

5 files changed

+768
-227
lines changed

tests/.meteor/packages

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

7-
[email protected]-rc300.4 # Packages every Meteor app needs to have
8-
[email protected]-rc300.4 # Packages for a great mobile UX
9-
[email protected].0-rc300.4 # The database Meteor supports right now
10-
[email protected]-rc300.4 # Define static page content in .html files
11-
[email protected]-rc300.4 # Reactive variable for tracker
12-
[email protected]-rc300.4 # Meteor's client-side reactive programming library
7+
[email protected] # Packages every Meteor app needs to have
8+
[email protected] # Packages for a great mobile UX
9+
[email protected].1 # The database Meteor supports right now
10+
[email protected] # Define static page content in .html files
11+
[email protected] # Reactive variable for tracker
12+
[email protected] # Meteor's client-side reactive programming library
1313

14-
[email protected]-rc300.4 # CSS minifier run for production mode
15-
[email protected]-rc300.4 # JS minifier run for production mode
16-
[email protected]-rc300.4 # ECMAScript 5 compatibility for older browsers
17-
[email protected]-rc300.4 # Enable ECMAScript2015+ syntax in app code
18-
[email protected]-rc300.4 # Enable TypeScript syntax in .ts and .tsx modules
19-
[email protected]-rc300.4 # Server-side component of the `meteor shell` command
14+
[email protected] # CSS minifier run for production mode
15+
[email protected] # JS minifier run for production mode
16+
[email protected] # ECMAScript 5 compatibility for older browsers
17+
[email protected] # Enable ECMAScript2015+ syntax in app code
18+
[email protected] # Enable TypeScript syntax in .ts and .tsx modules
19+
[email protected] # Server-side component of the `meteor shell` command

tests/.meteor/release

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

tests/.meteor/versions

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
1-
2-
3-
4-
5-
6-
1+
2+
3+
4+
5+
6+
77
8-
9-
8+
9+
1010
11-
12-
13-
14-
15-
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
3030
3131
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
4747
48-
49-
50-
npm-mongo@4.16.2-rc300.4
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
48+
49+
50+
npm-mongo@4.17.4
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
6161
62-
63-
64-
62+
63+
64+
6565
66-
67-
68-
69-
70-
66+
67+
68+
69+
70+

0 commit comments

Comments
 (0)