Skip to content

Commit

Permalink
[add] Common Agenda Crawler abstract class for Non-semantic pages
Browse files Browse the repository at this point in the history
[add] DOM utility methods
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed May 4, 2023
1 parent 18ab48a commit c4fe589
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 235 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fcc-cdc/it-events",
"version": "1.2.0",
"version": "1.3.0-alpha.0",
"license": "MIT",
"author": "shiy2008@gmail.com",
"description": "IT Events Crawler of China",
Expand Down Expand Up @@ -29,31 +29,32 @@
"commander-jsx": "^0.6.1",
"file-type": "^16.5.4",
"fs-extra": "^11.1.1",
"jsdom": "^21.1.1",
"jsdom": "^22.0.0",
"node-fetch": "^2.6.9",
"string-similarity": "^4.0.4",
"urlpattern-polyfill": "^6.0.2",
"yaml": "^2.2.1"
"urlpattern-polyfill": "^8.0.2",
"web-utility": "^4.0.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^16.18.22",
"@types/node": "^16.18.25",
"@types/node-fetch": "^2.6.3",
"@types/string-similarity": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"ts-jest": "^29.0.5",
"typedoc": "^0.23.28",
"typedoc-plugin-mdn-links": "^2.0.2",
"typescript": "^5.0.2"
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typedoc": "^0.24.6",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "^5.0.4"
},
"prettier": {
"tabWidth": 4,
Expand Down
Loading

0 comments on commit c4fe589

Please sign in to comment.