Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Sep 18, 2024
1 parent 48669d5 commit c2ae5a0
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 311 deletions.
28 changes: 11 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "changelogen --release",
"release": "changelogen --release --push",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
Expand All @@ -82,44 +82,38 @@
}
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
"@nuxt/kit": "^3.13.2",
"deep-pick-omit": "^1.2.0",
"defu": "^6.1.4",
"destr": "^2.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"@iconify-json/catppuccin": "^1.2.2",
"@antfu/eslint-config": "^3.6.2",
"@iconify-json/catppuccin": "^1.2.3",
"@nuxt/devtools": "^1.4.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.1",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@pinia/nuxt": "^0.5.4",
"@shikijs/vitepress-twoslash": "^1.17.6",
"@shikijs/vitepress-twoslash": "^1.17.7",
"@types/node": "^22.5.5",
"changelogen": "^0.5.5",
"eslint": "^9.10.0",
"jiti": "^1.21.6",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "link:",
"publint": "^0.2.10",
"publint": "^0.2.11",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitepress": "^1.3.4",
"vitepress-plugin-group-icons": "^1.2.2",
"vitepress-plugin-group-icons": "^1.2.4",
"vitest": "^2.1.1",
"vue": "^3.5.5",
"vue": "^3.5.6",
"vue-tsc": "^2.1.6"
},
"pnpm": {
"patchedDependencies": {
"@iconify-json/catppuccin": "patches/@iconify-json__catppuccin.patch",
"vitepress-plugin-group-icons": "patches/vitepress-plugin-group-icons.patch"
}
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
Expand Down
12 changes: 0 additions & 12 deletions patches/@iconify-json__catppuccin.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/vitepress-plugin-group-icons.patch

This file was deleted.

Loading

0 comments on commit c2ae5a0

Please sign in to comment.