Skip to content

Commit

Permalink
chore(deps): обновление зависимостей
Browse files Browse the repository at this point in the history
| datasource  | package                              | from   | to      |
| ----------- | ------------------------------------ | ------ | ------- |
| npm         | @exer7um/eslint-config               | 1.4.2  | 1.4.6   |
| npm         | @nuxt/eslint-config                  | 0.5.0  | 0.6.1   |
| npm         | @nuxt/kit                            | 3.12.4 | 3.13.2  |
| npm         | @nuxt/module-builder                 | 0.8.3  | 0.8.4   |
| npm         | @nuxt/schema                         | 3.12.4 | 3.13.2  |
| npm         | @nuxt/test-utils                     | 3.14.1 | 3.14.4  |
| npm         | @vuepic/vue-datepicker               | 9.0.2  | 9.0.3   |
| npm         | @vueuse/core                         | 11.0.0 | 11.2.0  |
| github-tags | JamesIves/github-pages-deploy-action | v4.6.3 | v4.6.8  |
| github-tags | Pacific-Agency/workflows             | v0.6.0 | v0.6.1  |
| npm         | husky                                | 9.1.4  | 9.1.6   |
| npm         | isomorphic-dompurify                 | 2.14.0 | 2.16.0  |
| npm         | lint-staged                          | 15.2.9 | 15.2.10 |
| npm         | maska                                | 3.0.0  | 3.0.3   |
| npm         | nuxt                                 | 3.12.4 | 3.13.2  |
| npm         | ohash                                | 1.1.3  | 1.1.4   |
| npm         | pnpm                                 | 9.7.1  | 9.12.3  |
| npm         | typescript                           | 5.5.4  | 5.6.3   |
| npm         | vitepress                            | 1.3.2  | 1.4.3   |
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 67ebd79 commit bfce4b2
Show file tree
Hide file tree
Showing 5 changed files with 2,911 additions and 1,121 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
changelog:
uses: Pacific-Agency/workflows/.github/workflows/[email protected].0
uses: Pacific-Agency/workflows/.github/workflows/[email protected].1
with:
version: ${{ inputs.version }}
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
lint:
uses: Pacific-Agency/workflows/.github/workflows/[email protected].0
uses: Pacific-Agency/workflows/.github/workflows/[email protected].1
test:
uses: Pacific-Agency/workflows/.github/workflows/[email protected].0
uses: Pacific-Agency/workflows/.github/workflows/[email protected].1
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].8
with:
branch: gh-pages
folder: docs/.vitepress/dist
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@
"ohash": "^1.1.3"
},
"devDependencies": {
"@exer7um/eslint-config": "1.4.2",
"@exer7um/eslint-config": "1.4.6",
"@exer7um/prettier-config": "0.4.5",
"@nuxt/eslint-config": "0.5.0",
"@nuxt/module-builder": "0.8.3",
"@nuxt/schema": "3.12.4",
"@nuxt/test-utils": "3.14.1",
"@nuxt/eslint-config": "0.6.1",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.13.2",
"@nuxt/test-utils": "3.14.4",
"@vue/test-utils": "2.4.6",
"happy-dom": "^12.10.3",
"husky": "9.1.4",
"lint-staged": "15.2.9",
"nuxt": "3.12.4",
"typescript": "5.5.4",
"vitepress": "1.3.2",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"nuxt": "3.13.2",
"typescript": "5.6.3",
"vitepress": "1.4.3",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@nuxt/icon": "^1.3.1",
"vue": "^3.4.34"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.12.3"
}
Loading

0 comments on commit bfce4b2

Please sign in to comment.