Skip to content

Commit

Permalink
Merge pull request #197 from NullVoxPopuli/fix-monorepo
Browse files Browse the repository at this point in the history
Use the workspace protocol to be super extra sure that we're using the
  • Loading branch information
SergeAstapov authored Sep 7, 2023
2 parents b68ce54 + 8aff61a commit b4e6330
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 517 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,7 @@
"@release-it-plugins/workspaces": {
"workspaces": [
"packages/ember-truth-helpers"
],
"additionalManifests": {
"dependencyUpdates": [
"packages/modern-test-app/package.json",
"packages/test-app/package.json"
],
"versionUpdates": [
"packages/modern-test-app/package.json",
"packages/test-app/package.json"
]
}
]
}
},
"git": {
Expand Down
2 changes: 1 addition & 1 deletion packages/modern-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.11.0",
"ember-truth-helpers": "4.0.1",
"ember-truth-helpers": "workspace:*",
"ember-try": "^2.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.11.0",
"ember-truth-helpers": "4.0.1",
"ember-truth-helpers": "workspace:*",
"ember-try": "^2.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
Loading

0 comments on commit b4e6330

Please sign in to comment.