Skip to content

Commit 8cd631d

Browse files
update ejs to 6.0.1, prettier to 3.8.4
Dependencies updated: - ejs: ^3.1.10 → ^6.0.1 (major) - prettier: 2.8.2 → 3.8.4 (major) Also apply prettier 3 reformatting to 3 files: .github/workflows/deploy.yml, docker-compose.yml, src/css/styles.css Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GuohL8tJ69VYYsXaCALzoA
1 parent a3c2d20 commit 8cd631d

5 files changed

Lines changed: 109 additions & 129 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66

77
jobs:
88
build-and-deploy:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
volumes:
3636
- ./public:/var/public
3737
healthcheck:
38-
test: "nc -z localhost 8080 || exit 1"
38+
test: 'nc -z localhost 8080 || exit 1'
3939
interval: 10s
4040
timeout: 5s
4141
retries: 5

package-lock.json

Lines changed: 11 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"debug": "^4.4.3",
18-
"ejs": "^3.1.10",
18+
"ejs": "^6.0.1",
1919
"showdown": "^2.1.0"
2020
},
2121
"devDependencies": {
22-
"prettier": "2.8.2"
22+
"prettier": "3.8.4"
2323
}
2424
}

0 commit comments

Comments
 (0)