Skip to content

Commit

Permalink
Updated packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Oct 20, 2024
1 parent a74a7ec commit 4ed208c
Show file tree
Hide file tree
Showing 15 changed files with 610 additions and 575 deletions.
953 changes: 494 additions & 459 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/doxdox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"simple-update-notifier": "2.0.0"
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"nodemon": "3.1.4",
"nodemon": "3.1.7",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"node": ">=20"
},
"dependencies": {
"normalize-package-data": "6.0.2"
"normalize-package-data": "7.0.0"
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@types/normalize-package-data": "2.4.4",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-parser-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-parser-dox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-parser-jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=20"
},
"dependencies": {
"jsdoc": "4.0.3",
"jsdoc": "4.0.4",
"spawn-please": "3.0.0",
"temp": "0.9.4"
},
Expand All @@ -22,20 +22,20 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"copyfiles": "2.4.1",
"eslint": "9.9.1",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-parser-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-renderer-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/markdown-it": "14.1.2",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-renderer-dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"adm-zip": "0.5.16",
"better-sqlite3": "11.2.1",
"better-sqlite3": "11.4.0",
"highlight.js": "11.10.0",
"markdown-it": "14.1.0",
"markdown-table": "3.0.3",
Expand All @@ -25,22 +25,22 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@eslint/js": "9.13.0",
"@types/better-sqlite3": "7.6.11",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/markdown-it": "14.1.2",
"@types/node": "22.5.2",
"@types/node": "22.7.7",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"copyfiles": "2.4.1",
"eslint": "9.9.1",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-renderer-github-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@eslint/js": "9.13.0",
"@types/adm-zip": "0.5.5",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-renderer-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-renderer-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
18 changes: 9 additions & 9 deletions packages/doxdox-renderer-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"highlight.js": "11.10.0",
"markdown-it": "14.1.0",
"markdown-table": "3.0.3",
"puppeteer": "23.2.1"
"puppeteer": "23.6.0"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.24"
Expand All @@ -23,18 +23,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
16 changes: 8 additions & 8 deletions packages/doxdox-renderer-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
}
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.13.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
Loading

0 comments on commit 4ed208c

Please sign in to comment.