Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e6279f

Browse files
authored
Fix release flow (#230)
* docs(changeset): update docs* Fix workflow release* fix lock
1 parentf4b74ca commit1e6279f

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

‎.changeset/eighty-wolves-think.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-router-devtools":patch
3+
---
4+
5+
update docs

‎.github/workflows/publish.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ jobs:
4545
commit:"chore: release"
4646
version:pnpm run version
4747
publish:pnpm run release
48+
createGithubReleases:true

‎docs/package.json‎

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"npm-run-all":"4.1.5",
8484
"playwright":"1.50.1",
8585
"prompt":"1.3.0",
86-
"react-router-devtools":"^5.1.5",
86+
"react-router-devtools":"*",
8787
"tailwindcss":"4.0.9",
8888
"tsx":"4.19.2",
8989
"typescript":"^5.8.3",
@@ -101,11 +101,5 @@
101101
"engines": {
102102
"node":">=22.17.0",
103103
"pnpm":">=10.18.0"
104-
},
105-
"pnpm": {
106-
"onlyBuiltDependencies": [
107-
"esbuild",
108-
"msw"
109-
]
110104
}
111-
}
105+
}

‎package.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,8 @@
6767
"overrides": {
6868
"react-router-devtools":"workspace:*"
6969
},
70+
"pnpm": {
71+
"onlyBuiltDependencies": ["esbuild","msw"]
72+
},
7073
"private":true
7174
}

‎packages/react-router-devtools/package.json‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
"require":"./dist/client.css"
6060
}
6161
},
62-
"files": [
63-
"dist"
64-
],
62+
"files": ["dist"],
6563
"repository": {
6664
"type":"git",
6765
"url":"git+https://github.com/forge-42/react-router-devtools.git"

‎pnpm-lock.yaml‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎test-apps/react-router-vite/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react":"^19.1.2",
2424
"@types/react-dom":"^19.1.2",
2525
"eslint":"^9.19.0",
26-
"react-router-devtools":"^5.1.5",
26+
"react-router-devtools":"*",
2727
"typescript":"^5.8.3",
2828
"vite":"^6.3.3",
2929
"vite-plugin-inspect":"^10.1.0",
@@ -32,4 +32,4 @@
3232
"engines": {
3333
"node":">=20.0.0"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp