Skip to content

Commit

Permalink
Upgrade dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Oct 22, 2021
1 parent d1f2d60 commit bd141bc
Show file tree
Hide file tree
Showing 2 changed files with 1,706 additions and 2,130 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
},
"dependencies": {
"commander": "^6.0.0",
"csso": "^3.5.1",
"domhandler": "^3.0.0",
"htmlparser2": "^4.0.0",
"csso": "^4.2.0",
"domhandler": "^4.2.2",
"htmlparser2": "^7.1.2",
"lint": "^0.7.0",
"node-fetch": "^2.6.0",
"uglify-js": "^3.6.1",
"xml2js": "^0.4.22"
Expand All @@ -35,16 +36,16 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/jest": "^27.0.2",
"@types/node": "^13.13.0",
"@types/node-fetch": "^2.5.7",
"@types/uglify-js": "^3.0.4",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"jest": "^26.4.2",
"ts-jest": "^26.3.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.1",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"typescript": "^4.0.2"
},
"keywords": [
Expand Down
Loading

0 comments on commit bd141bc

Please sign in to comment.