Skip to content

Commit

Permalink
rm rm src + bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Dec 1, 2024
1 parent f9f7a4d commit 87355f1
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 149 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,41 +19,41 @@
"license": "MIT",
"dependencies": {
"@digital-alchemy/automation": "^24.11.1",
"@digital-alchemy/core": "^24.11.3",
"@digital-alchemy/hass": "^24.11.3",
"@digital-alchemy/core": "^24.11.4",
"@digital-alchemy/hass": "^24.11.4",
"@digital-alchemy/mqtt-extension": "^24.11.1",
"@digital-alchemy/synapse": "^24.11.3",
"@digital-alchemy/synapse": "^24.11.4",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"ini": "^5.0.0",
"node-cron": "^3.0.3",
"ws": "^8.18.0"
},
"devDependencies": {
"@digital-alchemy/type-writer": "^24.11.1",
"@digital-alchemy/type-writer": "^24.11.3",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@types/node": "^22.9.0",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/node-cron": "^3.0.11",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"eslint": "9.15.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unicorn": "^56.0.1",
"figlet-cli": "^0.2.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lolcatjs": "^2.4.3",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"type-fest": "^4.27.0",
"typescript": "^5.7.0-beta"
"type-fest": "^4.29.0",
"typescript": "^5.7.2"
},
"packageManager": "yarn@4.5.0"
}
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ tar -czf "$BACKUP_ARCHIVE" .
cd - || exit

cp -r src package.json "$DEPLOY_ROOT"
rm -rf "$DEPLOY_ROOT/node_modules" "$DEPLOY_ROOT/src" "$DEPLOY_ROOT/yarn.lock" "$DEPLOY_ROOT/package-lock.json"
rm -rf "$DEPLOY_ROOT/node_modules" "$DEPLOY_ROOT/yarn.lock" "$DEPLOY_ROOT/package-lock.json"

figlet -f "Pagga" "Complete" | npx lolcatjs
Loading

0 comments on commit 87355f1

Please sign in to comment.