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 25, 2023
1 parent 5073f42 commit cef78f5
Show file tree
Hide file tree
Showing 6 changed files with 2,700 additions and 2,217 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
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.2.4
- uses: pnpm/action-setup@v2.4.0
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
Expand Down
14 changes: 7 additions & 7 deletions .starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"lint": "eslint ."
},
"devDependencies": {
"@nuxt-themes/docus": "^1.13.1",
"@nuxt/devtools": "^0.6.7",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.4.0",
"eslint": "^8.44.0",
"nuxt": "^3.6.2"
"@nuxt-themes/docus": "^1.14.6",
"@nuxt/devtools": "^0.8.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/plausible": "^0.2.3",
"@types/node": "^20.6.5",
"eslint": "^8.50.0",
"nuxt": "^3.7.3"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.14.6",
"type": "module",
"main": "./nuxt.config.ts",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.7.6",
"repository": "nuxt-themes/docus",
"files": [
"app",
Expand Down Expand Up @@ -32,26 +32,26 @@
"@nuxt-themes/elements": "^0.9.4",
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.7.2",
"@nuxthq/studio": "^0.13.4",
"@vueuse/integrations": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"focus-trap": "^7.5.2",
"@nuxt/content": "^2.8.2",
"@nuxthq/studio": "^0.14.1",
"@vueuse/integrations": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"focus-trap": "^7.5.3",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@algolia/client-search": "^4.19.1",
"@docsearch/css": "^3.5.1",
"@docsearch/js": "^3.5.1",
"@nuxt/devtools": "^0.7.1",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/algolia": "^1.8.0",
"@types/node": "^20.4.5",
"eslint": "^8.45.0",
"nuxt": "^3.6.5",
"release-it": "^16.1.3",
"typescript": "^5.1.6",
"vite-plugin-inspect": "^0.7.33",
"@algolia/client-search": "^4.20.0",
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@nuxt/devtools": "^0.8.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/algolia": "^1.9.0",
"@types/node": "^20.6.5",
"eslint": "^8.50.0",
"nuxt": "^3.7.3",
"release-it": "^16.2.0",
"typescript": "^5.2.2",
"vite-plugin-inspect": "^0.7.38",
"vue": "^3.3.4"
},
"pnpm": {
Expand Down
Loading

0 comments on commit cef78f5

Please sign in to comment.