8000 fix(deps): обновление зависимостей · Pacific-Agency/nuxt-utils@7a7a06c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a7a06c

Browse files
fix(deps): обновление зависимостей
| datasource | package | from | to | | ----------- | ------------------------------------ | --------- | ------- | | npm | @exer7um/eslint-config | 1.4.7 | 2.1.3 | | npm | @exer7um/prettier-config | 0.5.0 | 0.6.0 | | npm | @nuxt/eslint-config | 0.7.4 | 1.4.0 | | npm | @nuxt/kit | 3.14.1592 | 3.17.3 | | npm | @nuxt/module-builder | 0.8.4 | 1.0.1 | | npm | @nuxt/schema | 3.14.1592 | 3.17.3 | | npm | @nuxt/test-utils | 3.15.1 | 3.19.0 | | npm | @vuepic/vue-datepicker | 10.0.0 | 11.0.2 | | npm | @vueuse/core | 12.2.0 | 13.2.0 | | github-tags | JamesIves/github-pages-deploy-action | v4.7.2 | v4.7.3 | | npm | consola | 3.3.1 | 3.4.2 | | npm | isomorphic-dompurify | 2.19.0 | 2.24.0 | | npm | lint-staged | 15.2.11 | 16.0.0 | | npm | maska | 3.0.4 | 3.1.1 | | npm | ohash | 1.1.4 | 2.0.11 | | npm | pnpm | 9.15.1 | 10.11.0 | | github-tags | pnpm/action-setup | v4.0.0 | v4.1.0 | | npm | typescript | 5.7.2 | 5.8.3 | | npm | vitepress | 1.5.0 | 1.6.3 |
1 parent 62aa126 commit 7a7a06c

File tree

3 files changed

+4006
-1570
lines changed

3 files changed

+4006
-1570
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Настройка NodeJS
20-
uses: pnpm/action-setup@v4.0.0
20+
uses: pnpm/action-setup@v4.1.0
2121

2222
- uses: actions/setup-node@v4
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242

4343
- name: Настройка NodeJS
44-
uses: pnpm/action-setup@v4.0.0
44+
uses: pnpm/action-setup@v4.1.0
4545

4646
- uses: actions/setup-node@v4
4747
with:
@@ -59,7 +59,7 @@ jobs:
5959
pnpm docs:build
6060
6161
- name: Деплой
62-
uses: JamesIves/github-pages-deploy-action@v4.7.2
62+
uses: JamesIves/github-pages-deploy-action@v4.7.3
6363
with:
6464
branch: gh-pages
6565
folder: docs/.vitepress/dist

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,32 @@
4242
"prettier": "@exer7um/prettier-config",
4343
"dependencies": {
4444
"@nuxt/kit": "^3.12.4",
45-
"@vuepic/vue-datepicker": "^10.0.0",
46-
"@vueuse/core": "^12.0.0",
45+
"@vuepic/vue-datepicker": "^11.0.0",
46+
"@vueuse/core": "^13.0.0",
4747
"consola": "^3.2.3",
4848
"isomorphic-dompurify": "^2.14.0",
4949
"maska": "^3.0.0",
50-
"ohash": "^1.1.3"
50+
"ohash": "^2.0.0"
5151
},
5252
"devDependencies": {
53-
"@exer7um/eslint-config": "1.4.7",
54-
"@exer7um/prettier-config": "0.5.0",
55-
"@nuxt/eslint-config": "0.7.4",
56-
"@nuxt/module-builder": "0.8.4",
57-
"@nuxt/schema": "3.14.1592",
58-
"@nuxt/test-utils": "3.15.1",
53+
"@exer7um/eslint-config": "2.1.3",
54+
"@exer7um/prettier-config": "0.6.0",
55+
"@nuxt/eslint-config": "1.4.0",
56+
"@nuxt/module-builder": "1.0.1",
57+
"@nuxt/schema": "3.17.3",
58+
"@nuxt/test-utils": "3.19.0",
5959
"@vue/test-utils": "2.4.6",
6060
"happy-dom": "^12.10.3",
6161
"husky": "9.1.7",
62-
"lint-staged": "15.2.11",
62+
"lint-staged": "16.0.0",
6363
"nuxt": "3.14.1592",
64-
"typescript": "5.7.2",
65-
"vitepress": "1.5.0",
64+
"typescript": "5.8.3",
65+
"vitepress": "1.6.3",
6666
"vitest": "^1.6.0"
6767
},
6868
"peerDependencies": {
6969
"@nuxt/icon": "^1.3.1",
7070
"vue": "^3.4.34"
7171
},
72-
"packageManager": "pnpm@9.15.1"
72+
"packageManager": "pnpm@10.11.0"
7373
}

0 commit comments

Comments
 (0)
0