This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update examples/ssr app to Meteor 1.8.
- Loading branch information
Showing
4 changed files
with
32 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ | |
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
mongo@1.5.0 # The database Meteor supports right now | ||
mongo@1.6.0 # The database Meteor supports right now | ||
static-html # Define static page content in .html files | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
||
standard-minifier-css@1.4.1 # CSS minifier run for production mode | ||
standard-minifier-js@2.3.4 # JS minifier run for production mode | ||
standard-minifier-css@1.5.0 # CSS minifier run for production mode | ||
standard-minifier-js@2.4.0 # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.3.1 # Server-side component of the `meteor shell` command | ||
ecmascript@0.12.0 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.4.0 # Server-side component of the `meteor shell` command | ||
[email protected] | ||
underscore | ||
underscore@1.0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@1.7.0.5 | ||
METEOR@1.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters