Skip to content

Commit

Permalink
Merge pull request #230 from docsbydoxdox/hotfix/update-packages
Browse files Browse the repository at this point in the history
[hotfix] Updated packages.
  • Loading branch information
neogeek authored Oct 31, 2024
2 parents 39c89f6 + 685fd70 commit c5afce4
Show file tree
Hide file tree
Showing 15 changed files with 373 additions and 479 deletions.
698 changes: 296 additions & 402 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/doxdox-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"jest": "29.7.0",
"nodemon": "3.1.7",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
10 changes: 5 additions & 5 deletions packages/doxdox-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@types/normalize-package-data": "2.4.4",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
10 changes: 5 additions & 5 deletions packages/doxdox-parser-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
10 changes: 5 additions & 5 deletions packages/doxdox-parser-dox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
10 changes: 5 additions & 5 deletions packages/doxdox-parser-jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"copyfiles": "2.4.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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
10 changes: 5 additions & 5 deletions packages/doxdox-parser-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
12 changes: 6 additions & 6 deletions packages/doxdox-renderer-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"highlight.js": "11.10.0",
"markdown-it": "14.1.0",
"markdown-table": "3.0.3"
"markdown-table": "3.0.4"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.24"
Expand All @@ -23,18 +23,18 @@
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/markdown-it": "14.1.2",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
14 changes: 7 additions & 7 deletions packages/doxdox-renderer-dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"adm-zip": "0.5.16",
"better-sqlite3": "11.4.0",
"better-sqlite3": "11.5.0",
"highlight.js": "11.10.0",
"markdown-it": "14.1.0",
"markdown-table": "3.0.3",
"markdown-table": "3.0.4",
"temp": "0.9.4"
},
"peerDependencies": {
Expand All @@ -27,20 +27,20 @@
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/better-sqlite3": "7.6.11",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/markdown-it": "14.1.2",
"@types/node": "22.7.7",
"@types/node": "22.8.5",
"@types/temp": "0.9.4",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"copyfiles": "2.4.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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
14 changes: 7 additions & 7 deletions packages/doxdox-renderer-github-wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"adm-zip": "0.5.16",
"markdown-table": "3.0.3"
"markdown-table": "3.0.4"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.24"
Expand All @@ -22,18 +22,18 @@
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/adm-zip": "0.5.5",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@types/adm-zip": "0.5.6",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
10 changes: 5 additions & 5 deletions packages/doxdox-renderer-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
12 changes: 6 additions & 6 deletions packages/doxdox-renderer-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=20"
},
"dependencies": {
"markdown-table": "3.0.3"
"markdown-table": "3.0.4"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.24"
Expand All @@ -21,17 +21,17 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
14 changes: 7 additions & 7 deletions packages/doxdox-renderer-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"highlight.js": "11.10.0",
"markdown-it": "14.1.0",
"markdown-table": "3.0.3",
"puppeteer": "23.6.0"
"markdown-table": "3.0.4",
"puppeteer": "23.6.1"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.24"
Expand All @@ -24,17 +24,17 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
10 changes: 5 additions & 5 deletions packages/doxdox-renderer-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
},
"devDependencies": {
"@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",
"@types/jest": "29.5.14",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",
Expand Down
8 changes: 4 additions & 4 deletions packages/doxdox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/node": "22.7.7",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@types/node": "22.8.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.12.2"
},
"scripts": {
"build": "rimraf dist/ && tsc",
Expand Down

0 comments on commit c5afce4

Please sign in to comment.