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] authored Aug 22, 2024
1 parent 1d561ca commit 6ed2b9b
Show file tree
Hide file tree
Showing 3 changed files with 2,972 additions and 2,116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '18'

- name: Install dependencies
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v2.4.1
with:
run_install: true

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-lodash",
"version": "2.5.3",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.15.9",
"description": "Lodash for Nuxt",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -38,8 +38,8 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@nuxt/kit": "^3.8.0",
"@types/lodash-es": "^4.17.10",
"@nuxt/kit": "^3.13.0",
"@types/lodash-es": "^4.17.12",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand All @@ -48,7 +48,7 @@
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "latest",
"nuxt": "^3.8.0",
"nuxt": "^3.13.0",
"semantic-release": "^20.1.3"
}
}
Loading

0 comments on commit 6ed2b9b

Please sign in to comment.