mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: update dependencies
This commit is contained in:
parent
b304fa30b5
commit
99699f326c
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
# Create Kind cluster to have a Kubernetes context for cloud-native-azure theme
|
# Create Kind cluster to have a Kubernetes context for cloud-native-azure theme
|
||||||
# Images are defined on every Kind release
|
# Images are defined on every Kind release
|
||||||
# See https://github.com/kubernetes-sigs/kind/releases
|
# See https://github.com/kubernetes-sigs/kind/releases
|
||||||
|
@ -47,7 +50,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export PATH="$PWD/src/bin:$PATH"
|
export PATH="$PWD/src/bin:$PATH"
|
||||||
cd website
|
cd website
|
||||||
npm install
|
npm install --legacy-peer-deps
|
||||||
npm run themes
|
npm run themes
|
||||||
cd ..
|
cd ..
|
||||||
- name: Build Docs And Deploy 🚀
|
- name: Build Docs And Deploy 🚀
|
||||||
|
|
|
@ -153,7 +153,7 @@ The [configuration][configuration] section covers the basic building blocks and
|
||||||
segments section covers how to configure each available segment.
|
segments section covers how to configure each available segment.
|
||||||
|
|
||||||
[themes]: themes.md
|
[themes]: themes.md
|
||||||
[configuration]: configuration/overview.md
|
[configuration]: configuration/overview.mdx
|
||||||
[default-theme]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/default.omp.json
|
[default-theme]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/default.omp.json
|
||||||
[jandedobbeleer]: /docs/themes#jandedobbeleer
|
[jandedobbeleer]: /docs/themes#jandedobbeleer
|
||||||
[json-schema]: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
[json-schema]: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
||||||
|
|
23178
website/package-lock.json
generated
23178
website/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,13 +8,13 @@
|
||||||
"themes": "node export_themes.js"
|
"themes": "node export_themes.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "^2.0.0-beta.20",
|
"@docusaurus/core": "^2.0.0-beta.21",
|
||||||
"@docusaurus/preset-classic": "^2.0.0-beta.20",
|
"@docusaurus/preset-classic": "^2.0.0-beta.21",
|
||||||
"@docusaurus/theme-search-algolia": "^2.0.0-beta.20",
|
"@docusaurus/theme-search-algolia": "^2.0.0-beta.21",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"query-string": "^7.1.1",
|
"query-string": "^7.1.1",
|
||||||
"react": "^18.1.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.1.0"
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
|
@ -31,5 +31,8 @@
|
||||||
"last 1 firefox version",
|
"last 1 firefox version",
|
||||||
"last 1 safari version"
|
"last 1 safari version"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"volta": {
|
||||||
|
"node": "18.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue