File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
103103- Update blueprint dependencies to beta
104104
105105 ```
106- pnpm dlx update-blueprint-deps --ember-source beta files/package.json
106+ pnpm dlx update-blueprint-deps --filter ember-source --tag beta files/package.json
107+ pnpm dlx update-blueprint-deps --filter '.*' ./files/package.json
107108 ```
108109
109110- commit this update ` git commit -am "update blueprint dependencies to beta" `
@@ -133,7 +134,8 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
133134- Update blueprint dependencies to alpha
134135
135136 ```
136- pnpm dlx update-blueprint-deps --ember-source alpha files/package.json
137+ pnpm dlx update-blueprint-deps --filter ember-source --tag alpha files/package.json
138+ pnpm dlx update-blueprint-deps --filter '.*' ./files/package.json
137139 ```
138140
139141- commit this update ` git commit -am "update blueprint dependencies to alpha" `
You can’t perform that action at this time.
0 commit comments