Compare commits
18 Commits
f3e4b1ff31
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d9339214bc | |||
| e40e60023d | |||
| baa979d475 | |||
| 6d854c04a5 | |||
| 019c544d57 | |||
| 2d86be0c8f | |||
| 2ac89d8d35 | |||
|
1874cb6dba
|
|||
|
218797577e
|
|||
|
96e4670f49
|
|||
|
0fde0d1f8b
|
|||
|
f87ad542b2
|
|||
| 0dc48fa375 | |||
|
cda1c254b6
|
|||
| 5acc6f0ccd | |||
|
50b78e4d0d
|
|||
| 9f81114134 | |||
|
4a905f545a
|
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.11.0
|
||||
node-version: 24.11.1
|
||||
cache: pnpm
|
||||
|
||||
- name: Install Dependencies
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:24.11.0-alpine3.22 AS base
|
||||
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
|
||||
|
||||
LABEL version="2.1.0"
|
||||
LABEL version="2.1.1"
|
||||
LABEL description="Astro based personal website"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
||||
28
package.json
28
package.json
@@ -27,30 +27,30 @@
|
||||
"lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.5",
|
||||
"@astrojs/mdx": "^4.3.10",
|
||||
"@astrojs/node": "^9.5.0",
|
||||
"@astrojs/check": "^0.9.6",
|
||||
"@astrojs/mdx": "^4.3.12",
|
||||
"@astrojs/node": "^9.5.1",
|
||||
"@astrojs/partytown": "^2.1.4",
|
||||
"@astrojs/react": "^4.4.2",
|
||||
"@astrojs/rss": "^4.0.13",
|
||||
"@astrojs/rss": "^4.0.14",
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@directus/sdk": "^20.1.1",
|
||||
"@directus/sdk": "^20.2.0",
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@iconify-json/pajamas": "^1.2.15",
|
||||
"@iconify-json/simple-icons": "^1.2.58",
|
||||
"@iconify-json/simple-icons": "^1.2.61",
|
||||
"@playform/compress": "^0.2.0",
|
||||
"@rehype-pretty/transformers": "^0.13.2",
|
||||
"@swup/astro": "1.7.0",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/unist": "^3.0.3",
|
||||
"astro": "^5.15.5",
|
||||
"astro": "^5.16.3",
|
||||
"astro-compressor": "^1.2.0",
|
||||
"astro-icon": "^1.1.5",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"motion": "^12.23.24",
|
||||
"motion": "^12.23.25",
|
||||
"preline": "^3.2.3",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
@@ -58,12 +58,12 @@
|
||||
"rehype-pretty-code": "^0.14.1",
|
||||
"sharp": "^0.34.5",
|
||||
"sharp-ico": "^0.1.5",
|
||||
"shiki": "^3.15.0",
|
||||
"shiki": "^3.17.1",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"ultrahtml": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-react/eslint-plugin": "^2.3.4",
|
||||
"@eslint-react/eslint-plugin": "^2.3.9",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"astro-icon": "^1.1.5",
|
||||
@@ -74,11 +74,11 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.24",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"timeago.js": "^4.0.2",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.47.0"
|
||||
"typescript-eslint": "8.48.0"
|
||||
}
|
||||
}
|
||||
|
||||
1138
pnpm-lock.yaml
generated
1138
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user