Skip to content

Commit

Permalink
Merge pull request #116 from times-yasunori/update-node-modules
Browse files Browse the repository at this point in the history
Update node modules
  • Loading branch information
tomoya authored Oct 12, 2024
2 parents 97aa68b + 767e4c0 commit fc74bf7
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 289 deletions.
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"prepare": "pnpm run generate:json"
},
"dependencies": {
"hono": "^4.6.3",
"hono": "^4.6.4",
"random-item": "^4.0.1",
"toml": "^3.0.0",
"valibot": "1.0.0-beta.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241011.0",
"@hono/vite-build": "^1.0.0",
"@hono/vite-dev-server": "^0.16.0",
"jsonfile": "^6.1.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.2.12",
"vitest": "^2.1.1",
"wrangler": "^3.57.2"
"wrangler": "^3.80.4"
}
}
8 changes: 4 additions & 4 deletions packages/image-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"dependencies": {
"@awesome-yasunori/api": "workspace:*",
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
"@cloudflare/workers-types": "^4.20241004.0",
"hono": "^4.6.3",
"@cloudflare/workers-types": "^4.20241011.0",
"hono": "^4.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"wrangler": "^3.80.0"
"typescript": "^5.6.3",
"wrangler": "^3.80.4"
}
}
22 changes: 11 additions & 11 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@awesome-yasunori/api": "workspace:*",
"@mantine/core": "^7.13.1",
"@mantine/hooks": "^7.13.1",
"@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/react": "^2.12.1",
"hono": "^4.6.3",
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"@remix-run/react": "^2.13.1",
"hono": "^4.6.4",
"isbot": "^5.1.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -30,21 +30,21 @@
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@iconify-json/tabler": "^1.2.4",
"@remix-run/dev": "^2.12.1",
"@cloudflare/workers-types": "^4.20241011.0",
"@iconify-json/tabler": "^1.2.5",
"@remix-run/dev": "^2.13.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-dom": "^18.3.1",
"feed": "^4.2.2",
"msw": "^2.4.9",
"msw": "^2.4.10",
"sort-on": "^6.1.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.2.12",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1",
"wrangler": "^3.79.0"
"wrangler": "^3.80.4"
}
}
2 changes: 1 addition & 1 deletion packages/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
}),
remix({
future: {
unstable_singleFetch: true,
v3_singleFetch: true,
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
Expand Down
Loading

0 comments on commit fc74bf7

Please sign in to comment.