Skip to content

Commit

Permalink
fix(deps): обновление зависимостей
Browse files Browse the repository at this point in the history
| datasource | package              | from        | to          |
| ---------- | -------------------- | ----------- | ----------- |
| npm        | @nuxt/kit            | 3.10.2      | 3.10.3      |
| npm        | @nuxt/schema         | 3.10.2      | 3.10.3      |
| npm        | @vueuse/core         | 10.7.2      | 10.8.0      |
| npm        | happy-dom            | 12.10.3     | 13.5.2      |
| npm        | isomorphic-dompurify | 2.3.0       | 2.4.0       |
| npm        | nuxt                 | 3.10.2      | 3.10.3      |
| npm        | pnpm                 | 8.15.3      | 8.15.4      |
| npm        | vitepress            | 1.0.0-rc.42 | 1.0.0-rc.44 |
| npm        | vitest               | 1.2.2       | 1.3.1       |
  • Loading branch information
renovate[bot] committed Feb 25, 2024
1 parent 321bba8 commit 3911c65
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 255 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@
"prettier": "@pacific-agency/prettier-config",
"dependencies": {
"@nuxt/kit": "~3.10.2",
"@vueuse/core": "~10.7.2",
"isomorphic-dompurify": "~2.3.0",
"@vueuse/core": "~10.8.0",
"isomorphic-dompurify": "~2.4.0",
"maska": "~2.1.11",
"ohash": "~1.1.3"
},
"devDependencies": {
"@nuxt/module-builder": "0.5.5",
"@nuxt/schema": "3.10.2",
"@nuxt/schema": "3.10.3",
"@nuxt/test-utils": "3.11.0",
"@pacific-agency/eslint-config": "0.7.1",
"@pacific-agency/prettier-config": "0.3.0",
"@vue/test-utils": "2.4.4",
"happy-dom": "~12.10.3",
"happy-dom": "~13.5.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"nuxt": "3.10.2",
"nuxt": "3.10.3",
"typescript": "5.3.3",
"vitepress": "1.0.0-rc.42",
"vitest": "1.2.2"
"vitepress": "1.0.0-rc.44",
"vitest": "1.3.1"
},
"peerDependencies": {
"nuxt-icon": "~0.6.0",
"vue": "~3.4.1"
},
"packageManager": "pnpm@8.15.3"
"packageManager": "pnpm@8.15.4"
}
Loading

0 comments on commit 3911c65

Please sign in to comment.