Skip to content

Commit

Permalink
chore(deps): bump the remix-run group with 3 updates (#470)
Browse files Browse the repository at this point in the history
Bumps the remix-run group with 3 updates: [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config), [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) and [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev).


Updates `@remix-run/eslint-config` from 2.9.0 to 2.15.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/eslint-config@2.15.2/packages/remix-eslint-config)

Updates `@remix-run/node` from 2.15.0 to 2.15.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/node@2.15.2/packages/remix-node)

Updates `@remix-run/dev` from 2.9.0 to 2.15.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@2.15.2/packages/remix-dev)

---
updated-dependencies:
- dependency-name: "@remix-run/eslint-config"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix-run
- dependency-name: "@remix-run/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: remix-run
- dependency-name: "@remix-run/dev"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: remix-run
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 266176c commit 74b8b44
Show file tree
Hide file tree
Showing 4 changed files with 1,636 additions and 1,830 deletions.
6 changes: 3 additions & 3 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@fastify/static": "^8.0.3",
"@mcansh/remix-fastify": "workspace:*",
"@remix-run/node": "^2.15.0",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.0",
"chalk": "^5.3.0",
"fastify": "^5.1.0",
Expand All @@ -29,8 +29,8 @@
},
"devDependencies": {
"@fastify/middie": "^9.0.2",
"@remix-run/dev": "^2.15.0",
"@remix-run/eslint-config": "^2.15.0",
"@remix-run/dev": "^2.15.2",
"@remix-run/eslint-config": "^2.15.2",
"@tailwindcss/vite": "4.0.0-alpha.34",
"@total-typescript/tsconfig": "^1.0.4",
"@types/react": "npm:types-react@19.0.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@changesets/cli": "^2.27.10",
"@manypkg/get-packages": "^2.2.2",
"@npmcli/package-json": "^6.0.1",
"@remix-run/eslint-config": "2.15.0",
"@remix-run/eslint-config": "2.15.2",
"@total-typescript/tsconfig": "^1.0.4",
"@types/npmcli__package-json": "^4.0.4",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@react-router/node": "7.0.1",
"@remix-run/node": "^2.15.0",
"@remix-run/node": "^2.15.2",
"@types/node": "^22.9.2",
"@typescript/lib-dom": "npm:@types/web@^0.0.182",
"fastify": "^5.1.0",
Expand Down
Loading

0 comments on commit 74b8b44

Please sign in to comment.