Skip to content

Commit

Permalink
Update remix monorepo to ^2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 9a64900 commit dfcf7bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions apps/remix-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
},
"dependencies": {
"@not-govuk/components": "workspace:^0.15.5",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"@remix-run/node": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@remix-run/serve": "^2.15.3",
"isbot": "^5.1.22",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@remix-run/dev": "^2.15.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
4 changes: 2 additions & 2 deletions lib/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@not-govuk/uri": "workspace:^0.15.5"
},
"peerDependencies": {
"@remix-run/react": "^2.15.2",
"@remix-run/react": "^2.15.3",
"next": "^15.1.6",
"react-router-dom": "^6.28.2"
},
Expand All @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"@remix-run/react": "^2.15.2",
"@remix-run/react": "^2.15.3",
"@types/react": "^18.3.18",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down

1 comment on commit dfcf7bf

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.