Skip to content

Commit

Permalink
version bump (#174)
Browse files Browse the repository at this point in the history
* version bump

* fix
  • Loading branch information
AlemTuzlak authored Jan 9, 2025
1 parent 57d669b commit 4924449
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 1 deletion.
246 changes: 246 additions & 0 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^1.2.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.4.1"
},
"engines": {
"node": ">=18.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-router-devtools",
"description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools",
"author": "Alem Tuzlak",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"keywords": [
"react-router",
Expand Down

0 comments on commit 4924449

Please sign in to comment.