diff --git a/.changeset/config.json b/.changeset/config.json index 7eed1d2b..305f844a 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["docs"] } diff --git a/.changeset/little-moles-shop.md b/.changeset/little-moles-shop.md new file mode 100644 index 00000000..2b5e2efd --- /dev/null +++ b/.changeset/little-moles-shop.md @@ -0,0 +1,5 @@ +--- +"react-router-devtools": patch +--- + +update documentation diff --git a/docs/package.json b/docs/package.json index deeab0c2..70eac4a0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -108,4 +108,4 @@ "msw" ] } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3b1bd52..27ce1319 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -188,7 +188,7 @@ importers: version: 1.3.0 react-router-devtools: specifier: ^5.1.3 - version: link:../packages/react-router-devtools + 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 version: 4.0.9 diff --git a/test-apps/react-router-vite/package.json b/test-apps/react-router-vite/package.json index 2947f8ed..cdebb59e 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.4", + "react-router-devtools": "^5.1.3", "typescript": "^5.8.3", "vite": "^6.3.3", "vite-plugin-inspect": "^10.1.0",