Update modules test app to Meteor 1.7.

This commit is contained in:
Ben Newman
2018-05-27 20:23:55 -04:00
parent 03fc7ba06e
commit 0fcf29eaee
4 changed files with 373 additions and 374 deletions

View File

@@ -4,16 +4,16 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-base@1.4.0-rc17.5 # Packages every Meteor app needs to have
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.5.0-rc17.5 # The database Meteor supports right now
mongo@1.5.0 # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
session@1.1.7 # Client-side reactive dictionary for your app
jquery@1.11.10 # Helpful client-side library
tracker@1.2.0-rc17.5 # Meteor's client-side reactive programming library
tracker@1.2.0 # Meteor's client-side reactive programming library
es5-shim@4.8.0-rc17.5 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.11.0-rc17.5 # Enable ECMAScript2015+ syntax in app code
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.11.0 # Enable ECMAScript2015+ syntax in app code
coffeescript
modules-test-package
@@ -22,5 +22,5 @@ standard-minifier-js@2.3.4
client-only-ecmascript
modules-test-plugin
shell-server@0.3.1
dynamic-import@0.4.0-rc17.5
dynamic-import@0.4.0
underscore@1.0.10

View File

@@ -1 +1 @@
METEOR@1.7-rc.5
METEOR@1.7

File diff suppressed because it is too large Load Diff

View File

@@ -4,10 +4,10 @@
"description": "Test app exercising many aspects of the Meteor module system.",
"private": true,
"dependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-proposal-do-expressions": "^7.0.0-beta.46",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.46",
"@babel/runtime": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-proposal-do-expressions": "^7.0.0-beta.49",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.49",
"@babel/runtime": "^7.0.0-beta.49",
"acorn": "file:imports/links/acorn",
"aws-sdk": "^2.2.41",
"cli-color": "^0.2.3",