mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update modules test app to Meteor 1.10.1.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
METEOR@1.9
|
||||
METEOR@1.10.1
|
||||
|
||||
Reference in New Issue
Block a user