Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent abb0f8d commit 7f05937
Show file tree
Hide file tree
Showing 4 changed files with 3,011 additions and 3,740 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "cache=$cache" >> $GITHUB_OUTPUT
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2.4.1
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
Expand Down
12 changes: 6 additions & 6 deletions .starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"devDependencies": {
"@nuxt-themes/docus": "latest",
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint-config": "^0.3.13",
"@nuxtjs/plausible": "^1.0.0",
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"nuxt": "^3.11.2"
"@nuxt/devtools": "^1.4.1",
"@nuxt/eslint-config": "^0.5.6",
"@nuxtjs/plausible": "^1.0.2",
"@types/node": "^20.16.5",
"eslint": "^9.10.0",
"nuxt": "^3.13.1"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.15.0",
"type": "module",
"main": "./nuxt.config.ts",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.9.0",
"repository": "nuxt-themes/docus",
"files": [
"app",
Expand Down Expand Up @@ -32,27 +32,27 @@
"@nuxt-themes/elements": "^0.9.5",
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.12.1",
"@nuxthq/studio": "^1.1.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@nuxt/content": "^2.13.2",
"@nuxthq/studio": "^1.1.2",
"@vueuse/integrations": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"focus-trap": "^7.5.4",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@algolia/client-search": "^4.23.3",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint-config": "^0.3.13",
"@algolia/client-search": "^4.24.0",
"@docsearch/css": "^3.6.1",
"@docsearch/js": "^3.6.1",
"@nuxt/devtools": "^1.4.1",
"@nuxt/eslint-config": "^0.5.6",
"@nuxtjs/algolia": "^1.10.2",
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"nuxt": "^3.11.2",
"release-it": "^17.2.1",
"typescript": "^5.4.5",
"vite-plugin-inspect": "^0.8.4",
"vue": "^3.4.27"
"@types/node": "^20.16.5",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"release-it": "^17.6.0",
"typescript": "^5.5.4",
"vite-plugin-inspect": "^0.8.7",
"vue": "^3.5.3"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 7f05937

Please sign in to comment.