Skip to content

Commit 41ac9f1

Browse files
committed
Update yarn.lock
1 parent f9f5891 commit 41ac9f1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

pokedex-app/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ The objective is to build a simple Pokedex App using [PokeApi](https://pokeapi.c
77
- [Next.js (React)](https://ffc-next.vercel.app/)
88
- [Nuxt (Vue.js)](https://ffc-nuxt.vercel.app/)
99
- [SvelteKit (Svelte)](https://ffc-svelte.vercel.app/)
10-
- [Astro](https://ffc-astro.vercel.app/)
11-
1210

1311
## UI Requirements
1412

pokedex-app/svelte-pokedex/yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,7 @@ fs.realpath@^1.0.0:
26102610
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
26112611
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
26122612

2613-
fsevents@^2.3.2, fsevents@~2.3.2:
2613+
fsevents@2.3.2, fsevents@^2.3.2, fsevents@~2.3.2:
26142614
version "2.3.2"
26152615
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
26162616
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -3847,6 +3847,20 @@ playwright-core@1.25.0:
38473847
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.0.tgz#54dc867c6c2cc5e4233905e249206a02914d14f1"
38483848
integrity sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==
38493849

3850+
playwright-core@1.41.1:
3851+
version "1.41.1"
3852+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.1.tgz#9c152670010d9d6f970f34b68e3e935d3c487431"
3853+
integrity sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==
3854+
3855+
playwright@^1.25.2:
3856+
version "1.41.1"
3857+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.41.1.tgz#83325f34165840d019355c2a78a50f21ed9b9c85"
3858+
integrity sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==
3859+
dependencies:
3860+
playwright-core "1.41.1"
3861+
optionalDependencies:
3862+
fsevents "2.3.2"
3863+
38503864
postcss@^8.4.16:
38513865
version "8.4.16"
38523866
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.16.tgz#33a1d675fac39941f5f445db0de4db2b6e01d43c"

0 commit comments

Comments
 (0)