Skip to content

Commit 70ab2c8

Browse files
committed
Bump the meteor version used by meteor-testapp
Note: this will fail to build until a release tarball has been built & uploaded for meteor-spk 0.6.0; see: sandstorm-io/meteor-spk#40 ...we should not merge it until then.
1 parent 0811bcd commit 70ab2c8

File tree

4 files changed

+54
-55
lines changed

4 files changed

+54
-55
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EKAM=ekam
3636
# entirely sure what changed, but this seems like a backwards incompatibility
3737
# in libstdc++. See also issue #3171.
3838
METEOR_DEV_BUNDLE=$(shell ./find-meteor-dev-bundle.sh)
39-
METEOR_SPK_VERSION=0.5.1
39+
METEOR_SPK_VERSION=0.6.0
4040
METEOR_SPK=$(PWD)/meteor-spk-$(METEOR_SPK_VERSION)/meteor-spk
4141
NODEJS=$(METEOR_DEV_BUNDLE)/bin/node
4242
NODE_HEADERS=$(METEOR_DEV_BUNDLE)/include/node

meteor-testapp/.meteor/packages

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
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.4.0 # Packages every Meteor app needs to have
7+
meteor-base@1.5.1 # Packages every Meteor app needs to have
88
mobile-experience@1.1.0 # Packages for a great mobile UX
9-
mongo@1.9.0 # The database Meteor supports right now
9+
mongo@1.12.0 # The database Meteor supports right now
1010
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
1111
reactive-var@1.0.11 # Reactive variable for tracker
1212
tracker@1.2.0 # Meteor's client-side reactive programming library
1313

14-
standard-minifier-css@1.6.0 # CSS minifier run for production mode
15-
standard-minifier-js@2.6.0 # JS minifier run for production mode
14+
standard-minifier-css@1.7.3 # CSS minifier run for production mode
15+
standard-minifier-js@2.6.1 # JS minifier run for production mode
1616
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
17-
ecmascript@0.14.2 # Enable ECMAScript2015+ syntax in app code
17+
ecmascript@0.15.3 # Enable ECMAScript2015+ syntax in app code
1818
shell-server@0.5.0 # Server-side component of the `meteor shell` command
1919

2020
autopublish@1.0.7 # Publish all data to the clients (for prototyping)
2121
insecure@1.0.7 # Allow all DB writes from clients (for prototyping)
2222
kenton:accounts-sandstorm
23-
dynamic-import@0.5.1
23+
dynamic-import@0.7.1
2424
underscore@1.0.10
2525
jquery

meteor-testapp/.meteor/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
METEOR@1.10.1
1+
METEOR@2.3.6

meteor-testapp/.meteor/versions

+46-47
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,80 @@
11
allow-deny@1.1.0
22
autopublish@1.0.7
3-
autoupdate@1.6.0
4-
babel-compiler@7.5.3
3+
autoupdate@1.7.0
4+
babel-compiler@7.7.0
55
babel-runtime@1.5.0
66
base64@1.0.12
77
binary-heap@1.0.11
8-
blaze@2.3.4
9-
blaze-html-templates@1.1.2
10-
blaze-tools@1.0.10
11-
boilerplate-generator@1.7.0
8+
blaze@2.5.0
9+
blaze-html-templates@1.2.1
10+
blaze-tools@1.1.2
11+
boilerplate-generator@1.7.1
1212
caching-compiler@1.2.2
13-
caching-html-compiler@1.1.3
14-
callback-hook@1.3.0
13+
caching-html-compiler@1.2.1
14+
callback-hook@1.3.1
1515
check@1.3.1
1616
ddp@1.4.0
17-
ddp-client@2.3.3
17+
ddp-client@2.5.0
1818
ddp-common@1.4.0
19-
ddp-server@2.3.1
20-
deps@1.0.12
19+
ddp-server@2.4.1
2120
diff-sequence@1.1.1
22-
dynamic-import@0.5.2
23-
ecmascript@0.14.3
21+
dynamic-import@0.7.1
22+
ecmascript@0.15.3
2423
ecmascript-runtime@0.7.0
25-
ecmascript-runtime-client@0.10.0
26-
ecmascript-runtime-server@0.9.0
24+
ecmascript-runtime-client@0.11.1
25+
ecmascript-runtime-server@0.10.1
2726
ejson@1.1.1
2827
es5-shim@4.8.0
2928
fetch@0.1.1
3029
geojson-utils@1.0.10
3130
hot-code-push@1.0.4
32-
html-tools@1.0.11
33-
htmljs@1.0.11
34-
http@1.4.2
35-
id-map@1.1.0
31+
html-tools@1.1.2
32+
htmljs@1.1.1
33+
http@1.4.4
34+
id-map@1.1.1
3635
insecure@1.0.7
3736
inter-process-messaging@0.1.1
3837
jquery@3.0.0
3938
kenton:accounts-sandstorm@0.7.0
40-
launch-screen@1.2.0
41-
livedata@1.0.18
42-
logging@1.1.20
39+
launch-screen@1.3.0
40+
logging@1.2.0
4341
meteor@1.9.3
44-
meteor-base@1.4.0
45-
minifier-css@1.5.0
46-
minifier-js@2.6.0
47-
minimongo@1.5.0
42+
meteor-base@1.5.1
43+
minifier-css@1.5.4
44+
minifier-js@2.6.1
45+
minimongo@1.7.0
4846
mobile-experience@1.1.0
4947
mobile-status-bar@1.1.0
5048
modern-browsers@0.1.5
51-
modules@0.15.0
49+
modules@0.16.0
5250
modules-runtime@0.12.0
53-
mongo@1.9.1
54-
mongo-decimal@0.1.1
51+
mongo@1.12.0
52+
mongo-decimal@0.1.2
5553
mongo-dev-server@1.1.0
56-
mongo-id@1.0.7
57-
npm-mongo@3.7.0
58-
observe-sequence@1.0.16
54+
mongo-id@1.0.8
55+
npm-mongo@3.9.1
56+
observe-sequence@1.0.19
5957
ordered-dict@1.1.0
60-
promise@0.11.2
58+
promise@0.12.0
6159
random@1.2.0
60+
react-fast-refresh@0.1.1
6261
reactive-var@1.0.11
63-
reload@1.3.0
62+
reload@1.3.1
6463
retry@1.1.0
65-
routepolicy@1.1.0
64+
routepolicy@1.1.1
6665
shell-server@0.5.0
67-
socket-stream-client@0.2.3
68-
spacebars@1.0.15
69-
spacebars-compiler@1.1.3
70-
standard-minifier-css@1.6.0
71-
standard-minifier-js@2.6.0
72-
templating@1.3.2
73-
templating-compiler@1.3.3
74-
templating-runtime@1.3.2
75-
templating-tools@1.1.2
66+
socket-stream-client@0.4.0
67+
spacebars@1.2.0
68+
spacebars-compiler@1.3.0
69+
standard-minifier-css@1.7.3
70+
standard-minifier-js@2.6.1
71+
templating@1.4.1
72+
templating-compiler@1.4.1
73+
templating-runtime@1.5.0
74+
templating-tools@1.2.1
7675
tracker@1.2.0
7776
ui@1.0.13
7877
underscore@1.0.10
79-
url@1.2.0
80-
webapp@1.9.1
81-
webapp-hashing@1.0.9
78+
url@1.3.2
79+
webapp@1.11.1
80+
webapp-hashing@1.1.0

0 commit comments

Comments
 (0)