Skip to content

Commit e2e014a

Browse files
committed
fix lock
1 parent b23b4ed commit e2e014a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
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",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing 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)