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.7     |
| npm         | @exer7um/prettier-config             | 0.4.5  | 0.5.0     |
| npm         | @nuxt/eslint-config                  | 0.5.0  | 0.7.2     |
| npm         | @nuxt/kit                            | 3.12.4 | 3.14.1592 |
| npm         | @nuxt/module-builder                 | 0.8.3  | 0.8.4     |
| npm         | @nuxt/schema                         | 3.12.4 | 3.14.1592 |
| npm         | @nuxt/test-utils                     | 3.14.1 | 3.15.1    |
| npm         | @vuepic/vue-datepicker               | 9.0.2  | 10.0.0    |
| npm         | @vueuse/core                         | 11.0.0 | 12.0.0    |
| github-tags | JamesIves/github-pages-deploy-action | v4.6.3 | v4.7.2    |
| github-tags | Pacific-Agency/workflows             | v0.6.0 | v0.6.1    |
| npm         | husky                                | 9.1.4  | 9.1.7     |
| npm         | isomorphic-dompurify                 | 2.14.0 | 2.18.0    |
| npm         | lint-staged                          | 15.2.9 | 15.2.10   |
| npm         | maska                                | 3.0.0  | 3.0.4     |
| npm         | nuxt                                 | 3.12.4 | 3.14.1592 |
| npm         | ohash                                | 1.1.3  | 1.1.4     |
| npm         | pnpm                                 | 9.7.1  | 9.15.0    |
| npm         | typescript                           | 5.5.4  | 5.7.2     |
| npm         | vitepress                            | 1.3.2  | 1.5.0     |
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 67ebd79 commit ad6753e
Show file tree
Hide file tree
Showing 5 changed files with 3,537 additions and 1,673 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/github-pages-deploy-action@v4.6.3
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: docs/.vitepress/dist
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,32 @@
"prettier": "@exer7um/prettier-config",
"dependencies": {
"@nuxt/kit": "^3.12.4",
"@vuepic/vue-datepicker": "^9.0.2",
"@vueuse/core": "^11.0.0",
"@vuepic/vue-datepicker": "^10.0.0",
"@vueuse/core": "^12.0.0",
"consola": "^3.2.3",
"isomorphic-dompurify": "^2.14.0",
"maska": "^3.0.0",
"ohash": "^1.1.3"
},
"devDependencies": {
"@exer7um/eslint-config": "1.4.2",
"@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",
"@exer7um/eslint-config": "1.4.7",
"@exer7um/prettier-config": "0.5.0",
"@nuxt/eslint-config": "0.7.2",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.14.1592",
"@nuxt/test-utils": "3.15.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",
"typescript": "5.5.4",
"vitepress": "1.3.2",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"nuxt": "3.14.1592",
"typescript": "5.7.2",
"vitepress": "1.5.0",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@nuxt/icon": "^1.3.1",
"vue": "^3.4.34"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.15.0"
}
Loading

0 comments on commit ad6753e

Please sign in to comment.