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 May 9, 2024
1 parent ff4602b commit ab7848a
Show file tree
Hide file tree
Showing 6 changed files with 2,921 additions and 2,780 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- 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 @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- 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
8 changes: 4 additions & 4 deletions .starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"devDependencies": {
"@nuxt-themes/alpine": "latest",
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/devtools": "^1.2.0",
"@nuxt/eslint-config": "^0.3.12",
"@nuxtjs/plausible": "^0.2.4",
"@types/node": "^20.11.24",
"@types/node": "^20.12.11",
"eslint": "^8.57.0",
"nuxt": "^3.10.3"
"nuxt": "^3.11.2"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.6.6",
"type": "module",
"exports": "./nuxt.config.ts",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.15.8",
"files": [
"assets",
"components",
Expand All @@ -29,21 +29,21 @@
"@nuxt-themes/elements": "^0.9.5",
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.11.0",
"@nuxt/content": "^2.12.1",
"@nuxthq/studio": "^0.14.1",
"@vueuse/core": "^10.7.2",
"ufo": "^1.3.2"
"@vueuse/core": "^10.9.0",
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/eslint-config": "^0.3.12",
"@nuxtjs/plausible": "^0.2.4",
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"nuxt": "^3.9.3",
"@types/node": "^20.12.11",
"eslint": "^8.57.0",
"nuxt": "^3.11.2",
"release-it": "^16.3.0",
"typescript": "^5.3.3",
"vite-plugin-inspect": "^0.8.1",
"vue": "^3.4.15"
"typescript": "^5.4.5",
"vite-plugin-inspect": "^0.8.4",
"vue": "^3.4.27"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit ab7848a

Please sign in to comment.