mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
Update packages
This commit is contained in:
25
package.json
25
package.json
@@ -20,27 +20,26 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/jest": "^28.1.3",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/progress": "^2.0.5",
|
||||
"@types/tmp": "^0.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"copyfiles": "^2.4.1",
|
||||
"cuid": "^2.1.8",
|
||||
"eslint": "^8.13.0",
|
||||
"fs-extra": "^10.0.1",
|
||||
"eslint": "^8.18.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"jest": "^26.6.3",
|
||||
"lerna": "^4.0.0",
|
||||
"markdownlint": "^0.25.1",
|
||||
"lerna": "^5.1.6",
|
||||
"markdownlint": "^0.26.0",
|
||||
"markdownlint-cli": "^0.31.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.6.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"prettier": "^2.7.1",
|
||||
"tmp": "^0.2.1",
|
||||
"ts-jest": "^26.5.5",
|
||||
"typedoc": "^0.22.15",
|
||||
"typedoc-plugin-mdn-links": "^1.0.5",
|
||||
"typescript": "^4.6.3"
|
||||
"typedoc": "^0.23.1",
|
||||
"typedoc-plugin-mdn-links": "^2.0.0",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
"scripts": {
|
||||
"lint": "eslint ./src --ext .ts",
|
||||
"prepublishOnly": "yarn run lint && yarn run build && yarn run test",
|
||||
"build": "rimraf ./dist && tsc",
|
||||
"build": "rm -rf ./dist && tsc",
|
||||
"build-and-test": "yarn run build && yarn run test",
|
||||
"test:init": "rimraf test/site && npx create-docusaurus@latest test/site classic",
|
||||
"test:init": "rm -rf test/site && npx create-docusaurus@latest test/site classic",
|
||||
"test:demo:start": "yarn run build && cd test/site && yarn run start",
|
||||
"test:demo:build": "yarn run build && cd test/site && yarn run build && yarn run serve",
|
||||
"test": "jest --colors"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"lint": "eslint ./src --ext .ts",
|
||||
"prepublishOnly": "yarn run lint && yarn run build && yarn run test",
|
||||
"build": "rimraf dist && tsc && copyfiles --up 1 ./src/**/*.hbs ./dist/",
|
||||
"build": "rm -rf dist && tsc && copyfiles --up 1 ./src/**/*.hbs ./dist/",
|
||||
"pretest": "yarn run demo:md && markdownlint ./demo/md",
|
||||
"test": "jest --colors",
|
||||
"build-and-test": "yarn run build && yarn run test",
|
||||
|
||||
Reference in New Issue
Block a user