diff --git a/package-lock.json b/package-lock.json index 5acc2a9..f790322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "3.4.2", "@tailwindcss/vite": "^4.1.11", - "astro": "^5.12.8", + "astro": "^5.12.9", "astro-icon": "^1.1.5", "rehype-external-links": "^3.0.0", "tailwindcss": "^4.1.11", @@ -22,7 +22,7 @@ "devDependencies": { "@iconify-json/mdi": "^1.2.3", "@tailwindcss/typography": "^0.5.16", - "@types/node": "^24.2.0", + "@types/node": "^24.2.1", "npm-check-updates": "^18.0.2", "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", @@ -2139,9 +2139,9 @@ } }, "node_modules/@types/node": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz", - "integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==", + "version": "24.2.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz", + "integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==", "license": "MIT", "dependencies": { "undici-types": "~7.10.0" @@ -2455,9 +2455,9 @@ } }, "node_modules/astro": { - "version": "5.12.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.8.tgz", - "integrity": "sha512-KkJ7FR+c2SyZYlpakm48XBiuQcRsrVtdjG5LN5an0givI/tLik+ePJ4/g3qrAVhYMjJOxBA2YgFQxANPiWB+Mw==", + "version": "5.12.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.9.tgz", + "integrity": "sha512-cZ7kZ61jyE5nwSrFKSRyf5Gds+uJELqQxJFqMkcgiWQvhWZJUSShn8Uz3yc9WLyLw5Kim5P5un9SkJSGogfEZQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 523d26b..396dd99 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "3.4.2", "@tailwindcss/vite": "^4.1.11", - "astro": "^5.12.8", + "astro": "^5.12.9", "astro-icon": "^1.1.5", "rehype-external-links": "^3.0.0", "tailwindcss": "^4.1.11", @@ -26,7 +26,7 @@ "devDependencies": { "@iconify-json/mdi": "^1.2.3", "@tailwindcss/typography": "^0.5.16", - "@types/node": "^24.2.0", + "@types/node": "^24.2.1", "npm-check-updates": "^18.0.2", "prettier": "^3.6.2", "prettier-plugin-astro": "^0.14.1", diff --git a/src/content/projects/the-heart/index.mdx b/src/content/projects/the-heart/index.mdx index b587277..4d69a50 100644 --- a/src/content/projects/the-heart/index.mdx +++ b/src/content/projects/the-heart/index.mdx @@ -20,6 +20,9 @@ _Sunrise_ ![Alan Wake II night lighting](night.jpg) _Night_ +![Alan Wake II image reference PureRef board](reference.jpg) +_Reference board_ + ### Early progress and tests ![Alan Wake II tree trunk lighting test](trunk.jpg) diff --git a/src/content/projects/the-heart/reference.jpg b/src/content/projects/the-heart/reference.jpg new file mode 100644 index 0000000..9aee844 Binary files /dev/null and b/src/content/projects/the-heart/reference.jpg differ