Skip to content

Commit b72c784

Browse files
committed
Updated packages.
1 parent 597a05a commit b72c784

File tree

15 files changed

+1054
-1025
lines changed

15 files changed

+1054
-1025
lines changed

package-lock.json

Lines changed: 959 additions & 930 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"simple-update-notifier": "1.0.7"
2424
},
2525
"devDependencies": {
26-
"@types/jest": "29.0.3",
27-
"@types/node": "18.7.19",
28-
"@typescript-eslint/eslint-plugin": "5.38.0",
29-
"@typescript-eslint/parser": "5.38.0",
26+
"@types/jest": "29.1.1",
27+
"@types/node": "18.8.2",
28+
"@typescript-eslint/eslint-plugin": "5.39.0",
29+
"@typescript-eslint/parser": "5.39.0",
3030
"eslint": "8.24.0",
31-
"jest": "29.0.3",
31+
"jest": "29.1.2",
3232
"nodemon": "2.0.20",
3333
"rimraf": "3.0.2",
34-
"ts-jest": "29.0.1",
34+
"ts-jest": "29.0.3",
3535
"ts-jest-resolver": "2.0.0",
36-
"typescript": "4.8.3"
36+
"typescript": "4.8.4"
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
@@ -9,16 +9,16 @@
99
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1010
},
1111
"devDependencies": {
12-
"@types/jest": "29.0.3",
13-
"@types/node": "18.7.19",
14-
"@typescript-eslint/eslint-plugin": "5.38.0",
15-
"@typescript-eslint/parser": "5.38.0",
12+
"@types/jest": "29.1.1",
13+
"@types/node": "18.8.2",
14+
"@typescript-eslint/eslint-plugin": "5.39.0",
15+
"@typescript-eslint/parser": "5.39.0",
1616
"eslint": "8.24.0",
17-
"jest": "29.0.3",
17+
"jest": "29.1.2",
1818
"rimraf": "3.0.2",
19-
"ts-jest": "29.0.1",
19+
"ts-jest": "29.0.3",
2020
"ts-jest-resolver": "2.0.0",
21-
"typescript": "4.8.3"
21+
"typescript": "4.8.4"
2222
},
2323
"scripts": {
2424
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-custom/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.0.3",
24-
"@types/node": "18.7.19",
25-
"@typescript-eslint/eslint-plugin": "5.38.0",
26-
"@typescript-eslint/parser": "5.38.0",
23+
"@types/jest": "29.1.1",
24+
"@types/node": "18.8.2",
25+
"@typescript-eslint/eslint-plugin": "5.39.0",
26+
"@typescript-eslint/parser": "5.39.0",
2727
"eslint": "8.24.0",
28-
"jest": "29.0.3",
28+
"jest": "29.1.2",
2929
"rimraf": "3.0.2",
30-
"ts-jest": "29.0.1",
30+
"ts-jest": "29.0.3",
3131
"ts-jest-resolver": "2.0.0",
32-
"typescript": "4.8.3"
32+
"typescript": "4.8.4"
3333
},
3434
"scripts": {
3535
"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.0.3",
24-
"@types/node": "18.7.19",
25-
"@typescript-eslint/eslint-plugin": "5.38.0",
26-
"@typescript-eslint/parser": "5.38.0",
23+
"@types/jest": "29.1.1",
24+
"@types/node": "18.8.2",
25+
"@typescript-eslint/eslint-plugin": "5.39.0",
26+
"@typescript-eslint/parser": "5.39.0",
2727
"eslint": "8.24.0",
28-
"jest": "29.0.3",
28+
"jest": "29.1.2",
2929
"rimraf": "3.0.2",
30-
"ts-jest": "29.0.1",
30+
"ts-jest": "29.0.3",
3131
"ts-jest-resolver": "2.0.0",
32-
"typescript": "4.8.3"
32+
"typescript": "4.8.4"
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.0.3",
26-
"@types/node": "18.7.19",
25+
"@types/jest": "29.1.1",
26+
"@types/node": "18.8.2",
2727
"@types/temp": "0.9.1",
28-
"@typescript-eslint/eslint-plugin": "5.38.0",
29-
"@typescript-eslint/parser": "5.38.0",
28+
"@typescript-eslint/eslint-plugin": "5.39.0",
29+
"@typescript-eslint/parser": "5.39.0",
3030
"copyfiles": "2.4.1",
3131
"eslint": "8.24.0",
32-
"jest": "29.0.3",
32+
"jest": "29.1.2",
3333
"rimraf": "3.0.2",
34-
"ts-jest": "29.0.1",
34+
"ts-jest": "29.0.3",
3535
"ts-jest-resolver": "2.0.0",
36-
"typescript": "4.8.3"
36+
"typescript": "4.8.4"
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.0.3",
21-
"@types/node": "18.7.19",
22-
"@typescript-eslint/eslint-plugin": "5.38.0",
23-
"@typescript-eslint/parser": "5.38.0",
20+
"@types/jest": "29.1.1",
21+
"@types/node": "18.8.2",
22+
"@typescript-eslint/eslint-plugin": "5.39.0",
23+
"@typescript-eslint/parser": "5.39.0",
2424
"eslint": "8.24.0",
25-
"jest": "29.0.3",
25+
"jest": "29.1.2",
2626
"rimraf": "3.0.2",
27-
"ts-jest": "29.0.1",
27+
"ts-jest": "29.0.3",
2828
"ts-jest-resolver": "2.0.0",
29-
"typescript": "4.8.3"
29+
"typescript": "4.8.4"
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@types/jest": "29.0.3",
25+
"@types/jest": "29.1.1",
2626
"@types/markdown-it": "12.2.3",
27-
"@types/node": "18.7.19",
28-
"@typescript-eslint/eslint-plugin": "5.38.0",
29-
"@typescript-eslint/parser": "5.38.0",
27+
"@types/node": "18.8.2",
28+
"@typescript-eslint/eslint-plugin": "5.39.0",
29+
"@typescript-eslint/parser": "5.39.0",
3030
"eslint": "8.24.0",
31-
"jest": "29.0.3",
31+
"jest": "29.1.2",
3232
"rimraf": "3.0.2",
33-
"ts-jest": "29.0.1",
33+
"ts-jest": "29.0.3",
3434
"ts-jest-resolver": "2.0.0",
35-
"typescript": "4.8.3"
35+
"typescript": "4.8.4"
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
},
2727
"devDependencies": {
2828
"@types/better-sqlite3": "7.6.0",
29-
"@types/jest": "29.0.3",
29+
"@types/jest": "29.1.1",
3030
"@types/markdown-it": "12.2.3",
31-
"@types/node": "18.7.19",
31+
"@types/node": "18.8.2",
3232
"@types/temp": "0.9.1",
33-
"@typescript-eslint/eslint-plugin": "5.38.0",
34-
"@typescript-eslint/parser": "5.38.0",
33+
"@typescript-eslint/eslint-plugin": "5.39.0",
34+
"@typescript-eslint/parser": "5.39.0",
3535
"copyfiles": "2.4.1",
3636
"eslint": "8.24.0",
37-
"jest": "29.0.3",
37+
"jest": "29.1.2",
3838
"rimraf": "3.0.2",
39-
"ts-jest": "29.0.1",
39+
"ts-jest": "29.0.3",
4040
"ts-jest-resolver": "2.0.0",
41-
"typescript": "4.8.3"
41+
"typescript": "4.8.4"
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
},
2323
"devDependencies": {
2424
"@types/adm-zip": "0.5.0",
25-
"@types/jest": "29.0.3",
26-
"@types/node": "18.7.19",
27-
"@typescript-eslint/eslint-plugin": "5.38.0",
28-
"@typescript-eslint/parser": "5.38.0",
25+
"@types/jest": "29.1.1",
26+
"@types/node": "18.8.2",
27+
"@typescript-eslint/eslint-plugin": "5.39.0",
28+
"@typescript-eslint/parser": "5.39.0",
2929
"eslint": "8.24.0",
30-
"jest": "29.0.3",
30+
"jest": "29.1.2",
3131
"rimraf": "3.0.2",
32-
"ts-jest": "29.0.1",
32+
"ts-jest": "29.0.3",
3333
"ts-jest-resolver": "2.0.0",
34-
"typescript": "4.8.3"
34+
"typescript": "4.8.4"
3535
},
3636
"scripts": {
3737
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-json/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.0.3",
21-
"@types/node": "18.7.19",
22-
"@typescript-eslint/eslint-plugin": "5.38.0",
23-
"@typescript-eslint/parser": "5.38.0",
20+
"@types/jest": "29.1.1",
21+
"@types/node": "18.8.2",
22+
"@typescript-eslint/eslint-plugin": "5.39.0",
23+
"@typescript-eslint/parser": "5.39.0",
2424
"eslint": "8.24.0",
25-
"jest": "29.0.3",
25+
"jest": "29.1.2",
2626
"rimraf": "3.0.2",
27-
"ts-jest": "29.0.1",
27+
"ts-jest": "29.0.3",
2828
"ts-jest-resolver": "2.0.0",
29-
"typescript": "4.8.3"
29+
"typescript": "4.8.4"
3030
},
3131
"scripts": {
3232
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-markdown/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.0.3",
24-
"@types/node": "18.7.19",
25-
"@typescript-eslint/eslint-plugin": "5.38.0",
26-
"@typescript-eslint/parser": "5.38.0",
23+
"@types/jest": "29.1.1",
24+
"@types/node": "18.8.2",
25+
"@typescript-eslint/eslint-plugin": "5.39.0",
26+
"@typescript-eslint/parser": "5.39.0",
2727
"eslint": "8.24.0",
28-
"jest": "29.0.3",
28+
"jest": "29.1.2",
2929
"rimraf": "3.0.2",
30-
"ts-jest": "29.0.1",
30+
"ts-jest": "29.0.3",
3131
"ts-jest-resolver": "2.0.0",
32-
"typescript": "4.8.3"
32+
"typescript": "4.8.4"
3333
},
3434
"scripts": {
3535
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-pdf/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
},
2525
"devDependencies": {
2626
"@types/html-pdf": "3.0.0",
27-
"@types/jest": "29.0.3",
28-
"@types/node": "18.7.19",
29-
"@typescript-eslint/eslint-plugin": "5.38.0",
30-
"@typescript-eslint/parser": "5.38.0",
27+
"@types/jest": "29.1.1",
28+
"@types/node": "18.8.2",
29+
"@typescript-eslint/eslint-plugin": "5.39.0",
30+
"@typescript-eslint/parser": "5.39.0",
3131
"eslint": "8.24.0",
32-
"jest": "29.0.3",
32+
"jest": "29.1.2",
3333
"rimraf": "3.0.2",
34-
"ts-jest": "29.0.1",
34+
"ts-jest": "29.0.3",
3535
"ts-jest-resolver": "2.0.0",
36-
"typescript": "4.8.3"
36+
"typescript": "4.8.4"
3737
},
3838
"scripts": {
3939
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-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.0.3",
21-
"@types/node": "18.7.19",
22-
"@typescript-eslint/eslint-plugin": "5.38.0",
23-
"@typescript-eslint/parser": "5.38.0",
20+
"@types/jest": "29.1.1",
21+
"@types/node": "18.8.2",
22+
"@typescript-eslint/eslint-plugin": "5.39.0",
23+
"@typescript-eslint/parser": "5.39.0",
2424
"eslint": "8.24.0",
25-
"jest": "29.0.3",
25+
"jest": "29.1.2",
2626
"rimraf": "3.0.2",
27-
"ts-jest": "29.0.1",
27+
"ts-jest": "29.0.3",
2828
"ts-jest-resolver": "2.0.0",
29-
"typescript": "4.8.3"
29+
"typescript": "4.8.4"
3030
},
3131
"scripts": {
3232
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"doxdox-renderer-markdown": "4.0.0-preview.16"
1818
},
1919
"devDependencies": {
20-
"@types/node": "18.7.19",
21-
"@typescript-eslint/eslint-plugin": "5.38.0",
22-
"@typescript-eslint/parser": "5.38.0",
20+
"@types/node": "18.8.2",
21+
"@typescript-eslint/eslint-plugin": "5.39.0",
22+
"@typescript-eslint/parser": "5.39.0",
2323
"eslint": "8.24.0",
2424
"rimraf": "3.0.2",
25-
"typescript": "4.8.3"
25+
"typescript": "4.8.4"
2626
},
2727
"scripts": {
2828
"build": "rimraf dist/ && tsc",

0 commit comments

Comments
 (0)