Skip to content

Commit

Permalink
Merge pull request #944 from ember-fastboot/workspace-deps
Browse files Browse the repository at this point in the history
always use workspace deps
  • Loading branch information
mansona authored May 2, 2024
2 parents 6006f1d + 19c43df commit f11c789
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/fastboot-app-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"chalk": "^4.1.2",
"compression": "^1.7.4",
"express": "^4.17.2",
"fastboot": "4.1.2",
"fastboot-express-middleware": "4.1.2"
"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 @@ -25,7 +25,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"fastboot": "4.1.2"
"fastboot": "workspace:^"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-packages/custom-fastboot-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-fastboot": "4.1.2",
"ember-cli-fastboot": "workspace:*",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/ember-cli-fastboot-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-fastboot": "4.1.2",
"ember-cli-fastboot": "workspace:*",
"ember-cli-fastboot-testing": "^0.5.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
Expand Down

0 comments on commit f11c789

Please sign in to comment.