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 Nov 4, 2023
1 parent 3301d96 commit 4a71139
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@nuxt/devtools": "^1.0.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/plausible": "^0.2.3",
"@types/node": "^20.6.5",
"eslint": "^8.50.0",
"nuxt": "^3.7.4"
"@types/node": "^20.8.10",
"eslint": "^8.53.0",
"nuxt": "^3.8.0"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"test:types": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@types/node": "^20.5.4",
"@vitest/coverage-v8": "^0.34.2",
"@types/node": "^20.8.10",
"@vitest/coverage-v8": "^0.34.6",
"changelogen": "^0.5.5",
"eslint": "^8.47.0",
"eslint": "^8.53.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.19.3",
"typescript": "^5.1.6",
"jiti": "^1.21.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.10.2",
"dependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"applicationinsights": "^2.7.3",
"h3": "^1.8.1",
"nitropack": "^2.7.0"
"applicationinsights": "^2.9.0",
"h3": "^1.8.2",
"nitropack": "^2.7.2"
},
"resolutions": {
"mlly": "1.4.0"
"mlly": "1.4.2"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"preview": "node .output/server/index.mjs"
},
"dependencies": {
"nitropack": "2.6.3"
"nitropack": "2.7.2"
}
}
Loading

0 comments on commit 4a71139

Please sign in to comment.