1
0
forked from notBrad/bubo-rss

Updates for package, node and README (#12)

This commit is contained in:
George Mandis
2022-12-04 14:49:50 -08:00
committed by GitHub
parent bdb8bf8ef4
commit 0fbe6c16ad
4 changed files with 979 additions and 898 deletions

View File

@@ -27,19 +27,19 @@
},
"license": "MIT",
"dependencies": {
"chalk": "^5.0.0",
"node-fetch": "^3.1.1",
"nunjucks": "^3.2.0",
"rss-parser": "^3.6.3"
"chalk": "^5.1.2",
"node-fetch": "^3.3.0",
"nunjucks": "^3.2.3",
"rss-parser": "^3.12.0"
},
"devDependencies": {
"@types/node": "^16.11.10",
"@types/nunjucks": "^3.2.0",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
"@types/node": "^16.18.4",
"@types/nunjucks": "^3.2.1",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}
}