Skip to content

Commit a73fec1

Browse files
committed
upgrade packages (Meteor 2.15)
1 parent 121f965 commit a73fec1

3 files changed

Lines changed: 51 additions & 51 deletions

File tree

.meteor/packages

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
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.5.1 # Packages every Meteor app needs to have
8-
mobile-experience@1.1.0 # Packages for a great mobile UX
9-
mongo@1.16.6 # The database Meteor supports right now
10-
blaze-html-templates # Compile .html files into Meteor Blaze views
11-
jquery # Wrapper package for npm-installed jquery
12-
reactive-var@1.0.12 # Reactive variable for tracker
13-
tracker@1.3.2 # Meteor's client-side reactive programming library
7+
meteor-base@1.5.1 # Packages every Meteor app needs to have
8+
mobile-experience@1.1.1 # Packages for a great mobile UX
9+
mongo@1.16.8 # The database Meteor supports right now
10+
blaze-html-templates # Compile .html files into Meteor Blaze views
11+
jquery # Wrapper package for npm-installed jquery
12+
reactive-var@1.0.12 # Reactive variable for tracker
13+
tracker@1.3.3 # Meteor's client-side reactive programming library
1414

15-
standard-minifier-css@1.9.2 # CSS minifier run for production mode
16-
standard-minifier-js@2.8.1 # JS minifier run for production mode
17-
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
18-
ecmascript@0.16.7 # Enable ECMAScript2015+ syntax in app code
19-
typescript@4.9.4 # Enable TypeScript syntax in .ts and .tsx modules
20-
shell-server@0.5.0 # Server-side component of the `meteor shell` command
15+
standard-minifier-css@1.9.2 # CSS minifier run for production mode
16+
standard-minifier-js@2.8.1 # JS minifier run for production mode
17+
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
18+
ecmascript@0.16.8 # Enable ECMAScript2015+ syntax in app code
19+
typescript@4.9.5 # Enable TypeScript syntax in .ts and .tsx modules
20+
shell-server@0.5.0 # Server-side component of the `meteor shell` command
2121

22-
autopublish@1.0.7 # Publish all data to the clients (for prototyping)
23-
insecure@1.0.7 # Allow all DB writes from clients (for prototyping)
22+
autopublish@1.0.7 # Publish all data to the clients (for prototyping)
23+
insecure@1.0.7 # Allow all DB writes from clients (for prototyping)
2424

25-
hot-module-replacement@0.5.3 # Update code in development without reloading the page
26-
blaze-hot # Update files using Blaze's API with HMR
25+
hot-module-replacement@0.5.3 # Update code in development without reloading the page
26+
blaze-hot # Update files using Blaze's API with HMR
2727
acemtp:x3dom

.meteor/release

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

.meteor/versions

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,80 @@ acemtp:x3dom@1.5.1_2
22
allow-deny@1.1.1
33
autopublish@1.0.7
44
autoupdate@1.8.0
5-
babel-compiler@7.10.4
5+
babel-compiler@7.10.5
66
babel-runtime@1.5.1
77
base64@1.0.12
88
binary-heap@1.0.11
9-
blaze@2.6.2
10-
blaze-hot@1.1.1
11-
blaze-html-templates@2.0.0
12-
blaze-tools@1.1.3
13-
boilerplate-generator@1.7.1
9+
blaze@2.8.0
10+
blaze-hot@1.1.2
11+
blaze-html-templates@2.0.1
12+
blaze-tools@1.1.4
13+
boilerplate-generator@1.7.2
1414
caching-compiler@1.2.2
15-
caching-html-compiler@1.2.0
15+
caching-html-compiler@1.2.2
1616
callback-hook@1.5.1
1717
check@1.3.2
1818
ddp@1.4.1
1919
ddp-client@2.6.1
2020
ddp-common@1.4.0
21-
ddp-server@2.6.1
21+
ddp-server@2.7.0
2222
diff-sequence@1.1.2
2323
dynamic-import@0.7.3
24-
ecmascript@0.16.7
24+
ecmascript@0.16.8
2525
ecmascript-runtime@0.8.1
2626
ecmascript-runtime-client@0.12.1
2727
ecmascript-runtime-server@0.11.0
2828
ejson@1.1.3
2929
es5-shim@4.8.0
30-
fetch@0.1.3
30+
fetch@0.1.4
3131
geojson-utils@1.0.11
3232
hot-code-push@1.0.4
3333
hot-module-replacement@0.5.3
34-
html-tools@1.1.3
35-
htmljs@1.1.1
34+
html-tools@1.1.4
35+
htmljs@1.2.0
3636
id-map@1.1.1
3737
insecure@1.0.7
3838
inter-process-messaging@0.1.1
3939
jquery@3.0.0
40-
launch-screen@1.3.0
41-
logging@1.3.2
42-
meteor@1.11.2
40+
launch-screen@2.0.0
41+
logging@1.3.3
42+
meteor@1.11.5
4343
meteor-base@1.5.1
4444
minifier-css@1.6.4
4545
minifier-js@2.7.5
4646
minimongo@1.9.3
47-
mobile-experience@1.1.0
47+
mobile-experience@1.1.1
4848
mobile-status-bar@1.1.0
49-
modern-browsers@0.1.9
50-
modules@0.19.0
49+
modern-browsers@0.1.10
50+
modules@0.20.0
5151
modules-runtime@0.13.1
5252
modules-runtime-hot@0.14.2
53-
mongo@1.16.6
53+
mongo@1.16.8
5454
mongo-decimal@0.1.3
5555
mongo-dev-server@1.1.0
5656
mongo-id@1.0.8
57-
npm-mongo@4.16.0
58-
observe-sequence@1.0.21
57+
npm-mongo@4.17.2
58+
observe-sequence@1.0.22
5959
ordered-dict@1.1.0
6060
promise@0.12.2
6161
random@1.2.1
62-
react-fast-refresh@0.2.7
62+
react-fast-refresh@0.2.8
6363
reactive-var@1.0.12
6464
reload@1.3.1
6565
retry@1.1.0
6666
routepolicy@1.1.1
6767
shell-server@0.5.0
68-
socket-stream-client@0.5.1
69-
spacebars@1.3.0
70-
spacebars-compiler@1.2.1
68+
socket-stream-client@0.5.2
69+
spacebars@1.5.0
70+
spacebars-compiler@1.3.2
7171
standard-minifier-css@1.9.2
7272
standard-minifier-js@2.8.1
73-
templating@1.4.2
74-
templating-compiler@1.4.1
75-
templating-runtime@1.6.3
76-
templating-tools@1.2.0
77-
tracker@1.3.2
78-
typescript@4.9.4
79-
underscore@1.0.13
80-
webapp@1.13.5
73+
templating@1.4.3
74+
templating-compiler@1.4.2
75+
templating-runtime@1.6.4
76+
templating-tools@1.2.3
77+
tracker@1.3.3
78+
typescript@4.9.5
79+
underscore@1.6.0
80+
webapp@1.13.8
8181
webapp-hashing@1.1.1

0 commit comments

Comments
 (0)