Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
popeindustries committed Nov 17, 2023
1 parent f42ee19 commit 5dafba0
Show file tree
Hide file tree
Showing 3 changed files with 876 additions and 763 deletions.
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,30 @@
},
"dependencies": {
"csso": "^5.0.5",
"htmlparser2": "^8.0.1",
"node-fetch": "^3.2.10",
"htmlparser2": "^9.0.0",
"node-fetch": "^3.3.2",
"svgo": "^3.0.0",
"terser": "^5.15.0"
"terser": "^5.24.0"
},
"devDependencies": {
"@types/csso": "5.0.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.21",
"@types/svgo": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"chai": "^4.3.6",
"esbuild": "^0.15.9",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"handlebars": "^4.7.7",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"@types/csso": "5.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"chai": "^4.3.10",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"handlebars": "^4.7.8",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"memory-fs": "*",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
"mocha": "^10.2.0",
"nock": "^13.3.8",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
},
"scripts": {
"build": "node ./scripts/build.js",
Expand Down

0 comments on commit 5dafba0

Please sign in to comment.