-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: upgrade tests project to Meteor 2.15
- Loading branch information
1 parent
2943fe4
commit 919cbfb
Showing
3 changed files
with
56 additions
and
56 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 |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
# but you can also edit it by hand. | ||
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected].0 # Packages for a great mobile UX | ||
mongo@1.13.0 # The database Meteor supports right now | ||
[email protected].1 # Packages for a great mobile UX | ||
mongo@1.16.8 # The database Meteor supports right now | ||
[email protected] # Define static page content in .html files | ||
[email protected].11 # Reactive variable for tracker | ||
tracker@1.2.0 # Meteor's client-side reactive programming library | ||
[email protected].12 # Reactive variable for tracker | ||
tracker@1.3.3 # Meteor's client-side reactive programming library | ||
|
||
standard-minifier-css@1.7.4 # CSS minifier run for production mode | ||
standard-minifier-js@2.7.2 # JS minifier run for production mode | ||
standard-minifier-css@1.9.2 # CSS minifier run for production mode | ||
standard-minifier-js@2.8.1 # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
[email protected].0 # Enable ECMAScript2015+ syntax in app code | ||
typescript@4.4.0 # Enable TypeScript syntax in .ts and .tsx modules | ||
[email protected].8 # Enable ECMAScript2015+ syntax in app code | ||
typescript@4.9.5 # Enable TypeScript syntax in .ts and .tsx modules | ||
[email protected] # Server-side component of the `meteor shell` command |
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@2.5.1 | ||
METEOR@2.15 |
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