Skip to content

Commit

Permalink
chore: pin wrangler, update cf packages, add .dev.vars to gitignore (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed May 23, 2024
1 parent 69564ca commit 7e271a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions templates/cloudflare-workers/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
/.wrangler
/build
.env
.dev.vars
6 changes: 3 additions & 3 deletions templates/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.1.3",
"@cloudflare/kv-asset-handler": "^0.3.2",
"@remix-run/cloudflare": "*",
"@remix-run/react": "*",
"@remix-run/server-runtime": "*",
Expand All @@ -21,7 +21,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@cloudflare/workers-types": "^4.20240512.0",
"@remix-run/dev": "*",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand All @@ -36,7 +36,7 @@
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1",
"wrangler": "^3.24.0"
"wrangler": "3.57.1"
},
"engines": {
"node": ">=20.0.0"
Expand Down
5 changes: 2 additions & 3 deletions templates/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
"@remix-run/cloudflare-pages": "*",
"@remix-run/react": "*",
"isbot": "^4.1.0",
"miniflare": "^3.20240404.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240512.0",
"@remix-run/dev": "*",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand All @@ -37,7 +36,7 @@
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1",
"wrangler": "^3.48.0"
"wrangler": "3.57.1"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 7e271a4

Please sign in to comment.