diff --git a/.changeset/eighty-wolves-think.md b/.changeset/eighty-wolves-think.md new file mode 100644 index 00000000..d4fa3a75 --- /dev/null +++ b/.changeset/eighty-wolves-think.md @@ -0,0 +1,5 @@ +--- +"react-router-devtools": patch +--- + +update docs diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6a518b28..212e8c7a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -45,3 +45,4 @@ jobs: commit: "chore: release" version: pnpm run version publish: pnpm run release + createGithubReleases: true diff --git a/docs/package.json b/docs/package.json index e7f4075b..24e9d3b5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -83,7 +83,7 @@ "npm-run-all": "4.1.5", "playwright": "1.50.1", "prompt": "1.3.0", - "react-router-devtools": "^5.1.5", + "react-router-devtools": "*", "tailwindcss": "4.0.9", "tsx": "4.19.2", "typescript": "^5.8.3", @@ -101,11 +101,5 @@ "engines": { "node": ">=22.17.0", "pnpm": ">=10.18.0" - }, - "pnpm": { - "onlyBuiltDependencies": [ - "esbuild", - "msw" - ] } -} +} \ No newline at end of file diff --git a/package.json b/package.json index f2c754cc..44eb81b2 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,8 @@ "overrides": { "react-router-devtools": "workspace:*" }, + "pnpm": { + "onlyBuiltDependencies": ["esbuild", "msw"] + }, "private": true } diff --git a/packages/react-router-devtools/package.json b/packages/react-router-devtools/package.json index 16d87e92..ffe16c44 100644 --- a/packages/react-router-devtools/package.json +++ b/packages/react-router-devtools/package.json @@ -59,9 +59,7 @@ "require": "./dist/client.css" } }, - "files": [ - "dist" - ], + "files": ["dist"], "repository": { "type": "git", "url": "git+https://github.com/forge-42/react-router-devtools.git" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27ce1319..343a7a85 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -187,7 +187,7 @@ importers: specifier: 1.3.0 version: 1.3.0 react-router-devtools: - specifier: ^5.1.3 + specifier: '*' version: 5.1.3(@types/react-dom@19.2.0(@types/react@19.2.0))(@types/react@19.2.0)(react-dom@19.2.0(react@19.2.0))(react-router@7.9.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(vite@6.3.6(@types/node@22.13.1)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.19.2)(yaml@2.8.1)) tailwindcss: specifier: 4.0.9 @@ -498,7 +498,7 @@ importers: specifier: ^9.19.0 version: 9.37.0(jiti@2.6.1) react-router-devtools: - specifier: ^5.1.3 + specifier: '*' version: 5.1.3(@types/react-dom@19.2.0(@types/react@19.2.0))(@types/react@19.2.0)(react-dom@19.2.0(react@19.2.0))(react-router@7.9.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(vite@6.3.6(@types/node@22.13.1)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.19.2)(yaml@2.8.1)) typescript: specifier: ^5.8.3 diff --git a/test-apps/react-router-vite/package.json b/test-apps/react-router-vite/package.json index 230e4391..609c954f 100644 --- a/test-apps/react-router-vite/package.json +++ b/test-apps/react-router-vite/package.json @@ -23,7 +23,7 @@ "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "eslint": "^9.19.0", - "react-router-devtools": "^5.1.5", + "react-router-devtools": "*", "typescript": "^5.8.3", "vite": "^6.3.3", "vite-plugin-inspect": "^10.1.0", @@ -32,4 +32,4 @@ "engines": { "node": ">=20.0.0" } -} +} \ No newline at end of file