Update modules test app to Meteor 1.10.1.

This commit is contained in:
Ben Newman
2020-03-31 11:13:50 -04:00
parent f78afca824
commit dab79ff4c6
2 changed files with 6 additions and 6 deletions

View File

@@ -5,15 +5,15 @@
# but you can also edit it by hand.
meteor-base@1.4.0 # Packages every Meteor app needs to have
mobile-experience@1.0.5 # Packages for a great mobile UX
mongo@1.8.0 # The database Meteor supports right now
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.9.0 # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
session@1.2.0 # Client-side reactive dictionary for your app
jquery # Helpful client-side library
tracker@1.2.0 # Meteor's client-side reactive programming library
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.14.0 # Enable ECMAScript2015+ syntax in app code
ecmascript@0.14.2 # Enable ECMAScript2015+ syntax in app code
coffeescript
modules-test-package
@@ -21,10 +21,10 @@ standard-minifier-css@1.6.0
standard-minifier-js@2.6.0
client-only-ecmascript
modules-test-plugin
shell-server@0.4.0
shell-server@0.5.0
dynamic-import@0.5.1
underscore@1.0.10
import-local-json-module
akryum:vue-component
dummy-compiler
typescript@3.7.2
typescript@3.7.5

View File

@@ -1 +1 @@
METEOR@1.9
METEOR@1.10.1