Skip to content

Commit

Permalink
chore(deps): fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Dec 10, 2024
1 parent da8fdf1 commit c8f2086
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 227 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"test": "npm run lint && npm run typecheck && npm run build && npm run unit"
},
"dependencies": {
"@11ty/eleventy-fetch": "4.0.1",
"@lihbr/farben": "0.0.1",
"@prismicio/client": "7.12.0",
"@11ty/eleventy-fetch": "5.0.1",
"@lihbr/farben": "0.0.2",
"@prismicio/client": "7.13.0",
"@wooorm/starry-night": "3.5.0",
"cookie-es": "1.2.2",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"escape-html": "1.0.3",
"hast-util-to-html": "9.0.3",
"html-to-image": "1.11.11",
Expand Down Expand Up @@ -79,9 +79,9 @@
"postcss-import": "16.1.0",
"postcss-nesting": "13.0.1",
"shx": "0.3.4",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"vite": "6.0.2",
"vite": "6.0.3",
"vitest": "2.1.8"
}
}
Loading

0 comments on commit c8f2086

Please sign in to comment.