mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
Updated packages
This commit is contained in:
20
package.json
20
package.json
@@ -12,21 +12,21 @@
|
||||
"postinstall": "lerna bootstrap"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/jest": "^26.0.13",
|
||||
"@types/node": "^14.10.1",
|
||||
"@types/fs-extra": "^9.0.4",
|
||||
"@types/jest": "^26.0.18",
|
||||
"@types/node": "^14.14.11",
|
||||
"@types/tmp": "^0.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.1.1",
|
||||
"@typescript-eslint/parser": "^4.1.1",
|
||||
"copyfiles": "^2.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.9.1",
|
||||
"@typescript-eslint/parser": "^4.9.1",
|
||||
"copyfiles": "^2.4.1",
|
||||
"cuid": "^2.1.8",
|
||||
"eslint": "^7.9.0",
|
||||
"eslint": "^7.15.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"jest": "^26.4.2",
|
||||
"jest": "^26.6.3",
|
||||
"lerna": "^3.22.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.1.1",
|
||||
"prettier": "^2.2.1",
|
||||
"tmp": "^0.2.1",
|
||||
"ts-jest": "^26.3.0"
|
||||
"ts-jest": "^26.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"typedoc"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"typedoc": ">=0.19.0"
|
||||
"typedoc": ">=0.19.0 < 0.20.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"handlebars": "^4.7.6"
|
||||
|
||||
Reference in New Issue
Block a user