Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed May 2, 2024
1 parent c104c6b commit f71edc2
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 190 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,26 @@
"homepage": "https://github.com/zorkow/speech-rule-engine",
"dependencies": {
"@xmldom/xmldom": "0.9.0-beta.8",
"commander": "11.1.0",
"commander": "12.0.0",
"wicked-good-xpath": "1.3.0"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"circular-dependency-plugin": "^5.2.2",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.3",
"json-minify": "1.0.0",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.5.0",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"ts-prune": "^0.10.3",
"typedoc": "^0.25.2",
"typescript": "5.2.2",
"webpack": "5.89.0",
"typedoc": "^0.25.13",
"typescript": "5.4.5",
"webpack": "5.91.0",
"webpack-cli": "^5.1.4"
},
"files": [
Expand Down
Loading

0 comments on commit f71edc2

Please sign in to comment.