Skip to content

Commit 121f965

Browse files
committed
update meteor version 2.12
1 parent f3768a6 commit 121f965

File tree

5 files changed

+313
-100
lines changed

5 files changed

+313
-100
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
.vscode/

.meteor/packages

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66

77
[email protected] # Packages every Meteor app needs to have
88
[email protected] # Packages for a great mobile UX
9-
mongo@1.14.6 # The database Meteor supports right now
9+
mongo@1.16.6 # The database Meteor supports right now
1010
blaze-html-templates # Compile .html files into Meteor Blaze views
1111
jquery # Wrapper package for npm-installed jquery
12-
[email protected].11 # Reactive variable for tracker
13-
tracker@1.2.0 # Meteor's client-side reactive programming library
12+
[email protected].12 # Reactive variable for tracker
13+
tracker@1.3.2 # Meteor's client-side reactive programming library
1414

15-
standard-minifier-css@1.8.1 # CSS minifier run for production mode
16-
[email protected].0 # JS minifier run for production mode
15+
standard-minifier-css@1.9.2 # CSS minifier run for production mode
16+
[email protected].1 # JS minifier run for production mode
1717
[email protected] # ECMAScript 5 compatibility for older browsers
18-
[email protected].2 # Enable ECMAScript2015+ syntax in app code
19-
typescript@4.5.4 # Enable TypeScript syntax in .ts and .tsx modules
18+
[email protected].7 # Enable ECMAScript2015+ syntax in app code
19+
typescript@4.9.4 # Enable TypeScript syntax in .ts and .tsx modules
2020
[email protected] # Server-side component of the `meteor shell` command
2121

2222
[email protected] # Publish all data to the clients (for prototyping)
2323
[email protected] # Allow all DB writes from clients (for prototyping)
2424

25-
[email protected].1 # Update code in development without reloading the page
25+
[email protected].3 # Update code in development without reloading the page
2626
blaze-hot # Update files using Blaze's API with HMR
2727
acemtp:x3dom

.meteor/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@2.7.1
1+
METEOR@2.12

.meteor/versions

+41-41
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,80 @@ acemtp:[email protected]_2
22
33
44
5-
babel-compiler@7.9.0
6-
5+
babel-compiler@7.10.4
6+
77
88
9-
9+
1010
1111
1212
1313
1414
1515
16-
callback-hook@1.4.0
17-
18-
19-
ddp-client@2.5.0
16+
callback-hook@1.5.1
17+
18+
19+
ddp-client@2.6.1
2020
21-
ddp-server@2.5.0
22-
23-
24-
25-
21+
ddp-server@2.6.1
22+
23+
24+
25+
2626
2727
28-
28+
2929
30-
31-
30+
31+
3232
33-
33+
3434
3535
3636
3737
3838
3939
4040
41-
42-
meteor@1.10.0
41+
42+
meteor@1.11.2
4343
44-
45-
46-
minimongo@1.8.0
44+
45+
46+
minimongo@1.9.3
4747
4848
49-
50-
modules@0.18.0
51-
52-
53-
mongo@1.14.6
49+
50+
modules@0.19.0
51+
52+
53+
mongo@1.16.6
5454
5555
5656
57-
npm-mongo@4.3.1
58-
57+
npm-mongo@4.16.0
58+
5959
60-
61-
62-
63-
60+
61+
62+
63+
6464
6565
6666
6767
68-
socket-stream-client@0.4.0
68+
socket-stream-client@0.5.1
6969
7070
71-
standard-minifier-css@1.8.1
72-
71+
standard-minifier-css@1.9.2
72+
7373
7474
75-
75+
7676
77-
tracker@1.2.0
78-
typescript@4.5.4
79-
80-
81-
77+
tracker@1.3.2
78+
typescript@4.9.4
79+
80+
81+

0 commit comments

Comments
 (0)