mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
parent
d98e566de2
commit
6d022712e8
@ -15,7 +15,7 @@ pipeline:
|
|||||||
- make docs
|
- make docs
|
||||||
when:
|
when:
|
||||||
- path: *when_path
|
- path: *when_path
|
||||||
- cron: midnight_docs
|
- cron: update_docs
|
||||||
event: cron
|
event: cron
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ -27,7 +27,7 @@ pipeline:
|
|||||||
- pnpm build
|
- pnpm build
|
||||||
when:
|
when:
|
||||||
- path: *when_path
|
- path: *when_path
|
||||||
- cron: midnight_docs
|
- cron: update_docs
|
||||||
event: cron
|
event: cron
|
||||||
|
|
||||||
securitycheck:
|
securitycheck:
|
||||||
@ -80,5 +80,5 @@ pipeline:
|
|||||||
- event: push
|
- event: push
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
path: *when_path
|
path: *when_path
|
||||||
- cron: midnight_docs
|
- cron: update_docs
|
||||||
event: cron
|
event: cron
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "^2.2.0",
|
"@docusaurus/core": "^2.4.0",
|
||||||
"@docusaurus/preset-classic": "^2.2.0",
|
"@docusaurus/preset-classic": "^2.4.0",
|
||||||
"@easyops-cn/docusaurus-search-local": "^0.33.5",
|
"@easyops-cn/docusaurus-search-local": "^0.35.0",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"@svgr/webpack": "^6.3.1",
|
"@svgr/webpack": "^6.5.1",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"esbuild-loader": "^2.20.0",
|
"esbuild-loader": "^2.21.0",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"prism-react-renderer": "^1.3.5",
|
"prism-react-renderer": "^1.3.5",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
@ -41,11 +41,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^2.2.0",
|
"@docusaurus/module-type-aliases": "^2.4.0",
|
||||||
"@tsconfig/docusaurus": "^1.0.6",
|
"@tsconfig/docusaurus": "^1.0.7",
|
||||||
"@types/react": "^18.0.20",
|
"@types/react": "^18.0.32",
|
||||||
"@types/react-helmet": "^6.1.5",
|
"@types/react-helmet": "^6.1.6",
|
||||||
"@types/react-router-dom": "^5.3.3",
|
"@types/react-router-dom": "^5.3.3",
|
||||||
"typescript": "^4.7.4"
|
"typescript": "^4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,17 +10,17 @@
|
|||||||
"style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css"
|
"style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "^2.2.0",
|
"@docusaurus/module-type-aliases": "^2.4.0",
|
||||||
"@docusaurus/theme-classic": "^2.2.0",
|
"@docusaurus/theme-classic": "^2.4.0",
|
||||||
"@docusaurus/types": "^2.2.0",
|
"@docusaurus/types": "^2.4.0",
|
||||||
"@tsconfig/docusaurus": "^1.0.6",
|
"@tsconfig/docusaurus": "^1.0.7",
|
||||||
"@types/marked": "^4.0.7",
|
"@types/marked": "^4.0.7",
|
||||||
"@types/node": "^18.11.2",
|
"@types/node": "^18.11.2",
|
||||||
"axios": "^0.27.2",
|
"axios": "^0.27.2",
|
||||||
"concurrently": "^7.4.0",
|
"concurrently": "^7.6.0",
|
||||||
"marked": "^4.1.1",
|
"marked": "^4.3.0",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.5.0",
|
||||||
"typescript": "^4.8.4"
|
"typescript": "^4.9.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
@ -28,14 +28,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fuse.js": "^6.6.2",
|
"fuse.js": "^6.6.2",
|
||||||
"yaml": "^2.1.3"
|
"yaml": "^2.2.1"
|
||||||
},
|
|
||||||
"pnpm": {
|
|
||||||
"peerDependencyRules": {
|
|
||||||
"ignoreMissing": [
|
|
||||||
"react",
|
|
||||||
"react-dom"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
7992
docs/plugins/woodpecker-plugins/pnpm-lock.yaml
generated
7992
docs/plugins/woodpecker-plugins/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
3532
docs/pnpm-lock.yaml
generated
3532
docs/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
3
docs/pnpm-workspace.yaml
Normal file
3
docs/pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
packages:
|
||||||
|
- '.'
|
||||||
|
- 'plugins/**'
|
Loading…
Reference in New Issue
Block a user