Skip to content

Commit

Permalink
Updated meteor and npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Mar 1, 2024
1 parent 85b8cea commit 3c52eeb
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 86 deletions.
155 changes: 79 additions & 76 deletions meteor_packages/mats-common/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions meteor_packages/mats-common/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Package.describe({
name: "randyp:mats-common",
version: "5.2.1",
version: "5.2.3",
// Brief, one-line summary of the package.
summary: "MATScommon files provides common functionality for MATS/METexpress apps",
// URL to the Git repository containing the source code for this package.
Expand All @@ -15,22 +15,22 @@ Package.describe({
});

Package.onUse(function (api) {
api.versionsFrom("2.14");
api.versionsFrom("2.15");
Npm.depends({
"@fortawesome/fontawesome-free": "6.5.1",
"fs-extra": "11.2.0",
"@babel/runtime": "7.23.8",
"@babel/runtime": "7.24.0",
"meteor-node-stubs": "1.2.7",
url: "0.11.3",
jquery: "3.7.1",
"datatables.net-bs": "1.13.8",
"datatables.net-dt": "1.13.8",
"datatables.net-bs": "1.13.11",
"datatables.net-dt": "1.13.11",
"jquery-ui": "1.13.2",
"csv-stringify": "6.4.5",
"csv-stringify": "6.4.6",
"node-file-cache": "1.0.2",
"python-shell": "5.0.0",
couchbase: "4.2.9",
"simpl-schema": "3.4.1",
couchbase: "4.2.10",
"simpl-schema": "3.4.6",
"vanillajs-datepicker": "1.3.4",
daterangepicker: "3.1.0",
"lighten-darken-color": "1.0.0",
Expand Down
5 changes: 3 additions & 2 deletions meteor_packages/mats-common/public/MATSReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<p></p>
<h4>Production build date: <x-cr>Current revision</x-cr></h4>
<p style="margin: 25px 0"></p>
<h4>PUT APP VERSIONS HERE</h4>
<h4>All apps v5.2.3</h4>
<p style="margin: 25px 0"></p>
<p>Changes:</p>
<p>* PUT CHANGES HERE</p>
<p>* Updated all apps to Meteor v2.15.</p>
<p>* Fixed bug where surface wind variables were not properly converted to m/s.</p>
</div>
<div>
<hr
Expand Down

0 comments on commit 3c52eeb

Please sign in to comment.