Skip to content

Commit

Permalink
Updated account setup bot
Browse files Browse the repository at this point in the history
  • Loading branch information
codyebberson committed Jul 22, 2022
1 parent 7ee5176 commit c95b221
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 1,057 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"author": "Medplum <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@medplum/cli": "0.9.22",
"@medplum/core": "0.9.22",
"@medplum/fhirtypes": "0.9.22",
"@medplum/mock": "0.9.22",
"@types/node": "17.0.33",
"c8": "7.11.2",
"eslint": "8.15.0",
"@medplum/cli": "0.9.27",
"@medplum/core": "0.9.27",
"@medplum/fhirtypes": "0.9.27",
"@medplum/mock": "0.9.27",
"@types/node": "18.0.6",
"c8": "7.12.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"node-fetch": "3.2.4",
"prettier": "2.6.2",
"typescript": "4.6.4",
"vitest": "0.12.6",
"@vitest/ui": "0.17.0"
"eslint-plugin-prettier": "4.2.1",
"node-fetch": "3.2.9",
"prettier": "2.7.1",
"typescript": "4.7.4",
"vitest": "0.18.1",
"@vitest/ui": "0.18.1"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down
Loading

0 comments on commit c95b221

Please sign in to comment.