Skip to content

Commit aa28266

Browse files
committed
Updated packages.
1 parent 646411c commit aa28266

File tree

13 files changed

+207
-207
lines changed

13 files changed

+207
-207
lines changed

package-lock.json

Lines changed: 170 additions & 170 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@types/jest": "27.4.1",
2727
"@types/node": "17.0.21",
2828
"@types/update-notifier": "5.1.0",
29-
"@typescript-eslint/eslint-plugin": "5.12.1",
30-
"@typescript-eslint/parser": "5.12.1",
29+
"@typescript-eslint/eslint-plugin": "5.13.0",
30+
"@typescript-eslint/parser": "5.13.0",
3131
"eslint": "8.10.0",
3232
"jest": "27.5.1",
3333
"nodemon": "2.0.15",
3434
"rimraf": "3.0.2",
3535
"ts-jest": "27.1.3",
36-
"typescript": "4.5.5"
36+
"typescript": "4.6.2"
3737
},
3838
"scripts": {
3939
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"devDependencies": {
1212
"@types/jest": "27.4.1",
1313
"@types/node": "17.0.21",
14-
"@typescript-eslint/eslint-plugin": "5.12.1",
15-
"@typescript-eslint/parser": "5.12.1",
14+
"@typescript-eslint/eslint-plugin": "5.13.0",
15+
"@typescript-eslint/parser": "5.13.0",
1616
"eslint": "8.10.0",
1717
"jest": "27.5.1",
1818
"rimraf": "3.0.2",
1919
"ts-jest": "27.1.3",
20-
"typescript": "4.5.5"
20+
"typescript": "4.6.2"
2121
},
2222
"scripts": {
2323
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-jsdoc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"@types/jest": "27.4.1",
2626
"@types/node": "17.0.21",
2727
"@types/temp": "0.9.1",
28-
"@typescript-eslint/eslint-plugin": "5.12.1",
29-
"@typescript-eslint/parser": "5.12.1",
28+
"@typescript-eslint/eslint-plugin": "5.13.0",
29+
"@typescript-eslint/parser": "5.13.0",
3030
"eslint": "8.10.0",
3131
"jest": "27.5.1",
3232
"rimraf": "3.0.2",
3333
"ts-jest": "27.1.3",
34-
"typescript": "4.5.5"
34+
"typescript": "4.6.2"
3535
},
3636
"scripts": {
3737
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-parser-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"devDependencies": {
2020
"@types/jest": "27.4.1",
2121
"@types/node": "17.0.21",
22-
"@typescript-eslint/eslint-plugin": "5.12.1",
23-
"@typescript-eslint/parser": "5.12.1",
22+
"@typescript-eslint/eslint-plugin": "5.13.0",
23+
"@typescript-eslint/parser": "5.13.0",
2424
"eslint": "8.10.0",
2525
"jest": "27.5.1",
2626
"rimraf": "3.0.2",
2727
"ts-jest": "27.1.3",
28-
"typescript": "4.5.5"
28+
"typescript": "4.6.2"
2929
},
3030
"scripts": {
3131
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-bootstrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"@types/jest": "27.4.1",
2626
"@types/markdown-it": "12.2.3",
2727
"@types/node": "17.0.21",
28-
"@typescript-eslint/eslint-plugin": "5.12.1",
29-
"@typescript-eslint/parser": "5.12.1",
28+
"@typescript-eslint/eslint-plugin": "5.13.0",
29+
"@typescript-eslint/parser": "5.13.0",
3030
"eslint": "8.10.0",
3131
"jest": "27.5.1",
3232
"rimraf": "3.0.2",
3333
"ts-jest": "27.1.3",
34-
"typescript": "4.5.5"
34+
"typescript": "4.6.2"
3535
},
3636
"scripts": {
3737
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-dash/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
}
2626
},
2727
"devDependencies": {
28-
"@types/better-sqlite3": "7.4.2",
28+
"@types/better-sqlite3": "7.5.0",
2929
"@types/jest": "27.4.1",
3030
"@types/markdown-it": "12.2.3",
3131
"@types/node": "17.0.21",
3232
"@types/temp": "0.9.1",
33-
"@typescript-eslint/eslint-plugin": "5.12.1",
34-
"@typescript-eslint/parser": "5.12.1",
33+
"@typescript-eslint/eslint-plugin": "5.13.0",
34+
"@typescript-eslint/parser": "5.13.0",
3535
"copyfiles": "2.4.1",
3636
"eslint": "8.10.0",
3737
"jest": "27.5.1",
3838
"rimraf": "3.0.2",
3939
"ts-jest": "27.1.3",
40-
"typescript": "4.5.5"
40+
"typescript": "4.6.2"
4141
},
4242
"scripts": {
4343
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@types/adm-zip": "0.4.34",
2525
"@types/jest": "27.4.1",
2626
"@types/node": "17.0.21",
27-
"@typescript-eslint/eslint-plugin": "5.12.1",
28-
"@typescript-eslint/parser": "5.12.1",
27+
"@typescript-eslint/eslint-plugin": "5.13.0",
28+
"@typescript-eslint/parser": "5.13.0",
2929
"eslint": "8.10.0",
3030
"jest": "27.5.1",
3131
"rimraf": "3.0.2",
3232
"ts-jest": "27.1.3",
33-
"typescript": "4.5.5"
33+
"typescript": "4.6.2"
3434
},
3535
"scripts": {
3636
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-json/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"devDependencies": {
2020
"@types/jest": "27.4.1",
2121
"@types/node": "17.0.21",
22-
"@typescript-eslint/eslint-plugin": "5.12.1",
23-
"@typescript-eslint/parser": "5.12.1",
22+
"@typescript-eslint/eslint-plugin": "5.13.0",
23+
"@typescript-eslint/parser": "5.13.0",
2424
"eslint": "8.10.0",
2525
"jest": "27.5.1",
2626
"rimraf": "3.0.2",
2727
"ts-jest": "27.1.3",
28-
"typescript": "4.5.5"
28+
"typescript": "4.6.2"
2929
},
3030
"scripts": {
3131
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"devDependencies": {
2323
"@types/jest": "27.4.1",
2424
"@types/node": "17.0.21",
25-
"@typescript-eslint/eslint-plugin": "5.12.1",
26-
"@typescript-eslint/parser": "5.12.1",
25+
"@typescript-eslint/eslint-plugin": "5.13.0",
26+
"@typescript-eslint/parser": "5.13.0",
2727
"eslint": "8.10.0",
2828
"jest": "27.5.1",
2929
"rimraf": "3.0.2",
3030
"ts-jest": "27.1.3",
31-
"typescript": "4.5.5"
31+
"typescript": "4.6.2"
3232
},
3333
"scripts": {
3434
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-pdf/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"@types/html-pdf": "3.0.0",
2727
"@types/jest": "27.4.1",
2828
"@types/node": "17.0.21",
29-
"@typescript-eslint/eslint-plugin": "5.12.1",
30-
"@typescript-eslint/parser": "5.12.1",
29+
"@typescript-eslint/eslint-plugin": "5.13.0",
30+
"@typescript-eslint/parser": "5.13.0",
3131
"eslint": "8.10.0",
3232
"jest": "27.5.1",
3333
"rimraf": "3.0.2",
3434
"ts-jest": "27.1.3",
35-
"typescript": "4.5.5"
35+
"typescript": "4.6.2"
3636
},
3737
"scripts": {
3838
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox-renderer-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"devDependencies": {
2020
"@types/jest": "27.4.1",
2121
"@types/node": "17.0.21",
22-
"@typescript-eslint/eslint-plugin": "5.12.1",
23-
"@typescript-eslint/parser": "5.12.1",
22+
"@typescript-eslint/eslint-plugin": "5.13.0",
23+
"@typescript-eslint/parser": "5.13.0",
2424
"eslint": "8.10.0",
2525
"jest": "27.5.1",
2626
"rimraf": "3.0.2",
2727
"ts-jest": "27.1.3",
28-
"typescript": "4.5.5"
28+
"typescript": "4.6.2"
2929
},
3030
"scripts": {
3131
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests",

packages/doxdox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"devDependencies": {
2020
"@types/node": "17.0.21",
21-
"@typescript-eslint/eslint-plugin": "5.12.1",
22-
"@typescript-eslint/parser": "5.12.1",
21+
"@typescript-eslint/eslint-plugin": "5.13.0",
22+
"@typescript-eslint/parser": "5.13.0",
2323
"eslint": "8.10.0",
2424
"rimraf": "3.0.2",
25-
"typescript": "4.5.5"
25+
"typescript": "4.6.2"
2626
},
2727
"scripts": {
2828
"build": "rimraf dist/ && tsc",

0 commit comments

Comments
 (0)