diff --git a/package.json b/package.json index 28269a68..05afd769 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,13 @@ }, "dependencies": { "@fontsource-variable/inter": "^5.1.0", + "@iconify-json/fa6-brands": "^1.2.3", + "@iconify-json/fa6-solid": "^1.2.2", "@upstash/redis": "^1.34.3", + "astro": "^4.16.18", "astro-icon": "^1.1.4", "astro-seo": "^0.8.4", + "dotenv": "^16.4.7", "js-cookie": "^3.0.5", "mdast-util-from-markdown": "^2.0.2", "mdast-util-to-string": "^4.0.0", @@ -33,8 +37,6 @@ "devDependencies": { "@astrojs/check": "^0.9.4", "@astrojs/vercel": "^7.8.2", - "@iconify-json/fa6-brands": "^1.2.3", - "@iconify-json/fa6-solid": "^1.2.2", "@playwright/test": "^1.49.1", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/js-cookie": "^3.0.6", @@ -42,8 +44,6 @@ "@types/sanitize-html": "^2.13.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", - "astro": "^4.16.18", - "dotenv": "^16.4.7", "eslint": "^8.57.1", "eslint-plugin-astro": "^0.34.0", "eslint-plugin-jsx-a11y": "^6.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6772c24f..edc8ad6e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,15 +14,27 @@ importers: '@fontsource-variable/inter': specifier: ^5.1.0 version: 5.1.0 + '@iconify-json/fa6-brands': + specifier: ^1.2.3 + version: 1.2.3 + '@iconify-json/fa6-solid': + specifier: ^1.2.2 + version: 1.2.2 '@upstash/redis': specifier: ^1.34.3 version: 1.34.3 + astro: + specifier: ^4.16.18 + version: 4.16.18(@types/node@20.17.10)(rollup@4.22.4)(sass@1.83.0)(typescript@5.7.2) astro-icon: specifier: ^1.1.4 version: 1.1.4 astro-seo: specifier: ^0.8.4 version: 0.8.4(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.2) + dotenv: + specifier: ^16.4.7 + version: 16.4.7 js-cookie: specifier: ^3.0.5 version: 3.0.5 @@ -45,12 +57,6 @@ importers: '@astrojs/vercel': specifier: ^7.8.2 version: 7.8.2(astro@4.16.18(@types/node@20.17.10)(rollup@4.22.4)(sass@1.83.0)(typescript@5.7.2)) - '@iconify-json/fa6-brands': - specifier: ^1.2.3 - version: 1.2.3 - '@iconify-json/fa6-solid': - specifier: ^1.2.2 - version: 1.2.2 '@playwright/test': specifier: ^1.49.1 version: 1.49.1 @@ -72,12 +78,6 @@ importers: '@typescript-eslint/parser': specifier: ^6.21.0 version: 6.21.0(eslint@8.57.1)(typescript@5.7.2) - astro: - specifier: ^4.16.18 - version: 4.16.18(@types/node@20.17.10)(rollup@4.22.4)(sass@1.83.0)(typescript@5.7.2) - dotenv: - specifier: ^16.4.7 - version: 16.4.7 eslint: specifier: ^8.57.1 version: 8.57.1