Skip to content

Commit 7cbca89

Browse files
committed
Updated packages.
1 parent 4a9ad95 commit 7cbca89

File tree

15 files changed

+870
-800
lines changed

15 files changed

+870
-800
lines changed

package-lock.json

Lines changed: 761 additions & 691 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/doxdox-cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
"doxdox-renderer-bootstrap": "4.0.0-preview.20",
1818
"doxdox-renderer-json": "4.0.0-preview.20",
1919
"doxdox-renderer-markdown": "4.0.0-preview.20",
20-
"globby": "14.0.0",
20+
"globby": "14.0.1",
2121
"import-from": "4.0.0",
2222
"parse-cmd-args": "4.1.0",
2323
"simple-update-notifier": "2.0.0"
2424
},
2525
"devDependencies": {
26-
"@types/jest": "29.5.8",
27-
"@types/node": "20.9.0",
28-
"@typescript-eslint/eslint-plugin": "6.11.0",
29-
"@typescript-eslint/parser": "6.11.0",
30-
"eslint": "8.53.0",
26+
"@types/jest": "29.5.12",
27+
"@types/node": "20.12.7",
28+
"@typescript-eslint/eslint-plugin": "7.6.0",
29+
"@typescript-eslint/parser": "7.6.0",
30+
"eslint": "9.0.0",
3131
"jest": "29.7.0",
32-
"nodemon": "3.0.1",
32+
"nodemon": "3.1.0",
3333
"rimraf": "5.0.5",
34-
"ts-jest": "29.1.1",
34+
"ts-jest": "29.1.2",
3535
"ts-jest-resolver": "2.0.1",
36-
"typescript": "5.2.2"
36+
"typescript": "5.4.5"
3737
},
3838
"scripts": {
3939
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"normalize-package-data": "6.0.0"
1313
},
1414
"devDependencies": {
15-
"@types/jest": "29.5.8",
16-
"@types/node": "20.9.0",
15+
"@types/jest": "29.5.12",
16+
"@types/node": "20.12.7",
1717
"@types/normalize-package-data": "2.4.4",
18-
"@typescript-eslint/eslint-plugin": "6.11.0",
19-
"@typescript-eslint/parser": "6.11.0",
20-
"eslint": "8.53.0",
18+
"@typescript-eslint/eslint-plugin": "7.6.0",
19+
"@typescript-eslint/parser": "7.6.0",
20+
"eslint": "9.0.0",
2121
"jest": "29.7.0",
2222
"rimraf": "5.0.5",
23-
"ts-jest": "29.1.1",
23+
"ts-jest": "29.1.2",
2424
"ts-jest-resolver": "2.0.1",
25-
"typescript": "5.2.2"
25+
"typescript": "5.4.5"
2626
},
2727
"scripts": {
2828
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-custom/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"comment-parser": "1.4.1",
13-
"super-regex": "0.3.0"
13+
"super-regex": "1.0.0"
1414
},
1515
"peerDependencies": {
1616
"doxdox-core": "4.0.0-preview.20"
@@ -21,16 +21,16 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@types/jest": "29.5.8",
25-
"@types/node": "20.9.0",
26-
"@typescript-eslint/eslint-plugin": "6.11.0",
27-
"@typescript-eslint/parser": "6.11.0",
28-
"eslint": "8.53.0",
24+
"@types/jest": "29.5.12",
25+
"@types/node": "20.12.7",
26+
"@typescript-eslint/eslint-plugin": "7.6.0",
27+
"@typescript-eslint/parser": "7.6.0",
28+
"eslint": "9.0.0",
2929
"jest": "29.7.0",
3030
"rimraf": "5.0.5",
31-
"ts-jest": "29.1.1",
31+
"ts-jest": "29.1.2",
3232
"ts-jest-resolver": "2.0.1",
33-
"typescript": "5.2.2"
33+
"typescript": "5.4.5"
3434
},
3535
"scripts": {
3636
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-dox/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
}
2121
},
2222
"devDependencies": {
23-
"@types/jest": "29.5.8",
24-
"@types/node": "20.9.0",
25-
"@typescript-eslint/eslint-plugin": "6.11.0",
26-
"@typescript-eslint/parser": "6.11.0",
27-
"eslint": "8.53.0",
23+
"@types/jest": "29.5.12",
24+
"@types/node": "20.12.7",
25+
"@typescript-eslint/eslint-plugin": "7.6.0",
26+
"@typescript-eslint/parser": "7.6.0",
27+
"eslint": "9.0.0",
2828
"jest": "29.7.0",
2929
"rimraf": "5.0.5",
30-
"ts-jest": "29.1.1",
30+
"ts-jest": "29.1.2",
3131
"ts-jest-resolver": "2.0.1",
32-
"typescript": "5.2.2"
32+
"typescript": "5.4.5"
3333
},
3434
"scripts": {
3535
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-jsdoc/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@types/jest": "29.5.8",
26-
"@types/node": "20.9.0",
25+
"@types/jest": "29.5.12",
26+
"@types/node": "20.12.7",
2727
"@types/temp": "0.9.4",
28-
"@typescript-eslint/eslint-plugin": "6.11.0",
29-
"@typescript-eslint/parser": "6.11.0",
28+
"@typescript-eslint/eslint-plugin": "7.6.0",
29+
"@typescript-eslint/parser": "7.6.0",
3030
"copyfiles": "2.4.1",
31-
"eslint": "8.53.0",
31+
"eslint": "9.0.0",
3232
"jest": "29.7.0",
3333
"rimraf": "5.0.5",
34-
"ts-jest": "29.1.1",
34+
"ts-jest": "29.1.2",
3535
"ts-jest-resolver": "2.0.1",
36-
"typescript": "5.2.2"
36+
"typescript": "5.4.5"
3737
},
3838
"scripts": {
3939
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@types/jest": "29.5.8",
21-
"@types/node": "20.9.0",
22-
"@typescript-eslint/eslint-plugin": "6.11.0",
23-
"@typescript-eslint/parser": "6.11.0",
24-
"eslint": "8.53.0",
20+
"@types/jest": "29.5.12",
21+
"@types/node": "20.12.7",
22+
"@typescript-eslint/eslint-plugin": "7.6.0",
23+
"@typescript-eslint/parser": "7.6.0",
24+
"eslint": "9.0.0",
2525
"jest": "29.7.0",
2626
"rimraf": "5.0.5",
27-
"ts-jest": "29.1.1",
27+
"ts-jest": "29.1.2",
2828
"ts-jest-resolver": "2.0.1",
29-
"typescript": "5.2.2"
29+
"typescript": "5.4.5"
3030
},
3131
"scripts": {
3232
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-bootstrap/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"highlight.js": "11.9.0",
13-
"markdown-it": "13.0.2",
13+
"markdown-it": "14.1.0",
1414
"markdown-table": "3.0.3"
1515
},
1616
"peerDependencies": {
@@ -22,17 +22,17 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@types/jest": "29.5.8",
26-
"@types/markdown-it": "13.0.6",
27-
"@types/node": "20.9.0",
28-
"@typescript-eslint/eslint-plugin": "6.11.0",
29-
"@typescript-eslint/parser": "6.11.0",
30-
"eslint": "8.53.0",
25+
"@types/jest": "29.5.12",
26+
"@types/markdown-it": "14.0.0",
27+
"@types/node": "20.12.7",
28+
"@typescript-eslint/eslint-plugin": "7.6.0",
29+
"@typescript-eslint/parser": "7.6.0",
30+
"eslint": "9.0.0",
3131
"jest": "29.7.0",
3232
"rimraf": "5.0.5",
33-
"ts-jest": "29.1.1",
33+
"ts-jest": "29.1.2",
3434
"ts-jest-resolver": "2.0.1",
35-
"typescript": "5.2.2"
35+
"typescript": "5.4.5"
3636
},
3737
"scripts": {
3838
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-dash/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"node": "^14.18.0 || ^16.10.0 || >=18.0.0"
1010
},
1111
"dependencies": {
12-
"adm-zip": "0.5.10",
13-
"better-sqlite3": "9.1.1",
12+
"adm-zip": "0.5.12",
13+
"better-sqlite3": "9.5.0",
1414
"highlight.js": "11.9.0",
15-
"markdown-it": "13.0.2",
15+
"markdown-it": "14.1.0",
1616
"markdown-table": "3.0.3",
1717
"temp": "0.9.4"
1818
},
@@ -25,20 +25,20 @@
2525
}
2626
},
2727
"devDependencies": {
28-
"@types/better-sqlite3": "7.6.7",
29-
"@types/jest": "29.5.8",
30-
"@types/markdown-it": "13.0.6",
31-
"@types/node": "20.9.0",
28+
"@types/better-sqlite3": "7.6.9",
29+
"@types/jest": "29.5.12",
30+
"@types/markdown-it": "14.0.0",
31+
"@types/node": "20.12.7",
3232
"@types/temp": "0.9.4",
33-
"@typescript-eslint/eslint-plugin": "6.11.0",
34-
"@typescript-eslint/parser": "6.11.0",
33+
"@typescript-eslint/eslint-plugin": "7.6.0",
34+
"@typescript-eslint/parser": "7.6.0",
3535
"copyfiles": "2.4.1",
36-
"eslint": "8.53.0",
36+
"eslint": "9.0.0",
3737
"jest": "29.7.0",
3838
"rimraf": "5.0.5",
39-
"ts-jest": "29.1.1",
39+
"ts-jest": "29.1.2",
4040
"ts-jest-resolver": "2.0.1",
41-
"typescript": "5.2.2"
41+
"typescript": "5.4.5"
4242
},
4343
"scripts": {
4444
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-github-wiki/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": "^14.18.0 || ^16.10.0 || >=18.0.0"
1010
},
1111
"dependencies": {
12-
"adm-zip": "0.5.10",
12+
"adm-zip": "0.5.12",
1313
"markdown-table": "3.0.3"
1414
},
1515
"peerDependencies": {
@@ -21,17 +21,17 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@types/adm-zip": "0.5.4",
25-
"@types/jest": "29.5.8",
26-
"@types/node": "20.9.0",
27-
"@typescript-eslint/eslint-plugin": "6.11.0",
28-
"@typescript-eslint/parser": "6.11.0",
29-
"eslint": "8.53.0",
24+
"@types/adm-zip": "0.5.5",
25+
"@types/jest": "29.5.12",
26+
"@types/node": "20.12.7",
27+
"@typescript-eslint/eslint-plugin": "7.6.0",
28+
"@typescript-eslint/parser": "7.6.0",
29+
"eslint": "9.0.0",
3030
"jest": "29.7.0",
3131
"rimraf": "5.0.5",
32-
"ts-jest": "29.1.1",
32+
"ts-jest": "29.1.2",
3333
"ts-jest-resolver": "2.0.1",
34-
"typescript": "5.2.2"
34+
"typescript": "5.4.5"
3535
},
3636
"scripts": {
3737
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

0 commit comments

Comments
 (0)