Skip to content

Commit b92c19a

Browse files
authored
Version bump for react-router-devtools (#1008)
1 parent 5f534ee commit b92c19a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"prettier": "^3.5.3",
149149
"prettier-plugin-sql": "^0.19.0",
150150
"prettier-plugin-tailwindcss": "^0.6.11",
151-
"react-router-devtools": "^5.0.4",
151+
"react-router-devtools": "^5.0.5",
152152
"remix-flat-routes": "^0.8.5",
153153
"tsx": "^4.19.4",
154154
"tw-animate-css": "^1.2.9",
@@ -164,4 +164,4 @@
164164
"seed": "tsx prisma/seed.ts"
165165
},
166166
"prettier": "@epic-web/config/prettier"
167-
}
167+
}

tests/mocks/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server.listen({
2222
return
2323
}
2424
// React-router-devtools send custom requests internally to handle some functionality, we ignore those
25-
if (request.url.includes('react-router-devtools-request')) {
25+
if (request.url.includes('__rrdt')) {
2626
return
2727
}
2828
// Print the regular MSW unhandled request warning otherwise.

0 commit comments

Comments
 (0)