Skip to content

Commit

Permalink
chore(remix-vite): update remix to a version with stable vite support
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Mar 27, 2024
1 parent 1ed831d commit bd1384d
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 103 deletions.
8 changes: 4 additions & 4 deletions integrations/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "playwright test"
},
"dependencies": {
"@remix-run/node": "^2.5.0",
"@remix-run/react": "^2.5.0",
"@remix-run/serve": "^2.5.0",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -21,7 +21,7 @@
"@content-collections/core": "0.3.1",
"@content-collections/remix-vite": "0.1.0",
"@playwright/test": "^1.42.1",
"@remix-run/dev": "^2.5.0",
"@remix-run/dev": "^2.8.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
Expand Down
2 changes: 1 addition & 1 deletion integrations/remix-vite/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { unstable_vitePlugin as remix } from "@remix-run/dev";
import { vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
import contentCollections from "@content-collections/remix-vite";
Expand Down
Loading

0 comments on commit bd1384d

Please sign in to comment.