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 Sep 21, 2024
1 parent 4548b92 commit 32fe531
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.0",
Expand All @@ -30,6 +30,6 @@
"tailwindcss": "^3.4.12",
"typescript": "~5.6.2",
"typescript-eslint": "^8.0.0-alpha.62",
"vite": "^5.4.6"
"vite": "^5.4.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240919.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.6"
"wrangler": "^3.78.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240919.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.6"
"wrangler": "^3.78.7"
}
}
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.20240919.0",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"wrangler": "^3.78.6",
"wrangler": "^3.78.7",
"@sveltejs/adapter-auto": null
}
}

0 comments on commit 32fe531

Please sign in to comment.