Skip to content

Commit

Permalink
upgrade packages (#213)
Browse files Browse the repository at this point in the history
* upgrade packages

* update
  • Loading branch information
Kazuhiro-Mimaki committed Feb 29, 2024
1 parent 7622694 commit 2b60c5e
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion data/posts/remix-heart-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In fact, with Vite, Remix is no longer a compiler. **Remix itself is just a Vite

```ts
// vite.config.ts
import { unstable_vitePlugin as remix } from "@remix-run/dev";
import { vitePlugin as remix } from "@remix-run/dev";
import { defineConfig } from "vite";

export default defineConfig({
Expand Down
124 changes: 62 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@remix-run/express": "2.6.0",
"@remix-run/node": "2.6.0",
"@remix-run/react": "2.6.0",
"@remix-run/express": "^2.8.0",
"@remix-run/node": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@remix-run/v1-meta": "0.1.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"cheerio": "^1.0.0-rc.12",
Expand Down Expand Up @@ -60,7 +60,7 @@
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remix": "2.6.0",
"remix": "^2.8.0",
"satori": "^0.10.11",
"semver": "^7.5.4",
"shiki": "^0.14.7",
Expand All @@ -77,8 +77,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "2.6.0",
"@remix-run/eslint-config": "2.6.0",
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@testing-library/jest-dom": "^6.2.0",
"@types/follow-redirects": "^1.14.4",
"@types/gunzip-maybe": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig, splitVendorChunkPlugin } from "vite";
import { unstable_vitePlugin as remix } from "@remix-run/dev";
import { vitePlugin as remix } from "@remix-run/dev";
import tsconfigPaths from "vite-tsconfig-paths";
import arraybuffer from "vite-plugin-arraybuffer";

Expand Down

0 comments on commit 2b60c5e

Please sign in to comment.