Skip to content

Commit 4924449

Browse files
authored
version bump (#174)
* version bump * fix
1 parent 57d669b commit 4924449

File tree

3 files changed

+250
-1
lines changed

3 files changed

+250
-1
lines changed

docs/package-lock.json

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

docs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
"vite-tsconfig-paths": "^4.2.1",
9797
"vitest": "^1.2.1"
9898
},
99+
"optionalDependencies": {
100+
"@rollup/rollup-linux-x64-gnu": "^4.4.1"
101+
},
99102
"engines": {
100103
"node": ">=18.0.0"
101104
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-devtools",
33
"description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools",
44
"author": "Alem Tuzlak",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"license": "MIT",
77
"keywords": [
88
"react-router",

0 commit comments

Comments
 (0)