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

Skip to content

Commit 2624e7e

Browse files
fix(deps): обновление зависимостей
| datasource | package | from | to | | ---------- | ---------------------- | --------- | ------ | | npm | @nuxt/eslint-config | 0.7.4 | 0.7.5 | | npm | @nuxt/kit | 3.14.1592 | 3.15.2 | | npm | @nuxt/schema | 3.14.1592 | 3.15.2 | | npm | @nuxt/test-utils | 3.15.1 | 3.15.4 | | npm | @vuepic/vue-datepicker | 10.0.0 | 11.0.1 | | npm | @vueuse/core | 12.2.0 | 12.4.0 | | npm | consola | 3.3.1 | 3.4.0 | | npm | isomorphic-dompurify | 2.19.0 | 2.20.0 | | npm | lint-staged | 15.2.11 | 15.4.0 | | npm | nuxt | 3.14.1592 | 3.15.2 | | npm | pnpm | 9.15.1 | 9.15.4 | | npm | typescript | 5.7.2 | 5.7.3 |
1 parent 62aa126 commit 2624e7e

File tree

2 files changed

+1344
-461
lines changed

2 files changed

+1344
-461
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "@exer7um/prettier-config",
4343
"dependencies": {
4444
"@nuxt/kit": "^3.12.4",
45-
"@vuepic/vue-datepicker": "^10.0.0",
45+
"@vuepic/vue-datepicker": "^11.0.0",
4646
"@vueuse/core": "^12.0.0",
4747
"consola": "^3.2.3",
4848
"isomorphic-dompurify": "^2.14.0",
@@ -52,22 +52,22 @@
5252
"devDependencies": {
5353
"@exer7um/eslint-config": "1.4.7",
5454
"@exer7um/prettier-config": "0.5.0",
55-
"@nuxt/eslint-config": "0.7.4",
55+
"@nuxt/eslint-config": "0.7.5",
5656
"@nuxt/module-builder": "0.8.4",
57-
"@nuxt/schema": "3.14.1592",
58-
"@nuxt/test-utils": "3.15.1",
57+
"@nuxt/schema": "3.15.2",
58+
"@nuxt/test-utils": "3.15.4",
5959
"@vue/test-utils": "2.4.6",
6060
"happy-dom": "^12.10.3",
6161
"husky": "9.1.7",
62-
"lint-staged": "15.2.11",
63-
"nuxt": "3.14.1592",
64-
"typescript": "5.7.2",
62+
"lint-staged": "15.4.0",
63+
"nuxt": "3.15.2",
64+
"typescript": "5.7.3",
6565
"vitepress": "1.5.0",
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@9.15.4"
7373
}

0 commit comments

Comments
 (0)
0