From 0a9436002365ecc3bbb202b07151704aae0a1208 Mon Sep 17 00:00:00 2001 From: Fernando Ayats Date: Mon, 23 Sep 2024 09:17:21 +0200 Subject: [PATCH] cleanup --- package-lock.json | 39 --------------------------------------- package.json | 1 - 2 files changed, 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff249b0..feeda25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,6 @@ "@astrojs/check": "^0.7.0", "@astrojs/mdx": "^3.1.5", "@astrojs/react": "^3.6.0", - "@astrojs/rss": "^4.0.6", "@astrojs/tailwind": "^5.1.0", "@eslint/js": "^9.6.0", "@fontsource/geist-sans": "^5.0.3", @@ -423,16 +422,6 @@ "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0-beta" } }, - "node_modules/@astrojs/rss": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.6.tgz", - "integrity": "sha512-hpfHz6OZVD4ME1ZmpNQim0yV0AOetVFUHv0vmL8+Bw4GNcmL0ibGkGtMv+PY72HLJUVfDtizrBjfN5HHg+LScA==", - "dev": true, - "dependencies": { - "fast-xml-parser": "^4.3.6", - "kleur": "^4.1.5" - } - }, "node_modules/@astrojs/tailwind": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.0.tgz", @@ -6607,28 +6596,6 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, - "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - } - ], - "dependencies": { - "strnum": "^1.0.5" - }, - "bin": { - "fxparser": "src/cli/cli.js" - } - }, "node_modules/fastq": { "version": "1.17.1", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", @@ -13088,12 +13055,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/strnum": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", - "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", - "dev": true - }, "node_modules/style-to-object": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", diff --git a/package.json b/package.json index e568735..cb953a6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "@astrojs/check": "^0.7.0", "@astrojs/mdx": "^3.1.5", "@astrojs/react": "^3.6.0", - "@astrojs/rss": "^4.0.6", "@astrojs/tailwind": "^5.1.0", "@eslint/js": "^9.6.0", "@fontsource/geist-sans": "^5.0.3",