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 31, 2024
1 parent 6a96fde commit 1ba8219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss-load-config": "^5.1.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.0",
"svelte": "^4.2.17",
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.3",
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 @@ -5,7 +5,7 @@
},
"dependencies": {
"kysely-d1": "^0.3.0",
"better-sqlite3": "^10.0.0",
"better-sqlite3": "^11.0.0",
"kysely": "^0.27.3",
"dotenv": "^16.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Sqlite}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"db:push": "prisma db push"
},
"dependencies": {
"better-sqlite3": "^10.0.0",
"better-sqlite3": "^11.0.0",
"kysely": "^0.27.3",
"dotenv": "^16.4.5"
},
Expand Down

0 comments on commit 1ba8219

Please sign in to comment.