-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46143f4
commit a46c469
Showing
11 changed files
with
776 additions
and
1,233 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 |
---|---|---|
|
@@ -66,6 +66,7 @@ jobs: | |
- '2.14' | ||
- '2.15' | ||
- '2.16' | ||
- '3.0.1' | ||
|
||
steps: | ||
- name: Checkout | ||
|
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
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,20 +4,20 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
[email protected].1 # Packages every Meteor app needs to have | ||
[email protected].1 # Packages for a great mobile UX | ||
mongo@1.16.10 # The database Meteor supports right now | ||
[email protected].12 # Reactive variable for tracker | ||
[email protected].2 # Packages every Meteor app needs to have | ||
[email protected].2 # Packages for a great mobile UX | ||
mongo@2.0.0 # The database Meteor supports right now | ||
[email protected].13 # Reactive variable for tracker | ||
|
||
[email protected].2 # CSS minifier run for production mode | ||
standard-minifier-js@2.8.1 # JS minifier run for production mode | ||
[email protected].0 # ECMAScript 5 compatibility for older browsers | ||
[email protected].8 # Enable ECMAScript2015+ syntax in app code | ||
typescript@4.9.5 # Enable TypeScript syntax in .ts and .tsx modules | ||
shell-server@0.5.0 # Server-side component of the `meteor shell` command | ||
[email protected].3 # Update client in development without reloading the page | ||
[email protected].3 # CSS minifier run for production mode | ||
standard-minifier-js@3.0.0 # JS minifier run for production mode | ||
[email protected].1 # ECMAScript 5 compatibility for older browsers | ||
[email protected].9 # Enable ECMAScript2015+ syntax in app code | ||
typescript@5.4.3 # Enable TypeScript syntax in .ts and .tsx modules | ||
shell-server@0.6.0 # Server-side component of the `meteor shell` command | ||
[email protected].4 # Update client in development without reloading the page | ||
|
||
[email protected].7 # Publish all data to the clients (for prototyping) | ||
[email protected].7 # Allow all DB writes from clients (for prototyping) | ||
[email protected].2 # Define static page content in .html files | ||
[email protected].8 # Publish all data to the clients (for prototyping) | ||
[email protected].8 # Allow all DB writes from clients (for prototyping) | ||
[email protected].3 # Define static page content in .html files | ||
react-meteor-data # React higher-order component for reactively tracking Meteor data |
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.16 | ||
METEOR@3.0.1 |
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.