Skip to content

Commit

Permalink
chore: update wrangler, use catalog versions (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Jan 14, 2025
1 parent df595ce commit b397635
Show file tree
Hide file tree
Showing 4 changed files with 1,251 additions and 254 deletions.
10 changes: 5 additions & 5 deletions examples/vercel-blog-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"devDependencies": {
"@opennextjs/cloudflare": "workspace:*",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"wrangler": "^3.80.4"
"typescript": "catalog:",
"wrangler": "catalog:"
}
}
12 changes: 6 additions & 6 deletions examples/vercel-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"next": "15.0.0-canary.113",
"react": "19.0.0-rc-3208e73e-20240730",
"react-dom": "19.0.0-rc-3208e73e-20240730",
"sonner": "^1.5.0",
"wrangler": "catalog:"
"sonner": "^1.5.0"
},
"devDependencies": {
"@opennextjs/cloudflare": "workspace:*",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"typescript": "5.5.4"
"typescript": "catalog:",
"wrangler": "catalog:"
}
}
Loading

0 comments on commit b397635

Please sign in to comment.