Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Dec 9, 2021
1 parent 5fe6492 commit 56cc1c7
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 242 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,26 @@
},
"homepage": "https://github.com/wabarc/cairn#readme",
"dependencies": {
"axios": "^0.21.4",
"axios": "^0.24.0",
"chardet": "^1.3.0",
"cheerio": "^1.0.0-rc.10",
"commander": "^8.2.0",
"iconv-lite": "^0.6.3"
"iconv-lite": "^0.6.3",
"nth-check": "^2.0.1",
"tmpl": "^1.0.5"
},
"devDependencies": {
"@types/cheerio": "^0.22.30",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.1.0",
"jsdom": "^17.0.0",
"nodemon": "^2.0.12",
"jsdom": "^19.0.0",
"nodemon": "^2.0.15",
"pkg": "^5.5.1",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5",
Expand Down
Loading

0 comments on commit 56cc1c7

Please sign in to comment.