Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 4, 2024
1 parent 5279376 commit 9e325dd
Showing 3 changed files with 395 additions and 837 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -48,10 +48,10 @@ jobs:

- uses: actions/configure-pages@v4

- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: dist

- name: Deploy
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
1,220 changes: 389 additions & 831 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -12,16 +12,16 @@
"prettier:write": "prettier --write \"./**/*.{json,vue,ts,md,?(s)css,yml}\""
},
"dependencies": {
"@slidev/cli": "0.45.0"
"@slidev/cli": "0.46.1"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"playwright-chromium": "1.40.1",
"prettier": "3.1.0",
"prettier": "3.1.1",
"sort-package-json": "2.6.0"
},
"engines": {

0 comments on commit 9e325dd

Please sign in to comment.