Skip to content

Commit

Permalink
chore: package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Oct 14, 2023
1 parent 095a8ac commit 22e33ad
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 38 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@capacitor/splash-screen": "^5.0.6",
"@capacitor/status-bar": "^5.0.6",
"@capacitor/toast": "^5.0.6",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@nuxt/eslint-config": "^0.2.0",
"@trapezedev/configure": "^7.0.10",
"changelogen": "^0.5.5",
Expand Down
48 changes: 21 additions & 27 deletions pnpm-lock.yaml

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

36 changes: 27 additions & 9 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,20 +178,20 @@ export const CONST = {
version: devDependencies["@trapezedev/configure"]
},
{
name: "PHP Mailer",
link: "https://github.com/PHPMailer/PHPMailer",
name: "drizzle-orm",
link: "https://github.com/drizzle-team/drizzle-orm",
description: {
en: "PHPMailer is a full-featured email creation and transfer class for PHP",
es: "PHPMailer es una clase de creación y transferencia de correo electrónico con todas las funciones para PHP"
en: "TypeScript ORM that feels like writing SQL",
es: "ORM de TypeScript que se siente como escribir SQL"
},
version: "6.8.0"
version: "0.28.6"
},
{
name: "pgAdmin",
link: "https://www.pgadmin.org",
name: "better-sqlite3",
link: "https://github.com/WiseLibs/better-sqlite3",
description: {
en: "The Open Source Administration and Development Platform for PostgreSQL",
es: "La plataforma de administración y desarrollo de código abierto para PostgreSQL"
en: "The fastest and simplest library for SQLite3 in Node.js",
es: "La biblioteca más rápida y simple para SQLite3 en Node.js"
}
},
{
Expand Down Expand Up @@ -256,6 +256,24 @@ export const CONST = {
es: "Cargue un archivo o directorio como un artefacto separado para una ejecución de flujo de trabajo"
},
version: 3
},
{
name: "Wrangler",
link: "https://github.com/cloudflare/workers-sdk",
description: {
en: "Home to Wrangler, the CLI for Cloudflare Workers",
es: "Hogar de Wrangler, la CLI para Cloudflare Workers"
},
version: "3.13.1"
},
{
name: "Mustache",
link: "https://github.com/janl/mustache.js",
description: {
en: "Minimal templating with {{mustaches}} in JavaScript",
es: "Plantillas con {{mustaches}} en JavaScript"
},
version: "4.2.0"
}
]
};

0 comments on commit 22e33ad

Please sign in to comment.