Skip to content

Commit

Permalink
Release-it is what broke the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 8, 2024
1 parent 6eaa12a commit 6d04590
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
6 changes: 3 additions & 3 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-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 6d04590

Please sign in to comment.