Skip to content

Commit 2c6a312

Browse files
committed
Fix: Replace rss-parser with rss-to-json and update feed parsing logic
Fix: Submit button can not show when edit user.
1 parent cd1f5ed commit 2c6a312

File tree

4 files changed

+186
-190
lines changed

4 files changed

+186
-190
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"nanoid": "^4.0.2",
6868
"qs": "^6.11.2",
6969
"remove": "^0.1.5",
70+
"rss-to-json": "^2.1.1",
7071
"simple-uploader.js": "^0.6.0",
7172
"socket.io-client": "^2.5.0",
7273
"tiptap-markdown": "^0.6.1",
@@ -137,7 +138,6 @@
137138
"prettier": "^3.4.1",
138139
"prettier-plugin-organize-attributes": "^1.0.0",
139140
"prettier-plugin-tailwindcss": "^0.6.9",
140-
"rss-parser": "^3.13.0",
141141
"sass": "1.44.0",
142142
"sass-loader": "10.4.1",
143143
"style-resources-loader": "^1.5.0",

0 commit comments

Comments
 (0)