Skip to content

Commit

Permalink
(chore) Remove useWorkspaces option from lerna config
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Sep 12, 2023
1 parent f275e81 commit 5664938
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.0.0",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-ts-react-important-stuff": "^3.0.0",
"eslint-plugin-prettier": "^5.0.0-alpha.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"i18next": "^23.5.1",
"i18next-parser": "^8.7.0",
Expand All @@ -49,7 +49,7 @@
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^7.2.0",
"lint-staged": ">=10",
"lint-staged": "^14.0.1",
"openmrs": "next",
"prettier": "^3.0.3",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,7 @@ __metadata:
eslint: ^8.49.0
eslint-config-prettier: ^9.0.0
eslint-config-ts-react-important-stuff: ^3.0.0
eslint-plugin-prettier: ^5.0.0-alpha.0
eslint-plugin-prettier: ^5.0.0
husky: ^8.0.3
i18next: ^23.5.1
i18next-parser: ^8.7.0
Expand All @@ -3754,7 +3754,7 @@ __metadata:
jest-cli: ^29.7.0
jest-environment-jsdom: ^29.7.0
lerna: ^7.2.0
lint-staged: ">=10"
lint-staged: ^14.0.1
openmrs: next
prettier: ^3.0.3
react: ^18.2.0
Expand Down Expand Up @@ -9303,7 +9303,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:^5.0.0-alpha.0":
"eslint-plugin-prettier@npm:^5.0.0":
version: 5.0.0
resolution: "eslint-plugin-prettier@npm:5.0.0"
dependencies:
Expand Down Expand Up @@ -13222,7 +13222,7 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:>=10":
"lint-staged@npm:^14.0.1":
version: 14.0.1
resolution: "lint-staged@npm:14.0.1"
dependencies:
Expand Down

0 comments on commit 5664938

Please sign in to comment.