Skip to content

Commit bbcd13c

Browse files
committed
Updated packages.
1 parent 3f9ca14 commit bbcd13c

File tree

14 files changed

+4847
-3850
lines changed

14 files changed

+4847
-3850
lines changed

package-lock.json

Lines changed: 4733 additions & 3736 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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
"doxdox-renderer-bootstrap": "4.0.0-preview.13",
1818
"doxdox-renderer-json": "4.0.0-preview.13",
1919
"doxdox-renderer-markdown": "4.0.0-preview.13",
20-
"globby": "13.1.1",
20+
"globby": "13.1.2",
2121
"import-from": "4.0.0",
2222
"parse-cmd-args": "4.1.0",
23-
"update-notifier": "5.1.0"
23+
"update-notifier": "6.0.2"
2424
},
2525
"devDependencies": {
26-
"@types/jest": "27.4.1",
27-
"@types/node": "17.0.29",
28-
"@types/update-notifier": "5.1.0",
29-
"@typescript-eslint/eslint-plugin": "5.21.0",
30-
"@typescript-eslint/parser": "5.21.0",
31-
"eslint": "8.14.0",
32-
"jest": "28.0.2",
33-
"nodemon": "2.0.15",
26+
"@types/jest": "29.0.0",
27+
"@types/node": "18.7.14",
28+
"@types/update-notifier": "6.0.1",
29+
"@typescript-eslint/eslint-plugin": "5.36.1",
30+
"@typescript-eslint/parser": "5.36.1",
31+
"eslint": "8.23.0",
32+
"jest": "29.0.1",
33+
"nodemon": "2.0.19",
3434
"rimraf": "3.0.2",
35-
"ts-jest": "28.0.0-next.2",
35+
"ts-jest": "29.0.0-next.1",
3636
"ts-jest-resolver": "2.0.0",
37-
"typescript": "4.6.4"
37+
"typescript": "4.8.2"
3838
},
3939
"scripts": {
4040
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-core/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1010
},
1111
"devDependencies": {
12-
"@types/jest": "27.4.1",
13-
"@types/node": "17.0.29",
14-
"@typescript-eslint/eslint-plugin": "5.21.0",
15-
"@typescript-eslint/parser": "5.21.0",
16-
"eslint": "8.14.0",
17-
"jest": "28.0.2",
12+
"@types/jest": "29.0.0",
13+
"@types/node": "18.7.14",
14+
"@typescript-eslint/eslint-plugin": "5.36.1",
15+
"@typescript-eslint/parser": "5.36.1",
16+
"eslint": "8.23.0",
17+
"jest": "29.0.1",
1818
"rimraf": "3.0.2",
19-
"ts-jest": "28.0.0-next.2",
19+
"ts-jest": "29.0.0-next.1",
2020
"ts-jest-resolver": "2.0.0",
21-
"typescript": "4.6.4"
21+
"typescript": "4.8.2"
2222
},
2323
"scripts": {
2424
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-dox/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
}
2121
},
2222
"devDependencies": {
23-
"@types/jest": "27.4.1",
24-
"@types/node": "17.0.29",
25-
"@typescript-eslint/eslint-plugin": "5.21.0",
26-
"@typescript-eslint/parser": "5.21.0",
27-
"eslint": "8.14.0",
28-
"jest": "28.0.2",
23+
"@types/jest": "29.0.0",
24+
"@types/node": "18.7.14",
25+
"@typescript-eslint/eslint-plugin": "5.36.1",
26+
"@typescript-eslint/parser": "5.36.1",
27+
"eslint": "8.23.0",
28+
"jest": "29.0.1",
2929
"rimraf": "3.0.2",
30-
"ts-jest": "28.0.0-next.2",
30+
"ts-jest": "29.0.0-next.1",
3131
"ts-jest-resolver": "2.0.0",
32-
"typescript": "4.6.4"
32+
"typescript": "4.8.2"
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1010
},
1111
"dependencies": {
12-
"jsdoc": "3.6.10",
12+
"jsdoc": "3.6.11",
1313
"spawn-please": "1.0.0",
1414
"temp": "0.9.4"
1515
},
@@ -22,18 +22,18 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@types/jest": "27.4.1",
26-
"@types/node": "17.0.29",
25+
"@types/jest": "29.0.0",
26+
"@types/node": "18.7.14",
2727
"@types/temp": "0.9.1",
28-
"@typescript-eslint/eslint-plugin": "5.21.0",
29-
"@typescript-eslint/parser": "5.21.0",
28+
"@typescript-eslint/eslint-plugin": "5.36.1",
29+
"@typescript-eslint/parser": "5.36.1",
3030
"copyfiles": "2.4.1",
31-
"eslint": "8.14.0",
32-
"jest": "28.0.2",
31+
"eslint": "8.23.0",
32+
"jest": "29.0.1",
3333
"rimraf": "3.0.2",
34-
"ts-jest": "28.0.0-next.2",
34+
"ts-jest": "29.0.0-next.1",
3535
"ts-jest-resolver": "2.0.0",
36-
"typescript": "4.6.4"
36+
"typescript": "4.8.2"
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@types/jest": "27.4.1",
21-
"@types/node": "17.0.29",
22-
"@typescript-eslint/eslint-plugin": "5.21.0",
23-
"@typescript-eslint/parser": "5.21.0",
24-
"eslint": "8.14.0",
25-
"jest": "28.0.2",
20+
"@types/jest": "29.0.0",
21+
"@types/node": "18.7.14",
22+
"@typescript-eslint/eslint-plugin": "5.36.1",
23+
"@typescript-eslint/parser": "5.36.1",
24+
"eslint": "8.23.0",
25+
"jest": "29.0.1",
2626
"rimraf": "3.0.2",
27-
"ts-jest": "28.0.0-next.2",
27+
"ts-jest": "29.0.0-next.1",
2828
"ts-jest-resolver": "2.0.0",
29-
"typescript": "4.6.4"
29+
"typescript": "4.8.2"
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1010
},
1111
"dependencies": {
12-
"highlight.js": "11.5.1",
13-
"markdown-it": "13.0.0",
12+
"highlight.js": "11.6.0",
13+
"markdown-it": "13.0.1",
1414
"markdown-table": "3.0.2"
1515
},
1616
"peerDependencies": {
@@ -22,17 +22,17 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@types/jest": "27.4.1",
25+
"@types/jest": "29.0.0",
2626
"@types/markdown-it": "12.2.3",
27-
"@types/node": "17.0.29",
28-
"@typescript-eslint/eslint-plugin": "5.21.0",
29-
"@typescript-eslint/parser": "5.21.0",
30-
"eslint": "8.14.0",
31-
"jest": "28.0.2",
27+
"@types/node": "18.7.14",
28+
"@typescript-eslint/eslint-plugin": "5.36.1",
29+
"@typescript-eslint/parser": "5.36.1",
30+
"eslint": "8.23.0",
31+
"jest": "29.0.1",
3232
"rimraf": "3.0.2",
33-
"ts-jest": "28.0.0-next.2",
33+
"ts-jest": "29.0.0-next.1",
3434
"ts-jest-resolver": "2.0.0",
35-
"typescript": "4.6.4"
35+
"typescript": "4.8.2"
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
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"adm-zip": "0.5.9",
13-
"better-sqlite3": "7.5.1",
14-
"highlight.js": "11.5.1",
15-
"markdown-it": "13.0.0",
13+
"better-sqlite3": "7.6.2",
14+
"highlight.js": "11.6.0",
15+
"markdown-it": "13.0.1",
1616
"markdown-table": "3.0.2",
1717
"temp": "0.9.4"
1818
},
@@ -25,20 +25,20 @@
2525
}
2626
},
2727
"devDependencies": {
28-
"@types/better-sqlite3": "7.5.0",
29-
"@types/jest": "27.4.1",
28+
"@types/better-sqlite3": "7.6.0",
29+
"@types/jest": "29.0.0",
3030
"@types/markdown-it": "12.2.3",
31-
"@types/node": "17.0.29",
31+
"@types/node": "18.7.14",
3232
"@types/temp": "0.9.1",
33-
"@typescript-eslint/eslint-plugin": "5.21.0",
34-
"@typescript-eslint/parser": "5.21.0",
33+
"@typescript-eslint/eslint-plugin": "5.36.1",
34+
"@typescript-eslint/parser": "5.36.1",
3535
"copyfiles": "2.4.1",
36-
"eslint": "8.14.0",
37-
"jest": "28.0.2",
36+
"eslint": "8.23.0",
37+
"jest": "29.0.1",
3838
"rimraf": "3.0.2",
39-
"ts-jest": "28.0.0-next.2",
39+
"ts-jest": "29.0.0-next.1",
4040
"ts-jest-resolver": "2.0.0",
41-
"typescript": "4.6.4"
41+
"typescript": "4.8.2"
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: 8 additions & 8 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": "27.4.1",
26-
"@types/node": "17.0.29",
27-
"@typescript-eslint/eslint-plugin": "5.21.0",
28-
"@typescript-eslint/parser": "5.21.0",
29-
"eslint": "8.14.0",
30-
"jest": "28.0.2",
25+
"@types/jest": "29.0.0",
26+
"@types/node": "18.7.14",
27+
"@typescript-eslint/eslint-plugin": "5.36.1",
28+
"@typescript-eslint/parser": "5.36.1",
29+
"eslint": "8.23.0",
30+
"jest": "29.0.1",
3131
"rimraf": "3.0.2",
32-
"ts-jest": "28.0.0-next.2",
32+
"ts-jest": "29.0.0-next.1",
3333
"ts-jest-resolver": "2.0.0",
34-
"typescript": "4.6.4"
34+
"typescript": "4.8.2"
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@types/jest": "27.4.1",
21-
"@types/node": "17.0.29",
22-
"@typescript-eslint/eslint-plugin": "5.21.0",
23-
"@typescript-eslint/parser": "5.21.0",
24-
"eslint": "8.14.0",
25-
"jest": "28.0.2",
20+
"@types/jest": "29.0.0",
21+
"@types/node": "18.7.14",
22+
"@typescript-eslint/eslint-plugin": "5.36.1",
23+
"@typescript-eslint/parser": "5.36.1",
24+
"eslint": "8.23.0",
25+
"jest": "29.0.1",
2626
"rimraf": "3.0.2",
27-
"ts-jest": "28.0.0-next.2",
27+
"ts-jest": "29.0.0-next.1",
2828
"ts-jest-resolver": "2.0.0",
29-
"typescript": "4.6.4"
29+
"typescript": "4.8.2"
3030
},
3131
"scripts": {
3232
"test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

0 commit comments

Comments
 (0)