From 161c2b0551632015b979ceafe7f75d3e98ac6038 Mon Sep 17 00:00:00 2001 From: Clembs Date: Mon, 3 Aug 2026 16:31:08 +0200 Subject: [PATCH] fix: make @atproto/* deps not dev --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 39b533d..fa52deb 100644 --- a/bun.lock +++ b/bun.lock @@ -9,11 +9,11 @@ "@astrojs/node": "11.0.3", "@astrojs/rss": "^4.0.19", "@astrojs/sitemap": "3.7.3", + "@atproto/lex": "^0.3.2", + "@atproto/oauth-client-node": "^0.5.1", "astro": "7.1.6", }, "devDependencies": { - "@atproto/lex": "^0.3.2", - "@atproto/oauth-client-node": "^0.5.1", "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", "sass": "^1.89.2", diff --git a/package.json b/package.json index 112cf2d..7046c8c 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ "@astrojs/node": "11.0.3", "@astrojs/rss": "^4.0.19", "@astrojs/sitemap": "3.7.3", + "@atproto/lex": "^0.3.2", + "@atproto/oauth-client-node": "^0.5.1", "astro": "7.1.6" }, "devDependencies": { - "@atproto/lex": "^0.3.2", - "@atproto/oauth-client-node": "^0.5.1", "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", "sass": "^1.89.2" -- 2.51.2