Compare commits
9 Commits
0.10.0
...
939ba4b9b0
Author | SHA1 | Date | |
---|---|---|---|
939ba4b9b0
|
|||
bcb91972a1 | |||
b11666decb
|
|||
a947a05041 | |||
297c573281
|
|||
9093594973
|
|||
77ce0a1182
|
|||
799e6b6090 | |||
735e4b4877
|
@@ -1,5 +1,5 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:22.17.0-alpine3.22 AS base
|
||||
FROM ${REGISTRY}/node:22.17.1-alpine3.22 AS base
|
||||
|
||||
LABEL version="0.10.0"
|
||||
LABEL description="Astro based personal website"
|
||||
|
@@ -31,13 +31,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@typescript-eslint/parser": "8.36.0",
|
||||
"@typescript-eslint/parser": "8.37.0",
|
||||
"eslint": "9.31.0",
|
||||
"eslint-config-prettier": "10.1.5",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-astro": "1.3.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.12",
|
||||
"typescript-eslint": "8.36.0"
|
||||
"typescript-eslint": "8.37.0"
|
||||
}
|
||||
}
|
||||
|
533
pnpm-lock.yaml
generated
533
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user