Skip to content

Commit

Permalink
chore: use package
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Sep 20, 2022
1 parent 315142a commit c143c9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/cli/changelog",
{ "repo": "remix-run/react-router" }
],
"changelog": ["@remix-run/changelog-github", { "repo": "remix-run/remix" }],
"commit": false,
"fixed": [
[
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@babel/preset-typescript": "^7.17.12",
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "^2.22.0",
"@remix-run/changelog-github": "^0.0.5",
"@remix-run/web-fetch": "4.1.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-replace": "^4.0.0",
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,14 @@
dataloader "^1.4.0"
node-fetch "^2.5.0"

"@changesets/get-github-info@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.1.tgz#5a20328b26f301b2193717abb32e73651e8811b7"
integrity sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw==
dependencies:
dataloader "^1.4.0"
node-fetch "^2.5.0"

"@changesets/get-release-plan@^3.0.8":
version "3.0.8"
resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.8.tgz#2ac7c4f7903aedede3d27af66311ad1db7937e5d"
Expand Down Expand Up @@ -2040,6 +2048,16 @@
wcwidth "^1.0.1"
ws "^1.1.0"

"@remix-run/changelog-github@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@remix-run/changelog-github/-/changelog-github-0.0.5.tgz#d0eecaea45102b35b1c8fd41bb74fd1c38f7f70f"
integrity sha512-43tqwUqWqirbv6D9uzo55ASPsCJ61Ein1k/M8qn+Qpros0MmbmuzjLVPmtaxfxfe2ANX0LefLvCD0pAgr1tp4g==
dependencies:
"@changesets/errors" "^0.1.4"
"@changesets/get-github-info" "^0.5.1"
"@changesets/types" "^5.0.0"
dotenv "^8.1.0"

"@remix-run/web-blob@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@remix-run/web-blob/-/web-blob-3.0.4.tgz#99c67b9d0fb641bd0c07d267fd218ae5aa4ae5ed"
Expand Down

0 comments on commit c143c9c

Please sign in to comment.