Compare commits
38 Commits
2.0.6
...
d819c4e6a9
| Author | SHA1 | Date | |
|---|---|---|---|
| d819c4e6a9 | |||
|
807b188162
|
|||
| 4558eefe8d | |||
|
304921712f
|
|||
| 6b2b648848 | |||
|
2ecfeb0a12
|
|||
| d6d600fe4b | |||
|
c4518c0c27
|
|||
| cc60a3ac14 | |||
|
6d782ad980
|
|||
| 31b9f5d603 | |||
|
98301d9e4f
|
|||
| cd76eb1ba8 | |||
|
c69cdde688
|
|||
| 4edb797817 | |||
|
3a1cfe4b63
|
|||
| 53031f7a0f | |||
| 5c2b3069c6 | |||
| 349817e384 | |||
| cf7098b7ea | |||
|
e9f8191973
|
|||
|
081250dcfc
|
|||
|
8149be36d9
|
|||
|
7f35f74591
|
|||
| 4dd465ef22 | |||
|
05076543ac
|
|||
| 5950ab54e1 | |||
|
1c2891bbba
|
|||
| c49b4a814f | |||
|
1c4c1f7f4a
|
|||
| 1baa5c565a | |||
|
cb9c5033ef
|
|||
| ff9bdc196d | |||
|
30ada35a53
|
|||
| 893a981594 | |||
|
e7227244cc
|
|||
| 507fe2c2ed | |||
|
aa40bf67b6
|
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22.19.0
|
node-version: 22.20.0
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ARG REGISTRY=docker.io
|
ARG REGISTRY=docker.io
|
||||||
FROM ${REGISTRY}/node:22.19.0-alpine3.22 AS base
|
FROM ${REGISTRY}/node:22.20.0-alpine3.22 AS base
|
||||||
|
|
||||||
LABEL version="2.0.6"
|
LABEL version="2.0.6"
|
||||||
LABEL description="Astro based personal website"
|
LABEL description="Astro based personal website"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
"ultrahtml": "^1.6.0"
|
"ultrahtml": "^1.6.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint-react/eslint-plugin": "^1.53.1",
|
"@eslint-react/eslint-plugin": "^2.0.0",
|
||||||
"@tailwindcss/forms": "^0.5.10",
|
"@tailwindcss/forms": "^0.5.10",
|
||||||
"@tailwindcss/typography": "^0.5.18",
|
"@tailwindcss/typography": "^0.5.18",
|
||||||
"astro-icon": "^1.1.5",
|
"astro-icon": "^1.1.5",
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
"prettier-plugin-astro": "^0.14.1",
|
"prettier-plugin-astro": "^0.14.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.14",
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
||||||
"timeago.js": "^4.0.2",
|
"timeago.js": "^4.0.2",
|
||||||
"typescript": "5.9.2",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.44.1"
|
"typescript-eslint": "8.44.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
931
pnpm-lock.yaml
generated
931
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user