Skip to content

Commit 0b6e9ca

Browse files
Updated to Meteor 1.8.0.1 release.
1 parent adbd69f commit 0b6e9ca

File tree

16 files changed

+114
-110
lines changed

16 files changed

+114
-110
lines changed

examples/MeteorCLI/all-in-one/.meteor/packages

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

77
[email protected] # Packages every Meteor app needs to have
88
[email protected] # Packages for a great mobile UX
9-
mongo@1.5.0 # The database Meteor supports right now
9+
mongo@1.6.0 # The database Meteor supports right now
1010
[email protected] # Reactive variable for tracker
1111
[email protected] # Meteor's client-side reactive programming library
1212

1313
[email protected] # ECMAScript 5 compatibility for older browsers
14-
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
15-
shell-server@0.3.1 # Server-side component of the `meteor shell` command
14+
ecmascript@0.12.3 # Enable ECMAScript2015+ syntax in app code
15+
shell-server@0.4.0 # Server-side component of the `meteor shell` command
1616

1717
1818
angular-compilers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.7.0.3
1+
METEOR@1.8.0.1

examples/MeteorCLI/all-in-one/.meteor/versions

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,57 +3,58 @@ [email protected]
33
44
55
6-
autoupdate@1.4.1
7-
babel-compiler@7.1.1
8-
babel-runtime@1.2.2
6+
autoupdate@1.5.0
7+
babel-compiler@7.2.3
8+
babel-runtime@1.3.0
99
10-
11-
boilerplate-generator@1.5.0
10+
11+
boilerplate-generator@1.6.0
1212
1313
1414
1515
1616
1717
18-
19-
dynamic-import@0.4.1
20-
ecmascript@0.11.1
18+
19+
dynamic-import@0.5.0
20+
ecmascript@0.12.3
2121
22-
ecmascript-runtime-client@0.7.1
23-
22+
ecmascript-runtime-client@0.8.0
23+
2424
2525
26+
2627
2728
28-
2929
30+
3031
3132
3233
3334
3435
35-
36+
3637
3738
38-
39-
40-
41-
39+
40+
41+
42+
43+
4244
4345
44-
npm-mongo@3.0.7
46+
npm-mongo@3.1.1
4547
4648
4749
4850
4951
5052
51-
routepolicy@1.0.13
53+
routepolicy@1.1.0
5254
53-
shell-server@0.3.1
55+
shell-server@0.4.0
5456
5557
5658
57-
58-
59+
5960

examples/MeteorCLI/all-in-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@angular/platform-browser-dynamic": "^6.0.9",
1717
"@angular/platform-server": "^6.0.9",
1818
"@angular/router": "^6.0.9",
19-
"@babel/runtime": "^7.0.0-beta.54",
19+
"@babel/runtime": "^7.1.5",
2020
"core-js": "^2.5.7",
2121
"meteor-node-stubs": "^0.4.1",
2222
"meteor-rxjs": "^0.4.14",

examples/MeteorCLI/bare/.meteor/packages

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

77
[email protected] # Packages every Meteor app needs to have
88
[email protected] # Packages for a great mobile UX
9-
mongo@1.5.0 # The database Meteor supports right now
9+
mongo@1.6.0 # The database Meteor supports right now
1010
[email protected] # Reactive variable for tracker
1111
[email protected] # Meteor's client-side reactive programming library
1212

1313
[email protected] # ECMAScript 5 compatibility for older browsers
14-
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
15-
shell-server@0.3.1 # Server-side component of the `meteor shell` command
14+
ecmascript@0.12.3 # Enable ECMAScript2015+ syntax in app code
15+
shell-server@0.4.0 # Server-side component of the `meteor shell` command
1616

1717
angular-compilers
18-
standard-minifier-css
19-
standard-minifier-js
18+
standard-minifier-css@1.5.2
19+
standard-minifier-js@2.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.7.0.3
1+
METEOR@1.8.0.1

examples/MeteorCLI/bare/.meteor/versions

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,60 +3,61 @@ [email protected]
33
44
55
6-
autoupdate@1.4.1
7-
babel-compiler@7.1.1
8-
babel-runtime@1.2.2
6+
autoupdate@1.5.0
7+
babel-compiler@7.2.3
8+
babel-runtime@1.3.0
99
10-
11-
boilerplate-generator@1.5.0
10+
11+
boilerplate-generator@1.6.0
1212
1313
1414
1515
1616
1717
18-
19-
dynamic-import@0.4.1
20-
ecmascript@0.11.1
18+
19+
dynamic-import@0.5.0
20+
ecmascript@0.12.3
2121
22-
ecmascript-runtime-client@0.7.1
23-
22+
ecmascript-runtime-client@0.8.0
23+
2424
2525
26+
2627
2728
28-
2929
30+
3031
3132
3233
3334
3435
35-
minifier-css@1.3.1
36-
minifier-js@2.3.5
37-
36+
minifier-css@1.4.1
37+
minifier-js@2.4.0
38+
3839
3940
40-
41-
42-
43-
41+
42+
43+
44+
45+
4446
4547
46-
npm-mongo@3.0.7
48+
npm-mongo@3.1.1
4749
4850
4951
5052
5153
5254
53-
routepolicy@1.0.13
54-
shell-server@0.3.1
55+
routepolicy@1.1.0
56+
shell-server@0.4.0
5557
56-
standard-minifier-css@1.4.1
57-
standard-minifier-js@2.3.4
58+
standard-minifier-css@1.5.2
59+
standard-minifier-js@2.4.0
5860
5961
60-
61-
62+
6263

examples/MeteorCLI/bare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/platform-browser": "^6.0.9",
1515
"@angular/platform-browser-dynamic": "^6.0.9",
1616
"@angular/router": "^6.0.9",
17-
"@babel/runtime": "^7.0.0-beta.54",
17+
"@babel/runtime": "^7.1.5",
1818
"core-js": "^2.5.7",
1919
"meteor-node-stubs": "^0.4.1",
2020
"meteor-rxjs": "^0.4.14",

examples/MeteorCLI/lazy-loading/.meteor/packages

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

77
[email protected] # Packages every Meteor app needs to have
88
[email protected] # Packages for a great mobile UX
9-
mongo@1.5.0 # The database Meteor supports right now
9+
mongo@1.6.0 # The database Meteor supports right now
1010
[email protected] # Reactive variable for tracker
1111
[email protected] # Meteor's client-side reactive programming library
1212

13-
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
14-
shell-server@0.3.1 # Server-side component of the `meteor shell` command
13+
ecmascript@0.12.3 # Enable ECMAScript2015+ syntax in app code
14+
shell-server@0.4.0 # Server-side component of the `meteor shell` command
1515

1616
angular-compilers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.7.0.3
1+
METEOR@1.8.0.1

0 commit comments

Comments
 (0)