Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update all non-major dependencies
  • Loading branch information
renovate[bot] authored Jan 9, 2025
commit f747e81cb6494804e2bd1c03fe0d9a2f61a79d4c
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.1
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.1
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.1
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
Expand Down
6 changes: 3 additions & 3 deletions .starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"devDependencies": {
"@nuxt-themes/alpine": "latest",
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/eslint-config": "^0.7.5",
"@nuxtjs/plausible": "^0.2.4",
"@types/node": "^20.11.24",
"eslint": "^8.57.0",
"@types/node": "^20.17.12",
"eslint": "^8.57.1",
"nuxt": "^3.10.3"
}
}
20 changes: 10 additions & 10 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.9",
"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.13.4",
"@nuxthq/studio": "^0.14.1",
"@vueuse/core": "^10.7.2",
"ufo": "^1.3.2"
"@vueuse/core": "^10.11.1",
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/eslint-config": "^0.7.5",
"@nuxtjs/plausible": "^0.2.4",
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"@types/node": "^20.17.12",
"eslint": "^8.57.1",
"nuxt": "^3.9.3",
"release-it": "^16.3.0",
"typescript": "^5.3.3",
"vite-plugin-inspect": "^0.8.1",
"vue": "^3.4.15"
"typescript": "^5.7.3",
"vite-plugin-inspect": "^0.10.6",
"vue": "^3.5.13"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading