Skip to content

Commit

Permalink
chore: bump remix dependencies to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 6, 2024
1 parent 4678fe6 commit 2ba8200
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 190 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"*": "prettier --ignore-unknown --write"
},
"dependencies": {
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/dev": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/server-runtime": "^2.8.1",
"@remix-run/css-bundle": "^2.11.1",
"@remix-run/dev": "^2.11.1",
"@remix-run/node": "^2.11.1",
"@remix-run/react": "^2.11.1",
"@remix-run/server-runtime": "^2.11.1",
"@vanilla-extract/css": "^1.15.3",
"@vercel/remix": "^2.8.1",
"@vercel/remix": "^2.11.1",
"clsx": "^2.1.1",
"isbot": "^5.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.8.0",
"@remix-run/dev": "^2.11.1",
"@types/eslint": "^8.56.2",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/parser": "^7.0.2",
"@vanilla-extract/vite-plugin": "^4.0.13",
"cspell": "^8.4.1",
"eslint": "^8.56.0",
Expand Down
Loading

0 comments on commit 2ba8200

Please sign in to comment.