Skip to content

Commit

Permalink
cleanup: move @ember/string to ember-data peer-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Feb 25, 2023
1 parent 1bee0f2 commit e301fe3
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
},
"volta": {
"node": "19.0.0",
"pnpm": "7.18.0"
"pnpm": "7.27.1"
},
"packageManager": "[email protected]",
"changelog": {
Expand All @@ -168,4 +168,4 @@
"@embroider/[email protected]": "patches/@[email protected]"
}
}
}
}
6 changes: 4 additions & 2 deletions packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"author": "",
"license": "MIT",
"peerDependencies": {
"@ember/string": "^3.0.1"
},
"dependencies": {
"@ember-data/adapter": "workspace:4.10.0-alpha.26",
"@ember-data/debug": "workspace:4.10.0-alpha.26",
Expand All @@ -27,7 +30,6 @@
"@ember-data/tracking": "workspace:4.10.0-alpha.26",
"@ember-data/graph": "workspace:4.10.0-alpha.26",
"@ember/edition-utils": "^1.2.0",
"@ember/string": "^3.0.1",
"@embroider/macros": "^1.10.0",
"@glimmer/env": "^0.1.7",
"broccoli-merge-trees": "^4.2.0",
Expand Down Expand Up @@ -85,4 +87,4 @@
"extends": "../../package.json"
},
"packageManager": "[email protected]"
}
}
176 changes: 158 additions & 18 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 tests/adapter-encapsulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@
"extends": "../../package.json"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit e301fe3

Please sign in to comment.