Skip to content

Commit

Permalink
chore: update devDependencies (husky to 9.0.6, @types/node, etc)
Browse files Browse the repository at this point in the history
chore: update alpine to 3.19.1 (`chromium` to 121)
  • Loading branch information
uid11 committed Jan 28, 2024
1 parent 3e64fcb commit d1aa014
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.3.1-alpine AS node

FROM alpine:3.19.0
FROM alpine:3.19.1

COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
Expand Down
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
"testcafe-without-typecheck": "3.5.0-rc.1"
},
"devDependencies": {
"@types/node": "20.11.6",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"assert-modules-support-case-insensitive-fs": "1.0.1",
"assert-package-lock-is-consistent": "1.0.0",
"devtools-protocol": "0.0.1250650",
"devtools-protocol": "0.0.1253004",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-typescript-sort-keys": "3.1.0",
"husky": "8.0.3",
"husky": "9.0.6",
"prettier": "3.2.4",
"testcafe": "3.5.0",
"typescript": "5.3.3"
Expand Down

0 comments on commit d1aa014

Please sign in to comment.