Skip to content

Commit

Permalink
Update modules test app to Meteor 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Oct 25, 2016
1 parent 209dec5 commit f7271e2
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 70 deletions.
20 changes: 10 additions & 10 deletions tools/tests/apps/modules/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.11 # The database Meteor supports right now
mongo@1.1.14 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
session@1.1.6 # Client-side reactive dictionary for your app
jquery@1.11.9 # Helpful client-side library
tracker@1.1.0 # Meteor's client-side reactive programming library
session@1.1.7 # Client-side reactive dictionary for your app
jquery@1.11.10 # Helpful client-side library
tracker@1.1.1 # Meteor's client-side reactive programming library

es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.9 # Enable ECMAScript2015+ syntax in app code

coffeescript@1.2.4
coffeescript@1.11.1_2
modules-test-package
avital:mocha
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
standard-minifier-css@1.3.2
standard-minifier-js@1.2.1
client-only-ecmascript
modules-test-plugin
shell-server
shell-server@0.2.1
2 changes: 1 addition & 1 deletion tools/tests/apps/modules/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.4.1
METEOR@1.4.2
120 changes: 61 additions & 59 deletions tools/tests/apps/modules/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,80 +1,82 @@
allow-deny@1.0.5
autoupdate@1.3.11
autoupdate@1.3.12
avital:mocha@2.1.0_10
babel-compiler@6.9.1
babel-runtime@0.1.11
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-html-templates@1.0.4
blaze-tools@1.0.9
boilerplate-generator@1.0.9
caching-compiler@1.1.7
caching-html-compiler@1.0.6
callback-hook@1.0.9
check@1.2.3
babel-compiler@6.13.0
babel-runtime@0.1.12
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.9
blaze-html-templates@1.0.5
blaze-tools@1.0.10
boilerplate-generator@1.0.11
caching-compiler@1.1.8
caching-html-compiler@1.0.7
callback-hook@1.0.10
check@1.2.4
client-only-ecmascript@0.0.1
coffeescript@1.2.4
coffeescript@1.11.1_2
ddp@1.2.5
ddp-client@1.3.1
ddp-common@1.2.6
ddp-server@1.3.10
ddp-client@1.3.2
ddp-common@1.2.7
ddp-server@1.3.11
deps@1.0.12
diff-sequence@1.0.6
ecmascript@0.5.8
ecmascript-runtime@0.3.14
ejson@1.0.12
es5-shim@4.6.14
fastclick@1.0.12
geojson-utils@1.0.9
diff-sequence@1.0.7
ecmascript@0.5.9
ecmascript-runtime@0.3.15
ejson@1.0.13
es5-shim@4.6.15
fastclick@1.0.13
geojson-utils@1.0.10
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
http@1.2.9
id-map@1.0.8
jquery@1.11.9
html-tools@1.0.11
htmljs@1.0.11
http@1.2.10
id-map@1.0.9
jquery@1.11.10
launch-screen@1.0.12
livedata@1.0.18
logging@1.1.15
meteor@1.2.17
logging@1.1.16
meteor@1.6.0
meteor-base@1.0.4
minifier-css@1.2.14
minifier-js@1.2.14
minimongo@1.0.17
minifier-css@1.2.15
minifier-js@1.2.15
minimongo@1.0.18
mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.7.6
modules-runtime@0.7.6
mobile-status-bar@1.0.13
modules@0.7.7
modules-runtime@0.7.7
modules-test-package@0.0.1
modules-test-plugin@0.0.1
mongo@1.1.11
mongo-id@1.0.5
npm-mongo@1.5.46
observe-sequence@1.0.12
ordered-dict@1.0.8
mongo@1.1.14
mongo-id@1.0.6
npm-mongo@2.2.11_2
observe-sequence@1.0.14
ordered-dict@1.0.9
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
practicalmeteor:mocha-core@0.1.4
practicalmeteor:sinon@1.14.1_2
promise@0.8.4
promise@0.8.8
random@1.0.10
reactive-dict@1.1.8
reactive-var@1.0.10
reload@1.1.10
retry@1.0.8
routepolicy@1.0.11
session@1.1.6
reactive-var@1.0.11
reload@1.1.11
retry@1.0.9
routepolicy@1.0.12
session@1.1.7
shell-server@0.2.1
spacebars@1.0.12
spacebars-compiler@1.0.12
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
templating@1.2.14
templating-tools@1.0.4
spacebars@1.0.13
spacebars-compiler@1.0.13
standard-minifier-css@1.3.2
standard-minifier-js@1.2.1
templating@1.2.15
templating-compiler@1.2.15
templating-runtime@1.2.15
templating-tools@1.0.5
tmeasday:test-reporter-helpers@0.2.1
tracker@1.1.0
ui@1.0.11
underscore@1.0.9
url@1.0.10
webapp@1.3.11
tracker@1.1.1
ui@1.0.12
underscore@1.0.10
url@1.0.11
webapp@1.3.12
webapp-hashing@1.0.9

0 comments on commit f7271e2

Please sign in to comment.