updated meteor to latest version

This commit is contained in:
Brian McGonagill 2024-07-06 10:40:51 -05:00
parent bc8df48389
commit c916c278a2
7 changed files with 61 additions and 114 deletions

View file

@ -5,28 +5,28 @@
# but you can also edit it by hand. # but you can also edit it by hand.
meteor-base@1.5.1 # Packages every Meteor app needs to have meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX mobile-experience@1.1.1 # Packages for a great mobile UX
mongo@1.16.6 # The database Meteor supports right now mongo@1.16.10 # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views blaze-html-templates # Compile .html files into Meteor Blaze views
jquery # Wrapper package for npm-installed jquery jquery # Wrapper package for npm-installed jquery
reactive-var@1.0.12 # Reactive variable for tracker reactive-var@1.0.12 # Reactive variable for tracker
tracker@1.3.2 # Meteor's client-side reactive programming library tracker@1.3.3 # Meteor's client-side reactive programming library
standard-minifier-css@1.9.2 # CSS 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 standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.16.7 # Enable ECMAScript2015+ syntax in app code ecmascript@0.16.8 # Enable ECMAScript2015+ syntax in app code
typescript@4.9.4 # Enable TypeScript syntax in .ts and .tsx modules 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 shell-server@0.5.0 # Server-side component of the `meteor shell` command
hot-module-replacement@0.5.3 # Update code in development without reloading the page hot-module-replacement@0.5.3 # Update code in development without reloading the page
blaze-hot # Update files using Blaze's API with HMR blaze-hot # Update files using Blaze's API with HMR
alanning:roles@2.2.0 alanning:roles@2.2.0
email@2.2.5 email@2.2.6
session@1.2.1 session@1.2.1
raix:handlebar-helpers raix:handlebar-helpers
kadira:flow-router kadira:flow-router
kadira:blaze-layout kadira:blaze-layout
accounts-password@2.3.4 accounts-password@2.4.0

View file

@ -1 +1 @@
METEOR@2.12 METEOR@2.16

View file

