aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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"
}
}