Skip to content

Commit 05fc5cc

Browse files
authored
Merge pull request #389 from Fekide/388-bug-e2e-tests-fail-for-415
ci(e2e): fix e2e pipeline for strapi 4.15 by adding missing dependenc…
2 parents 60b42c5 + af6b910 commit 05fc5cc

File tree

3 files changed

+41
-5
lines changed

3 files changed

+41
-5
lines changed

playground/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"better-sqlite3": "8.2.0",
2525
"dotenv": "^16.0.3",
2626
"lodash.set": "^4.3.2",
27-
"mime-types": "^2.1.27"
27+
"mime-types": "^2.1.27",
28+
"react": "^18.0.0",
29+
"react-dom": "^18.0.0",
30+
"react-router-dom": "^5.2.0",
31+
"styled-components": "^5.2.1"
2832
},
2933
"devDependencies": {
3034
"cypress": "^12.7.0",

playground/templates/template.package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"better-sqlite3": "8.2.0",
2525
"dotenv": "^16.0.3",
2626
"lodash.set": "^4.3.2",
27-
"mime-types": "^2.1.27"
27+
"mime-types": "^2.1.27",
28+
"react": "^18.0.0",
29+
"react-dom": "^18.0.0",
30+
"react-router-dom": "^5.2.0",
31+
"styled-components": "^5.2.1"
2832
},
2933
"devDependencies": {
3034
"cypress": "^12.7.0",

yarn.lock

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,13 @@
11651165
dependencies:
11661166
"@emotion/memoize" "0.7.4"
11671167

1168+
"@emotion/is-prop-valid@^1.1.0":
1169+
version "1.2.1"
1170+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
1171+
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
1172+
dependencies:
1173+
"@emotion/memoize" "^0.8.1"
1174+
11681175
"@emotion/[email protected]":
11691176
version "0.7.4"
11701177
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
@@ -1175,6 +1182,11 @@
11751182
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
11761183
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
11771184

1185+
"@emotion/memoize@^0.8.1":
1186+
version "0.8.1"
1187+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
1188+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
1189+
11781190
"@emotion/react@^11.8.1":
11791191
version "11.10.5"
11801192
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.5.tgz#95fff612a5de1efa9c0d535384d3cfa115fe175d"
@@ -13641,7 +13653,7 @@ [email protected]:
1364113653
fast-deep-equal "^3.1.3"
1364213654
hoist-non-react-statics "^3.3.2"
1364313655

13644-
react-dom@^18.2.0:
13656+
react-dom@^18.0.0, react-dom@^18.2.0:
1364513657
version "18.2.0"
1364613658
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
1364713659
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
@@ -13758,7 +13770,7 @@ react-remove-scroll@^2.5.7:
1375813770
use-callback-ref "^1.3.0"
1375913771
use-sidecar "^1.1.2"
1376013772

13761-
13773+
[email protected], react-router-dom@^5.2.0:
1376213774
version "5.3.4"
1376313775
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
1376413776
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
@@ -13833,7 +13845,7 @@ [email protected]:
1383313845
"@babel/runtime" "^7.0.0"
1383413846
memoize-one ">=3.1.1 <6"
1383513847

13836-
react@^18.2.0:
13848+
react@^18.0.0, react@^18.2.0:
1383713849
version "18.2.0"
1383813850
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
1383913851
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
@@ -15385,6 +15397,22 @@ [email protected]:
1538515397
shallowequal "^1.1.0"
1538615398
supports-color "^5.5.0"
1538715399

15400+
styled-components@^5.2.1:
15401+
version "5.3.11"
15402+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8"
15403+
integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==
15404+
dependencies:
15405+
"@babel/helper-module-imports" "^7.0.0"
15406+
"@babel/traverse" "^7.4.5"
15407+
"@emotion/is-prop-valid" "^1.1.0"
15408+
"@emotion/stylis" "^0.8.4"
15409+
"@emotion/unitless" "^0.7.4"
15410+
babel-plugin-styled-components ">= 1.12.0"
15411+
css-to-react-native "^3.0.0"
15412+
hoist-non-react-statics "^3.0.0"
15413+
shallowequal "^1.1.0"
15414+
supports-color "^5.5.0"
15415+
1538815416
1538915417
version "4.1.3"
1539015418
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"

0 commit comments

Comments
 (0)