Skip to content

Commit

Permalink
Fix workspace protocol to use caret to avoid unnecessary duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 11, 2024
1 parent 6904bea commit b113d8d
Show file tree
Hide file tree
Showing 8 changed files with 497 additions and 60 deletions.
4 changes: 2 additions & 2 deletions packages/ember-cli-fastboot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"ember-cli-lodash-subset": "^2.0.1",
"ember-cli-preprocess-registry": "^3.3.0",
"ember-cli-version-checker": "^5.1.2",
"fastboot": "workspace:*",
"fastboot-express-middleware": "workspace:*",
"fastboot": "workspace:^*",
"fastboot-express-middleware": "workspace:^*",
"fastboot-transform": "^0.1.3",
"fs-extra": "^10.0.0",
"json-stable-stringify": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/fastboot-app-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"chalk": "^4.1.2",
"compression": "^1.7.4",
"express": "^4.17.2",
"fastboot": "workspace:*",
"fastboot-express-middleware": "workspace:*"
"fastboot": "workspace:^*",
"fastboot-express-middleware": "workspace:^*"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboot-express-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"fastboot": "workspace:^"
"fastboot": "workspace:^*"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down
Loading

0 comments on commit b113d8d

Please sign in to comment.