mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
refactor(docs): update dependencies
This commit is contained in:
parent
59c81f3a9f
commit
af4b1c6c39
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
run: |
|
||||
cd docs
|
||||
npm install
|
||||
npm run swizzle
|
||||
npm run build
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@3.6.2
|
||||
|
|
14033
docs/package-lock.json
generated
Normal file
14033
docs/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -8,11 +8,11 @@
|
|||
"swizzle": "docusaurus swizzle"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-alpha.65",
|
||||
"@docusaurus/preset-classic": "2.0.0-alpha.65",
|
||||
"@docusaurus/core": "2.0.0-alpha.70",
|
||||
"@docusaurus/preset-classic": "2.0.0-alpha.70",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1"
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Reference in a new issue