Skip to content

Commit 135612a

Browse files
fix(deps): update all non-major dependencies (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ktmouk <[email protected]>
1 parent 9e9a288 commit 135612a

File tree

3 files changed

+458
-409
lines changed

3 files changed

+458
-409
lines changed

components/UseCases.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Tab, TabGroup, TabList, TabPanel, TabPanels } from "@headlessui/react";
22
import {
33
SiJest,
44
SiMockserviceworker,
5-
SiPlaywright,
5+
SiPuppeteer,
66
SiPrisma,
77
SiTypescript,
88
} from "react-icons/si";
@@ -127,16 +127,16 @@ export const UseCases = ({ codes }: Props) => {
127127
description="When writing E2E tests, you may sometimes want to pre-create test data in the database. Using FactoryJS allows you to prepare test data with simple code."
128128
libraries={[
129129
<Tooltip
130-
key="playwright"
131-
content="Playwright, Puppeteer, etc."
130+
key="puppeteer"
131+
content="Puppeteer, Playwright, etc."
132132
side="top"
133133
sideOffset={4}
134134
delayDuration={0}
135135
>
136136
<span className="p-2 hover:text-green-700">
137-
<SiPlaywright
137+
<SiPuppeteer
138138
className="text-2xl shrink-0"
139-
aria-label="Playwright, Puppeteer, etc."
139+
aria-label="Puppeteer, Playwright, etc."
140140
/>
141141
</span>
142142
</Tooltip>,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"node": ">=18",
5656
"pnpm": "^9.0.0"
5757
},
58-
"packageManager": "pnpm@9.14.2"
58+
"packageManager": "pnpm@9.15.0"
5959
}

0 commit comments

Comments
 (0)