Skip to content

Commit

Permalink
ci: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
create-o7-app[bot] committed Nov 9, 2024
1 parent 314bb61 commit 7f25022
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.1.12",
"svelte-check": "^4.0.5",
"svelte": "^5.1.13",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"typescript": "^5.6.3",
"wrangler": "^3.85.0"
"wrangler": "^3.86.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"typescript": "^5.6.3",
"wrangler": "^3.85.0"
"wrangler": "^3.86.0"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Auth}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"arctic": "^2.2.1",
"arctic": "^2.2.2",
"oslo": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"@sveltejs/adapter-cloudflare": "^4.7.4",
"wrangler": "^3.85.0",
"wrangler": "^3.86.0",
"@sveltejs/adapter-auto": null
}
}

0 comments on commit 7f25022

Please sign in to comment.