Skip to content

Commit

Permalink
chore(deps): обновление зависимостей
Browse files Browse the repository at this point in the history
| datasource  | package                              | from   | to      |
| ----------- | ------------------------------------ | ------ | ------- |
| npm         | @nuxt/eslint-config                  | 0.5.0  | 0.5.6   |
| npm         | @nuxt/kit                            | 3.12.4 | 3.13.1  |
| npm         | @nuxt/schema                         | 3.12.4 | 3.13.1  |
| npm         | @vuepic/vue-datepicker               | 9.0.2  | 9.0.3   |
| npm         | @vueuse/core                         | 11.0.0 | 11.0.3  |
| github-tags | JamesIves/github-pages-deploy-action | v4.6.3 | v4.6.4  |
| npm         | husky                                | 9.1.4  | 9.1.5   |
| npm         | isomorphic-dompurify                 | 2.14.0 | 2.15.0  |
| npm         | lint-staged                          | 15.2.9 | 15.2.10 |
| npm         | maska                                | 3.0.0  | 3.0.2   |
| npm         | nuxt                                 | 3.12.4 | 3.13.1  |
| npm         | pnpm                                 | 9.7.1  | 9.10.0  |
| npm         | vitepress                            | 1.3.2  | 1.3.4   |
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 45fb3ee commit f850029
Show file tree
Hide file tree
Showing 3 changed files with 1,547 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pnpm docs:build
- name: Деплой
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
branch: gh-pages
folder: docs/.vitepress/dist
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
"devDependencies": {
"@exer7um/eslint-config": "1.4.2",
"@exer7um/prettier-config": "0.4.5",
"@nuxt/eslint-config": "0.5.0",
"@nuxt/eslint-config": "0.5.6",
"@nuxt/module-builder": "0.8.3",
"@nuxt/schema": "3.12.4",
"@nuxt/schema": "3.13.1",
"@nuxt/test-utils": "3.14.1",
"@vue/test-utils": "2.4.6",
"happy-dom": "^12.10.3",
"husky": "9.1.4",
"lint-staged": "15.2.9",
"nuxt": "3.12.4",
"husky": "9.1.5",
"lint-staged": "15.2.10",
"nuxt": "3.13.1",
"typescript": "5.5.4",
"vitepress": "1.3.2",
"vitepress": "1.3.4",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@nuxt/icon": "^1.3.1",
"vue": "^3.4.34"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit f850029

Please sign in to comment.