fix: surface reviews + bump deps

This commit is contained in:
Cory Dransfeldt 2024-05-24 09:31:16 -07:00
parent 14e502a866
commit 88daed1548
No known key found for this signature in database
3 changed files with 9 additions and 8 deletions

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "17.0.4", "version": "17.0.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "17.0.4", "version": "17.0.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.2.2", "@cdransf/api-text": "^1.2.2",
@ -28,7 +28,7 @@
"dotenv-flow": "^4.1.0", "dotenv-flow": "^4.1.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"liquidjs": "^10.13.0", "liquidjs": "^10.13.1",
"luxon": "^3.4.4", "luxon": "^3.4.4",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1", "markdown-it-anchor": "^9.0.1",
@ -4485,9 +4485,9 @@
} }
}, },
"node_modules/liquidjs": { "node_modules/liquidjs": {
"version": "10.13.0", "version": "10.13.1",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.13.0.tgz", "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.13.1.tgz",
"integrity": "sha512-MnxinZZgtLcbuvwjCuNwsVthDQgcGEJzXRZZIq9rkUILwLbez3286Gsl0P3h9cL3crng45Joh+sCMcoQ0WsL5w==", "integrity": "sha512-QCQ69sbyMdA1970NEsG7KdQoKi6N+lGg55izisvKvrrRO1nrpS/YBAnzDndR13exYB4xE9A87qdOMuaXPn9v9A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"commander": "^10.0.0" "commander": "^10.0.0"

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "17.0.4", "version": "17.0.5",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -40,7 +40,7 @@
"dotenv-flow": "^4.1.0", "dotenv-flow": "^4.1.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"liquidjs": "^10.13.0", "liquidjs": "^10.13.1",
"luxon": "^3.4.4", "luxon": "^3.4.4",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1", "markdown-it-anchor": "^9.0.1",

View file

@ -60,6 +60,7 @@ export default async function () {
favorite: item['favorite'], favorite: item['favorite'],
rating: item['rating'], rating: item['rating'],
description: item['description'], description: item['description'],
review: item['review'],
id: item['tmdb_id'], id: item['tmdb_id'],
type: 'movie' type: 'movie'
} }