@ -1,73 +1,73 @@
accounts-base@2.2.8 accounts-base@2.2.11
accounts-password@2.3.4 accounts-password@2.4.0
alanning:roles@2.2.0 alanning:roles@2.2.0
allow-deny@1.1.1 allow-deny@1.1.1
autoupdate@1.8.0 autoupdate@1.8.0
babel-compiler@7.10.4 babel-compiler@7.10.5
babel-runtime@1.5.1 babel-runtime@1.5.1
base64@1.0.12 base64@1.0.12
binary-heap@1.0.11 binary-heap@1.0.11
blaze@2.7.1 blaze@2.9.0
blaze-hot@1.1.1 blaze-hot@1.1.2
blaze-html-templates@1.2.1 blaze-html-templates@1.2.1
blaze-tools@1.1.3 blaze-tools@1.1.4
boilerplate-generator@1.7.1 boilerplate-generator@1.7.2
caching-compiler@1.2.2 caching-compiler@1.2.2
caching-html-compiler@1.2.1 caching-html-compiler@1.2.2
callback-hook@1.5.1 callback-hook@1.5.1
check@1.3.2 check@1.4.1
ddp@1.4.1 ddp@1.4.1
ddp-client@2.6.1 ddp-client@2.6.2
ddp-common@1.4.0 ddp-common@1.4.1
ddp-rate-limiter@1.2.0 ddp-rate-limiter@1.2.1
ddp-server@2.6.1 ddp-server@2.7.1
deps@1.0.12 deps@1.0.12
diff-sequence@1.1.2 diff-sequence@1.1.2
dynamic-import@0.7.3 dynamic-import@0.7.3
ecmascript@0.16.7 ecmascript@0.16.8
ecmascript-runtime@0.8.1 ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1 ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0 ecmascript-runtime-server@0.11.0
ejson@1.1.3 ejson@1.1.3
email@2.2.5 email@2.2.6
es5-shim@4.8.0 es5-shim@4.8.0
fetch@0.1.3 fetch@0.1.4
geojson-utils@1.0.11 geojson-utils@1.0.11
hot-code-push@1.0.4 hot-code-push@1.0.4
hot-module-replacement@0.5.3 hot-module-replacement@0.5.3
html-tools@1.1.3 html-tools@1.1.4
htmljs@1.1.1 htmljs@1.2.1
id-map@1.1.1 id-map@1.1.1
inter-process-messaging@0.1.1 inter-process-messaging@0.1.1
jquery@3.0.0 jquery@3.0.0
kadira:blaze-layout@2.0.1 kadira:blaze-layout@2.0.1
kadira:flow-router@2.12.1 kadira:flow-router@2.12.1
launch-screen@1.3.0 launch-screen@2.0.0
localstorage@1.2.0 localstorage@1.2.0
logging@1.3.2 logging@1.3.4
meteor@1.11.2 meteor@1.11.5
meteor-base@1.5.1 meteor-base@1.5.1
minifier-css@1.6.4 minifier-css@1.6.4
minifier-js@2.7.5 minifier-js@2.8.0
minimongo@1.9.3 minimongo@1.9.4
mobile-experience@1.1.0 mobile-experience@1.1.1
mobile-status-bar@1.1.0 mobile-status-bar@1.1.0
modern-browsers@0.1.9 modern-browsers@0.1.10
modules@0.19.0 modules@0.20.0
modules-runtime@0.13.1 modules-runtime@0.13.1
modules-runtime-hot@0.14.2 modules-runtime-hot@0.14.2
mongo@1.16.6 mongo@1.16.10
mongo-decimal@0.1.3 mongo-decimal@0.1.3
mongo-dev-server@1.1.0 mongo-dev-server@1.1.0
mongo-id@1.0.8 mongo-id@1.0.8
npm-mongo@4.16.0 npm-mongo@4.17.2
observe-sequence@1.0.21 observe-sequence@1.0.22
ordered-dict@1.1.0 ordered-dict@1.1.0
promise@0.12.2 promise@0.12.2
raix:handlebar-helpers@0.2.5 raix:handlebar-helpers@0.2.5
random@1.2.1 random@1.2.1
rate-limit@1.1.1 rate-limit@1.1.1
react-fast-refresh@0.2.7 react-fast-refresh@0.2.8
reactive-dict@1.3.1 reactive-dict@1.3.1
reactive-var@1.0.12 reactive-var@1.0.12
reload@1.3.1 reload@1.3.1
@ -76,19 +76,19 @@ routepolicy@1.1.1
session@1.2.1 session@1.2.1
sha@1.0.9 sha@1.0.9
shell-server@0.5.0 shell-server@0.5.0
socket-stream-client@0.5.1 socket-stream-client@0.5.2
spacebars@1.4.1 spacebars@1.6.0
spacebars-compiler@1.3.1 spacebars-compiler@1.3.2
standard-minifier-css@1.9.2 standard-minifier-css@1.9.2
standard-minifier-js@2.8.1 standard-minifier-js@2.8.1
templating@1.4.2 templating@1.4.3
templating-compiler@1.4.1 templating-compiler@1.4.2
templating-runtime@1.6.3 templating-runtime@1.6.4
templating-tools@1.2.2 templating-tools@1.2.3
tracker@1.3.2 tracker@1.3.3
typescript@4.9.4 typescript@4.9.5
ui@1.0.13 ui@1.0.13
underscore@1.0.13 underscore@1.6.1
url@1.3.2 url@1.3.2
webapp@1.13.5 webapp@1.13.8
webapp-hashing@1.1.1 webapp-hashing@1.1.1

View file

@ -8,8 +8,6 @@
{{/if}} {{/if}}
<li id="manageLists" class="collection-item">Lists</li> <li id="manageLists" class="collection-item">Lists</li>
<li id="manageProduct" class="collection-item">Product</li> <li id="manageProduct" class="collection-item">Product</li>
<li id="manageCategory" class="collection-item">Category</li>
<li id="manageLocation" class="collection-item">Location</li>
<li id="manageStore" class="collection-item">Store</li> <li id="manageStore" class="collection-item">Store</li>
<li id="taskHome" class="collection-item">Tasks</li> <li id="taskHome" class="collection-item">Tasks</li>
<li id="systemAdmin" class="collection-item">System Admin</li> <li id="systemAdmin" class="collection-item">System Admin</li>

View file

