diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-23 22:59:44 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-23 22:59:44 +0100 |
| commit | ce7e89a5c4d8fb17f55b8825de69308f9aef5fd7 (patch) | |
| tree | 622053ee29908bdb49a5601ec81be4a0b070f1f6 /package.json | |
| parent | 41b16ec20744371e8831637ac2ff048a706f2841 (diff) | |
Fix effing dependency issues
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 7e3eb88..3a89cad 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "check": "astro check" }, "dependencies": { - "@astrojs/check": "^0.9.6", + "@astrojs/check": "^0.9.2", "@astrojs/mdx": "^4.3.13", "@astrojs/rss": "4.0.15", "@astrojs/sitemap": "^3.7.0", @@ -30,5 +30,8 @@ }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*" + }, + "overrides": { + "lodash": "^4.17.21" } } |
