Skip to content

Commit

Permalink
Update PHPMailer and TailwindCSS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziga Zajc authored and Ziga Zajc committed Jan 28, 2024
1 parent 9b90ccc commit c0ed7c2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "passky-server",
"description": "Server for Passky (password manager)",
"version": "8.1.5",
"version": "8.1.6",
"main": "tailwind.config.js",
"scripts": {
"build": "npx tailwindcss -i ./tailwind.css -o ./server/src/website/css/tailwind.min.css --minify"
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/Rabbit-Company/Passky-Server#readme",
"devDependencies": {
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.4.1"
}
}
2 changes: 1 addition & 1 deletion server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"require": {
"paragonie/constant_time_encoding": "^2",
"pragmarx/google2fa": "v8.0.1",
"phpmailer/phpmailer": "^6.8",
"phpmailer/phpmailer": "^6.9",
"devcoder-xyz/php-dotenv": "^2.1"
}
}
2 changes: 1 addition & 1 deletion server/src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Settings{
*/

public static function getVersion() : string{
return '8.1.5';
return '8.1.6';
}

public static function getLocation() : string{
Expand Down
2 changes: 1 addition & 1 deletion server/src/website/css/tailwind.min.css

Large diffs are not rendered by default.

0 comments on commit c0ed7c2

Please sign in to comment.