Compare commits
26 Commits
e95f54a8e0
...
2.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 9388a90a9d | |||
| 9b0dc6f3ca | |||
| 5203aeb96e | |||
|
94c2e8ded8
|
|||
| fcc0b9fea4 | |||
|
d0a1e6a91a
|
|||
| 62c1996e17 | |||
|
e3aca00d75
|
|||
| fe2bf96b33 | |||
|
8ccc69fe83
|
|||
| 5d5464426f | |||
|
d4be2547ec
|
|||
| 9fbf9b0864 | |||
|
2c5ab270a4
|
|||
| 0b83f7a573 | |||
|
a902c23821
|
|||
| e8a2000b4d | |||
|
c47976bd94
|
|||
| 3aba851dca | |||
|
7d8441c126
|
|||
| 6a1af4515f | |||
|
9995b84cc8
|
|||
| a9d0416576 | |||
|
fb89c5f501
|
|||
| 9a76654ee1 | |||
|
a5d6080b31
|
@@ -1,7 +1,7 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
|
||||
|
||||
LABEL version="2.1.1"
|
||||
LABEL version="2.1.2"
|
||||
LABEL description="Astro based personal website"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
||||
26
package.json
26
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-profile",
|
||||
"type": "module",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.2",
|
||||
"homepage": "https://www.alexlebens.dev",
|
||||
"bugs": {
|
||||
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",
|
||||
@@ -28,17 +28,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.6",
|
||||
"@astrojs/mdx": "^4.3.12",
|
||||
"@astrojs/mdx": "^4.3.13",
|
||||
"@astrojs/node": "^9.5.1",
|
||||
"@astrojs/partytown": "^2.1.4",
|
||||
"@astrojs/react": "^4.4.2",
|
||||
"@astrojs/rss": "^4.0.14",
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@directus/sdk": "^20.2.0",
|
||||
"@directus/sdk": "^20.3.0",
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@iconify-json/pajamas": "^1.2.15",
|
||||
"@iconify-json/simple-icons": "^1.2.61",
|
||||
"@iconify-json/simple-icons": "^1.2.62",
|
||||
"@playform/compress": "^0.2.0",
|
||||
"@rehype-pretty/transformers": "^0.13.2",
|
||||
"@swup/astro": "1.7.0",
|
||||
@@ -46,39 +46,39 @@
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/unist": "^3.0.3",
|
||||
"astro": "^5.16.3",
|
||||
"astro": "^5.16.5",
|
||||
"astro-compressor": "^1.2.0",
|
||||
"astro-icon": "^1.1.5",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"motion": "^12.23.25",
|
||||
"motion": "^12.23.26",
|
||||
"preline": "^3.2.3",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-pretty-code": "^0.14.1",
|
||||
"sharp": "^0.34.5",
|
||||
"sharp-ico": "^0.1.5",
|
||||
"shiki": "^3.17.1",
|
||||
"shiki": "^3.19.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"ultrahtml": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-react/eslint-plugin": "^2.3.9",
|
||||
"@eslint-react/eslint-plugin": "^2.3.13",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"astro-icon": "^1.1.5",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-astro": "^1.5.0",
|
||||
"eslint-plugin-format": "^1.0.2",
|
||||
"eslint-plugin-format": "^1.1.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"timeago.js": "^4.0.2",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.48.0"
|
||||
"typescript-eslint": "8.49.0"
|
||||
}
|
||||
}
|
||||
|
||||
929
pnpm-lock.yaml
generated
929
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user