Skip to content

Commit

Permalink
➕ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhhoJ committed Jan 29, 2023
1 parent dc59137 commit 9705e08
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 196 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"copy-types": "copyfiles -u 1 types/**/* build/types"
},
"dependencies": {
"axios": "1.2.1",
"fast-xml-parser": "4.0.12",
"axios": "1.2.6",
"fast-xml-parser": "4.0.15",
"lodash": "^4.17.21",
"node-html-parser": "6.1.4"
},
Expand All @@ -44,28 +44,28 @@
"@types/chai": "4.3.4",
"@types/lodash": "4.14.191",
"@types/mocha": "10.0.1",
"@types/node": "18.11.12",
"@types/node": "18.11.18",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"chai": "4.3.7",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "8.29.0",
"eslint": "8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-sonarjs": "0.17.0",
"eslint-plugin-unicorn": "45.0.1",
"mocha": "10.1.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-unicorn": "45.0.2",
"mocha": "10.2.0",
"nyc": "^15.1.0",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tscpaths": "^0.0.9",
"typescript": "4.9.4",
"typescript-transform-paths": "3.4.4",
"typescript-transform-paths": "3.4.6",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-node-externals": "^3.0.0"
Expand Down
Loading

0 comments on commit 9705e08

Please sign in to comment.