Skip to content

Commit

Permalink
chore(deps): bump the remix group in /web with 6 updates
Browse files Browse the repository at this point in the history
Bumps the remix group in /web with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.5.1` | `2.8.0` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.5.1` | `2.8.0` |
| [@vercel/remix](https://github.com/vercel/remix/tree/HEAD/packages/vercel-remix) | `2.5.1` | `2.8.0` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.5.1` | `2.8.0` |
| [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) | `2.5.1` | `2.8.0` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.5.1` | `2.8.0` |


Updates `@remix-run/node` from 2.5.1 to 2.8.0
- [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/[email protected]/packages/remix-node)

Updates `@remix-run/react` from 2.5.1 to 2.8.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-react/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-react)

Updates `@vercel/remix` from 2.5.1 to 2.8.0
- [Changelog](https://github.com/vercel/remix/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/remix/commits/HEAD/packages/vercel-remix)

Updates `@remix-run/dev` from 2.5.1 to 2.8.0
- [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/[email protected]/packages/remix-dev)

Updates `@remix-run/eslint-config` from 2.5.1 to 2.8.0
- [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/[email protected]/packages/remix-eslint-config)

Updates `@remix-run/serve` from 2.5.1 to 2.8.0
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-serve/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-serve)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 521f6d5 commit f826a2f
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 191 deletions.
12 changes: 6 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@olros/stats": "^2.2.1",
"@prisma/adapter-neon": "5.10.2",
"@prisma/client": "5.10.2",
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@remix-run/node": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@vercel/edge": "^1.1.1",
"@vercel/remix": "^2.5.1",
"@vercel/remix": "^2.8.0",
"date-fns": "^3.3.1",
"dotenv": "^16.3.1",
"is-ip": "^5.0.1",
Expand All @@ -59,9 +59,9 @@
"undici": "^6.7.0"
},
"devDependencies": {
"@remix-run/dev": "^2.5.1",
"@remix-run/eslint-config": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@remix-run/serve": "^2.8.0",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
Expand Down
Loading

0 comments on commit f826a2f

Please sign in to comment.