Skip to content

Commit

Permalink
Merge pull request #335 from bluehalo/chore/feb-2023-dep-update
Browse files Browse the repository at this point in the history
chore(deps): bump deps
  • Loading branch information
luan-dev authored Feb 6, 2023
2 parents 16dfb0b + af49a68 commit 0bd7e31
Show file tree
Hide file tree
Showing 7 changed files with 1,028 additions and 2,145 deletions.
5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules
coverage
**/dist/**
**/__tmp__/**
lerna.json
coverage/
15 changes: 7 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '16'

- name: Install Dependencies
run: npm install
run: yarn install;
yarn bootstrap

- name: Run Linters
uses: wearerequired/lint-action@v1
with:
eslint: true
prettier: true
run: yarn lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: actions/setup-node@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"printWidth": 100,
"semi": true,
"singleQuote": true
"singleQuote": true,
"endOfLine": "lf"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"verbose": true
},
"devDependencies": {
"eslint": "^7.9.0",
"jest-cli": "^26.4.2",
"eslint": "^8.33.0",
"jest-cli": "^29.4.1",
"lerna": "^6.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"snyk": "^1.749.0"
"prettier": "^2.8.3",
"snyk": "^1.1096.0"
},
"engines": {
"node": ">=10.13.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/node-fhir-server-core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
dependencies:
"@jridgewell/trace-mapping" "^0.3.0"

"@asymmetrik/fhir-response-util@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@asymmetrik/fhir-response-util/-/fhir-response-util-1.2.4.tgz#8269c4d8a7d639e3bef7225a6ccfa9df5ea5a0bb"
integrity sha512-GL75AWd0kYkfBv8YVZv1yLpIqzSx/TA5Se9GGGg3YlIrUNoVqqO6aRLGGjuYHJGJY56h2LnV8z9f9+lIl/31kg==

"@asymmetrik/sof-scope-checker@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@asymmetrik/sof-scope-checker/-/sof-scope-checker-1.0.7.tgz#f56580977ef4b965b3ae41007ce9b7bbba86c920"
integrity sha512-QzLGDRMaVX/R/iAqQu4MuDV29d/0mvSyT1i4p/C3Xi5sSQXPtSa8e/uUChBfpPGOdbIQv1Uv84tkRifRKUKtZA==

"@babel/cli@^7.15.7":
version "7.17.6"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.6.tgz#169e5935f1795f0b62ded5a2accafeedfe5c5363"
Expand Down
3,130 changes: 1,000 additions & 2,130 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0bd7e31

Please sign in to comment.