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] authored and ottomated committed May 22, 2024
1 parent c4466cc commit ee2c4c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -11,8 +11,8 @@
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{D1}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@types/better-sqlite3": "^7.6.10",
"prisma-kysely": "^1.8.0",
"prisma": "^5.14.0",
"wrangler": "^3.57.0"
"wrangler": "^3.57.1"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Svelte5}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"svelte": "^5.0.0-next.136",
"svelte": "^5.0.0-next.137",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}

0 comments on commit ee2c4c1

Please sign in to comment.