Skip to content

Commit

Permalink
Revert react-router version
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jan 31, 2025
1 parent 2f28f94 commit a96c007
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@docsearch/css": "^3.8.3",
"@docsearch/react": "^3.8.3",
"@react-router/express": "^7.1.4",
"@react-router/node": "^7.1.4",
"@react-router/express": "7.1.3",
"@react-router/node": "7.1.3",
"@types/express": "^5.0.0",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.3.2",
Expand All @@ -44,7 +44,7 @@
"parse-numeric-range": "^1.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.4",
"react-router": "7.1.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
Expand All @@ -61,7 +61,7 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@react-router/dev": "7.1.4",
"@react-router/dev": "7.1.3",
"@testing-library/jest-dom": "^5.16.5",
"@types/eslint": "^8.56.6",
"@types/express-serve-static-core": "^5.0.6",
Expand Down

0 comments on commit a96c007

Please sign in to comment.