@ -1,13 +1,12 @@
<template name="dashboard"> <template name="dashboard">
<h4>My Dashboard</h4> <h4>My Dashboard</h4>
<div class="row"> <div class="row">
<div class="col s12 m6 l4"> <div class="col s12 m6 l6">
<div class="card blue darken-3" id="taskInfoCard"> <div class="card blue darken-3" id="taskInfoCard">
<div class="card-content white-text"> <div class="card-content white-text">
<span class="card-title"><h4>My Tasks</h4></span> <span class="card-title"><h4>My Tasks</h4></span>
<div class="row"> <div class="row">
<div class="col s2"><i class="medium material-icons">task</i></div> <div class="col s2"><i class="medium material-icons">task</i></div>
<div class="col s10"> <div class="col s10">
<ul class="collection"> <ul class="collection">
{{#each mytaskitems}} {{#each mytaskitems}}
@ -24,7 +23,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col s12 m6 l4"> <div class="col s12 m6 l6">
<div class="card blue-grey darken-1" id="listInfoCard"> <div class="card blue-grey darken-1" id="listInfoCard">
<div class="card-content white-text"> <div class="card-content white-text">
<span class="card-title"><h4>My Lists</h4></span> <span class="card-title"><h4>My Lists</h4></span>
@ -38,7 +37,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col s12 m6 l4"> <div class="col s12 m6 l6">
<div class="card blue darken-3" id="menuInfoCard"> <div class="card blue darken-3" id="menuInfoCard">
<div class="card-content white-text"> <div class="card-content white-text">
<span class="card-title"><h4>{{todayDate}}</h4></span> <span class="card-title"><h4>{{todayDate}}</h4></span>
@ -58,7 +57,7 @@
</div> </div>
</div> </div>
{{#if isInRole 'systemadmin'}} {{#if isInRole 'systemadmin'}}
<div class="col s12 m6 l4"> <div class="col s12 m6 l6">
<div class="card blue-grey darken-1" id="userInfoCard"> <div class="card blue-grey darken-1" id="userInfoCard">
<div class="card-content white-text"> <div class="card-content white-text">
<span class="card-title"><h4>Users</h4></span> <span class="card-title"><h4>Users</h4></span>
@ -72,62 +71,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col s12 m6 l4">
<div class="card blue-grey darken-1" id="prodInfoCard">
<div class="card-content white-text">
<span class="card-title"><h4>My Products</h4></span>
<div class="row">
<div class="col s8"><i class="medium material-icons">qr_code_scanner</i></div>
<div class="col s4"><h2>{{productCount}}</h2></div>
</div>
</div>
<div class="card-action">
<a href="#" class="cardLink" id="prodMgmtLink">Product Management</a>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card blue-grey darken-1" id="storeInfoCard">
<div class="card-content white-text">
<span class="card-title"><h4>My Stores</h4></span>
<div class="row">
<div class="col s8"><i class="medium material-icons">local_mall</i></div>
<div class="col s4"><h2>{{storeCount}}</h2></div>
</div>
</div>
<div class="card-action">
<a href="#" class="cardLink" id="storeMgmtLink">Store Management</a>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card blue-grey darken-1" id="catInfoCard">
<div class="card-content white-text">
<span class="card-title"><h4>My Categories</h4></span>
<div class="row">
<div class="col s8"><i class="medium material-icons">category</i></div>
<div class="col s4"><h2>{{catCount}}</h2></div>
</div>
</div>
<div class="card-action">
<a href="#" class="cardLink" id="catMgmtLink">Category Management</a>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card blue-grey darken-1" id="locInfoCard">
<div class="card-content white-text">
<span class="card-title"><h4>My Locations</h4></span>
<div class="row">
<div class="col s8"><i class="medium material-icons">map</i></div>
<div class="col s4"><h2>{{locCount}}</h2></div>
</div>
</div>
<div class="card-action">
<a href="#" class="cardLink" id="locationMgmtLink">Location Management</a>
</div>
</div>
</div>
{{/if}} {{/if}}
</div> </div>
</template> </template>

5
package-lock.json generated
View file

@ -802,6 +802,11 @@
"version": "0.13.9", "version": "0.13.9",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
},
"typeahead-standalone": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/typeahead-standalone/-/typeahead-standalone-5.2.0.tgz",
"integrity": "sha512-9GTbCO7XhwimgolmxzuPklftoIa2NEGXBI30n9f5kQZOptvTeJ9ublhNYy4W00RN1D5gSHM5n4dI5vOojr51hg=="
} }
} }
} }

View file

@ -11,6 +11,7 @@
"@babel/runtime": "^7.15.3", "@babel/runtime": "^7.15.3",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"meteor-node-stubs": "^1.2.5", "meteor-node-stubs": "^1.2.5",
"moment": "^2.29.4" "moment": "^2.29.4",
"typeahead-standalone": "^5.2.0"
} }
} }