mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update modules test app to Meteor 1.4.1.
This commit is contained in:
@@ -13,3 +13,4 @@ notices-for-facebook-graph-api-2
|
||||
1.3.0-split-minifiers-package
|
||||
1.3.5-remove-old-dev-bundle-link
|
||||
1.4.0-remove-old-dev-bundle-link
|
||||
1.4.1-add-shell-server-package
|
||||
|
||||
@@ -6,19 +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.10 # The database Meteor supports right now
|
||||
mongo@1.1.11 # 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
|
||||
|
||||
es5-shim@4.6.13 # ECMAScript 5 compatibility for older browsers.
|
||||
ecmascript@0.5.7 # Enable ECMAScript2015+ syntax in app code
|
||||
es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers.
|
||||
ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code
|
||||
|
||||
coffeescript@1.2.3
|
||||
coffeescript@1.2.4
|
||||
modules-test-package
|
||||
avital:mocha
|
||||
standard-minifier-css@1.1.8
|
||||
standard-minifier-js@1.1.8
|
||||
standard-minifier-css@1.2.0
|
||||
standard-minifier-js@1.2.0
|
||||
client-only-ecmascript
|
||||
modules-test-plugin
|
||||
shell-server
|
||||
|
||||
@@ -1 +1 @@
|
||||
METEOR@1.4
|
||||
METEOR@1.4.1
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
allow-deny@1.0.5
|
||||
autoupdate@1.2.11
|
||||
autoupdate@1.3.11
|
||||
avital:mocha@2.1.0_10
|
||||
babel-compiler@6.9.0
|
||||
babel-runtime@0.1.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.6
|
||||
caching-compiler@1.1.7
|
||||
caching-html-compiler@1.0.6
|
||||
callback-hook@1.0.9
|
||||
check@1.2.3
|
||||
client-only-ecmascript@0.0.1
|
||||
coffeescript@1.2.3
|
||||
coffeescript@1.2.4
|
||||
ddp@1.2.5
|
||||
ddp-client@1.2.9
|
||||
ddp-client@1.3.1
|
||||
ddp-common@1.2.6
|
||||
ddp-server@1.2.10
|
||||
ddp-server@1.3.10
|
||||
deps@1.0.12
|
||||
diff-sequence@1.0.6
|
||||
ecmascript@0.5.7
|
||||
ecmascript-runtime@0.3.12
|
||||
ecmascript@0.5.8
|
||||
ecmascript-runtime@0.3.14
|
||||
ejson@1.0.12
|
||||
es5-shim@4.6.13
|
||||
es5-shim@4.6.14
|
||||
fastclick@1.0.12
|
||||
geojson-utils@1.0.9
|
||||
hot-code-push@1.0.4
|
||||
html-tools@1.0.10
|
||||
htmljs@1.0.10
|
||||
http@1.1.8
|
||||
http@1.2.9
|
||||
id-map@1.0.8
|
||||
jquery@1.11.9
|
||||
launch-screen@1.0.12
|
||||
livedata@1.0.18
|
||||
logging@1.1.14
|
||||
meteor@1.2.16
|
||||
logging@1.1.15
|
||||
meteor@1.2.17
|
||||
meteor-base@1.0.4
|
||||
minifier-css@1.2.13
|
||||
minifier-js@1.2.13
|
||||
minifier-css@1.2.14
|
||||
minifier-js@1.2.14
|
||||
minimongo@1.0.17
|
||||
mobile-experience@1.0.4
|
||||
mobile-status-bar@1.0.12
|
||||
modules@0.7.5
|
||||
modules-runtime@0.7.5
|
||||
modules@0.7.6
|
||||
modules-runtime@0.7.6
|
||||
modules-test-package@0.0.1
|
||||
modules-test-plugin@0.0.1
|
||||
mongo@1.1.10
|
||||
mongo@1.1.11
|
||||
mongo-id@1.0.5
|
||||
npm-mongo@1.5.45
|
||||
npm-mongo@1.5.46
|
||||
observe-sequence@1.0.12
|
||||
ordered-dict@1.0.8
|
||||
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.3
|
||||
promise@0.8.4
|
||||
random@1.0.10
|
||||
reactive-dict@1.1.8
|
||||
reactive-var@1.0.10
|
||||
@@ -64,16 +64,17 @@ reload@1.1.10
|
||||
retry@1.0.8
|
||||
routepolicy@1.0.11
|
||||
session@1.1.6
|
||||
shell-server@0.2.1
|
||||
spacebars@1.0.12
|
||||
spacebars-compiler@1.0.12
|
||||
standard-minifier-css@1.1.8
|
||||
standard-minifier-js@1.1.8
|
||||
templating@1.1.14
|
||||
standard-minifier-css@1.2.0
|
||||
standard-minifier-js@1.2.0
|
||||
templating@1.2.14
|
||||
templating-tools@1.0.4
|
||||
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.10
|
||||
webapp@1.3.11
|
||||
webapp-hashing@1.0.9
|
||||
|
||||
Reference in New Issue
Block a user