-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: updated testapp to Meteor 2.14
- Loading branch information
1 parent
4232fe2
commit 3fd6b90
Showing
5 changed files
with
1,153 additions
and
394 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 |
---|---|---|
|
@@ -4,16 +4,19 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
[email protected] # 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 | ||
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
[email protected] # The database Meteor supports right now | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
||
standard-minifier-css@1.6.1 # CSS minifier run for production mode | ||
standard-minifier-js@2.6.0 # 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 | ||
ecmascript@0.14.3 # Enable ECMAScript2015+ syntax in app code | ||
typescript@3.7.6 # Enable TypeScript syntax in .ts and .tsx modules | ||
ecmascript@0.16.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 | ||
|
||
blaze-html-templates | ||
aldeed:[email protected] | ||
communitypackages:[email protected] |
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.11.1 | ||
METEOR@2.14 |
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
Oops, something went wrong.