Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent a4820cc commit f2407b4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup Biome
uses: biomejs/setup-biome@1cbe33ead22c7a2fded3b52fa2893611c815c9b5 # v2.2.1
uses: biomejs/setup-biome@c016c38f26f2c4a6eb3662679143614a254263fd # v2.3.0

- name: Run Biome
run: biome ci
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
},
"homepage": "https://github.com/SuperchupuDev/tinyglobby#readme",
"dependencies": {
"fdir": "^6.4.2",
"fdir": "^6.4.3",
"picomatch": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.0",
"@types/picomatch": "^3.0.1",
"@types/node": "^22.10.7",
"@types/picomatch": "^3.0.2",
"fs-fixture": "^2.6.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"engines": {
"node": ">=12.0.0"
Expand All @@ -59,5 +59,5 @@
"access": "public",
"provenance": true
},
"packageManager": "pnpm@9.13.2"
"packageManager": "pnpm@9.15.4"
}
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2407b4

Please sign in to comment.