Skip to content

Commit

Permalink
Getting Lerna and Jest working
Browse files Browse the repository at this point in the history
  • Loading branch information
ashin-bh committed Feb 2, 2024
1 parent 6b85259 commit 2bd6a59
Show file tree
Hide file tree
Showing 3 changed files with 5,901 additions and 1,639 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"scripts": {
"lerna": "lerna",
"test": "lerna run test",
"bootstrap": "lerna bootstrap",
"prettier-check": "prettier --check \"**/*.{js,mjs,cjs,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,less,graphql,graphqls,gql}\"",
"prettier-fix": "prettier --write \"**/*.{js,mjs,cjs,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,less,graphql,graphqls,gql}\"",
"lint": "run-p prettier-check lint-eslint",
Expand All @@ -48,13 +47,16 @@
"devDependencies": {
"eslint": "^8.33.0",
"jest-cli": "^29.4.1",
"lerna": "^6.4.1",
"lerna": "^8.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
"snyk": "^1.1096.0",
"yarn-audit-fix": "^10.0.7"
},
"engines": {
"node": ">=10.13.0"
}
},
"workspaces": [
"./packages/*"
]
}
6 changes: 3 additions & 3 deletions packages/node-fhir-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"glob": "^7.2.0",
"helmet": "^4.6.0",
"jsonschema": "^1.4.0",
"jsonwebtoken": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.5",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongodb": "^4.1.3",
"passport": "^0.5.0",
"passport": "^0.7.0",
"passport-http-bearer": "^1.0.1",
"sanitize-html": "^2.5.2",
"serve-favicon": "^2.5.0",
Expand All @@ -76,7 +76,7 @@
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"conventional-changelog-cli": "^2.1.1",
"jest": "^27.3.1",
"jest": "^29.7.0",
"nock": "^13.1.4",
"nodemon": "^2.0.14",
"supertest": "^6.1.6"
Expand Down
Loading

0 comments on commit 2bd6a59

Please sign in to comment.