Skip to content

Commit

Permalink
updated all deps; launchs and runs
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Dec 16, 2021
1 parent f2bf35d commit 28d2d43
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .meteor/versions
2 changes: 1 addition & 1 deletion app/business/PrivacyPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

// import moment from 'moment';

// import { PageCanvas, StyledCard, PatientTable } from 'material-fhir-ui';
// import { PageCanvas, StyledCard, PatientTable } from 'fhir-starter';


// function DynamicSpacer(props){
Expand Down
2 changes: 1 addition & 1 deletion app/business/TermsAndConditionsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

// import moment from 'moment';

// import { PageCanvas, StyledCard, PatientTable } from 'material-fhir-ui';
// import { PageCanvas, StyledCard, PatientTable } from 'fhir-starter';

// import { Icon } from 'react-icons-kit';
// import { github } from 'react-icons-kit/fa/github';
Expand Down
2 changes: 1 addition & 1 deletion app/patient/PatientCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let set = _.set;
import moment from 'moment';

// import StyledCard from '../components/StyledCard';
import { StyledCard, PageCanvas, DynamicSpacer } from 'material-fhir-ui';
import { StyledCard, PageCanvas, DynamicSpacer } from 'fhir-starter';


function PatientCard(props){
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-on-fhir",
"version": "0.5.0",
"version": "0.6.5",
"private": true,
"meteor": {
"mainModule": {
Expand Down Expand Up @@ -36,24 +36,25 @@
"verification-tests": "TEST_BROWSER_DRIVER: chrome meteor test --driver-package meteortesting:mocha --port 3002 --once --full-app"
},
"dependencies": {
"@accounts/client": "0.30.0",
"@accounts/client-password": "0.30.0",
"@accounts/client": "^0.33.0",
"@accounts/client-password": "^0.32.0",
"@accounts/magic-link": "0.1.1",
"@accounts/meteor-adapter": "0.1.1",
"@accounts/mongo": "0.30.0",
"@accounts/password": "0.30.0",
"@accounts/rest-client": "0.30.0",
"@accounts/rest-express": "0.30.0",
"@accounts/server": "0.30.0",
"@accounts/mongo": "^0.33.0",
"@accounts/password": "^0.32.0",
"@accounts/rest-client": "^0.33.0",
"@accounts/rest-express": "^0.33.0",
"@accounts/server": "^0.33.0",
"@accounts/types": "^0.29.0",
"@babel/runtime": "7.10.3",
"@date-io/core": "1.3.6",
"@date-io/moment": "1.3.13",
"@ledgy/react-meteor-data": "2.1.2",
"@ledgy/react-meteor-data": "2.2.2",
"@material-ui/core": "4.5.1",
"@material-ui/icons": "4.5.1",
"@material-ui/pickers": "3.2.8",
"@material-ui/styles": "4.9.0",
"@nivo/pie": "0.63.1",
"@nivo/pie": "0.70.1",
"any-to-any": "^4.0.0",
"atob": "^2.1.2",
"body-parser": "1.19.0",
Expand Down Expand Up @@ -83,7 +84,6 @@
"jwk-to-pem": "2.0.5",
"jws": "github:auth0/node-jws",
"lodash": "4.17.21",
"material-fhir-ui": "0.10.56",
"meteor-node-stubs": "0.4.1",
"moment": "^2.24.0",
"mongodb": "3.6.3",
Expand Down Expand Up @@ -120,11 +120,11 @@
"chai": "4.2.0",
"chai-nightwatch": "0.4.0",
"chromedriver": "91.0.0",
"eslint": "4.19.1",
"eslint": "^7.5.0 ",
"eslint-import-resolver-meteor": "0.4.0",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-meteor": "7.0.0",
"eslint-plugin-meteor": "7.3.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"nightwatch": "1.7.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/vault-server-freemium
Submodule vault-server-freemium updated from 76aac1 to 1221ca

0 comments on commit 28d2d43

Please sign in to comment.