Skip to content

Commit

Permalink
Merge pull request #279 from ember-cli/fix-lockfile
Browse files Browse the repository at this point in the history
Fix lockfile, due to release-it
  • Loading branch information
NullVoxPopuli committed Jan 8, 2024
2 parents d28e490 + 6d04590 commit 503d249
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:ember": "pnpm sync:pnpm && ember test"
},
"dependencies": {
"ember-page-title": "8.2.0"
"ember-page-title": "workspace:*"
},
"dependenciesMeta": {
"ember-page-title": {
Expand Down
2 changes: 1 addition & 1 deletion 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-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"ember-page-title": "8.2.0"
"ember-page-title": "workspace:*"
},
"dependenciesMeta": {
"ember-page-title": {
Expand Down
4 changes: 2 additions & 2 deletions test-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"@glint/template": "^1.2.1",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/strictest": "^2.0.2",
"ember-page-title": "8.2.0",
"ember-page-title": "workspace:*",
"ember-source": "^5.5.0",
"expect-type": "^0.17.3",
"typescript": "^5.3.3"
},
"version": "8.2.0"
}
}

0 comments on commit 503d249

Please sign in to comment.