aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-01-24 01:15:33 +0300
committerValentin Popov <valentin@popov.link>2025-01-24 01:15:33 +0300
commitf2025da4fd6fe6dc6de51c8ca3c6118407a6a99f (patch)
tree8adcf6e293fcf87db2ada6e8e4f373937c60a96e /package.json
parent5e4542edcbcf7996900baa1ea85748e48bd7385b (diff)
downloadpopov.link-f2025da4fd6fe6dc6de51c8ca3c6118407a6a99f.tar.xz
popov.link-f2025da4fd6fe6dc6de51c8ca3c6118407a6a99f.zip
Adding Renovate configuration and updating dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index def20c9..8a74735 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
- "@astrojs/rss": "^4.0.9",
+ "@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.9",
"autoprefixer": "^10.4.20",
@@ -23,11 +23,11 @@
"dayjs": "^1.11.13",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
- "sass": "^1.80.4",
- "typescript": "^5.6.3"
+ "sass": "^1.83.4",
+ "typescript": "^5.7.3"
},
"devDependencies": {
- "prettier": "^3.3.3",
+ "prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
}
}