File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ The objective is to build a simple Pokedex App using [PokeApi](https://pokeapi.c
7
7
- [ Next.js (React)] ( https://ffc-next.vercel.app/ )
8
8
- [ Nuxt (Vue.js)] ( https://ffc-nuxt.vercel.app/ )
9
9
- [ SvelteKit (Svelte)] ( https://ffc-svelte.vercel.app/ )
10
- - [ Astro] ( https://ffc-astro.vercel.app/ )
11
-
12
10
13
11
## UI Requirements
14
12
Original file line number Diff line number Diff line change @@ -2610,7 +2610,7 @@ fs.realpath@^1.0.0:
2610
2610
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
2611
2611
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
2612
2612
2613
- fsevents@^2.3.2, fsevents@~2.3.2 :
2613
+ fsevents@2.3.2, fsevents@ ^2.3.2, fsevents@~2.3.2 :
2614
2614
version "2.3.2"
2615
2615
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
2616
2616
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -3847,6 +3847,20 @@ playwright-core@1.25.0:
3847
3847
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.0.tgz#54dc867c6c2cc5e4233905e249206a02914d14f1"
3848
3848
integrity sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==
3849
3849
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
+
3850
3864
postcss@^8.4.16 :
3851
3865
version "8.4.16"
3852
3866
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.16.tgz#33a1d675fac39941f5f445db0de4db2b6e01d43c"
You can’t perform that action at this time.
0 commit comments