Skip to content

Commit

Permalink
chore(deps): straighten peers up
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Apr 14, 2024
1 parent 0ee2f9c commit e57a629
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
strategy:
matrix:
node-version:
- 20.9.0
- 20.11.0
pnpm-version:
- 8.10.0
- 8.15.7
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8.10.0
version: 8.15.7
- name: Setup node.js
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 20.9.0
node-version: 20.11.0
- name: Cache
uses: actions/cache@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8.10.0
version: 8.15.7
- name: Setup node.js
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 20.9.0
node-version: 20.11.0
- name: Cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"turbo": "^1.13.2",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@8.15.7",
"engines": {
"node": ">=20"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"prettier": "^3.0.3"
"prettier": "^3.2.5"
}
}
4 changes: 2 additions & 2 deletions packages/testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"vitest": "^1.4.0"
},
"peerDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vitest": "^1.0.2"
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/typedoc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/vitest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"vitest": "^1.4.0"
},
"peerDependencies": {
"@vitest/coverage-istanbul": "^1.0.2",
"vitest": "^1.0.2"
"@vitest/coverage-istanbul": "^1.4.0",
"vitest": "^1.4.0"
}
}

0 comments on commit e57a629

Please sign in to comment.