Skip to content

Commit cd2344e

Browse files
chore(deps): update all non-major dependencies
1 parent c4e4aec commit cd2344e

File tree

7 files changed

+1506
-1152
lines changed

7 files changed

+1506
-1152
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: pnpm/action-setup@v4.0.0
24+
- uses: pnpm/action-setup@v4.1.0
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: '20.x'
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- run: git config --global core.autocrlf false
4747
- uses: actions/checkout@v4
48-
- uses: pnpm/action-setup@v4.0.0
48+
- uses: pnpm/action-setup@v4.1.0
4949
- uses: actions/setup-node@v4
5050
with:
5151
node-version: ${{ matrix.node-version }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323
fetch-depth: 0
24-
- uses: pnpm/action-setup@v4.0.0
24+
- uses: pnpm/action-setup@v4.1.0
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.1
1+
20.19.5

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bark-monorepo",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": true,
55
"author": {
66
"name": "Adam Jakab"
@@ -18,7 +18,7 @@
1818
"node": ">=18",
1919
"pnpm": "^9.6.0"
2020
},
21-
"packageManager": "pnpm@9.6.0",
21+
"packageManager": "pnpm@9.15.9",
2222
"devDependencies": {
2323
"@changesets/cli": "^2.27.7",
2424
"@svitejs/changesets-changelog-github-compact": "^1.1.0"

0 commit comments

Comments
 (0)