Skip to content

Commit 1cce66a

Browse files
authored
chore: Add missing test/e2e dependencies (#56979)
1 parent 88bd584 commit 1cce66a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/e2e/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"concurrently": "^3.6.1",
4242
"config": "^1.28.0",
4343
"cryptiles": ">=4.1.2",
44+
"enzyme": "^3.11.0",
4445
"esformatter-braces": "^1.2.1",
4546
"esformatter-collapse-objects-a8c": "^0.1.0",
4647
"esformatter-dot-notation": "^1.3.1",
@@ -72,8 +73,11 @@
7273
"mocha-teamcity-reporter": "^3.0.0",
7374
"node-slack-upload": "^1.2.1",
7475
"png-itxt": "^1.3.0",
76+
"postcss": "^8.2.15",
7577
"prettier": "npm:[email protected]",
7678
"push-receiver": "^2.0.0",
79+
"react": "^17.0.2",
80+
"react-dom": "^17.0.2",
7781
"request": "^2.88.2",
7882
"request-promise": "^4.2.2",
7983
"sanitize-filename": "^1.6.0",
@@ -84,6 +88,7 @@
8488
"spec-junit-reporter": "^0.0.1",
8589
"testarmada-magellan": "patch:[email protected]#../../.patches/[email protected]",
8690
"testarmada-magellan-local-executor": "^2.0.3",
91+
"webpack": "^5.54.0",
8792
"xml2json-command": "^0.0.3",
8893
"xmpp.js": "^0.3.0"
8994
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37368,6 +37368,7 @@ typescript@^4.4.3:
3736837368
concurrently: ^3.6.1
3736937369
config: ^1.28.0
3737037370
cryptiles: ">=4.1.2"
37371+
enzyme: ^3.11.0
3737137372
esformatter-braces: ^1.2.1
3737237373
esformatter-collapse-objects-a8c: ^0.1.0
3737337374
esformatter-dot-notation: ^1.3.1
@@ -37399,8 +37400,11 @@ typescript@^4.4.3:
3739937400
mocha-teamcity-reporter: ^3.0.0
3740037401
node-slack-upload: ^1.2.1
3740137402
png-itxt: ^1.3.0
37403+
postcss: ^8.2.15
3740237404
prettier: "npm:[email protected]"
3740337405
push-receiver: ^2.0.0
37406+
react: ^17.0.2
37407+
react-dom: ^17.0.2
3740437408
request: ^2.88.2
3740537409
request-promise: ^4.2.2
3740637410
sanitize-filename: ^1.6.0
@@ -37411,6 +37415,7 @@ typescript@^4.4.3:
3741137415
spec-junit-reporter: ^0.0.1
3741237416
testarmada-magellan: "patch:[email protected]#../../.patches/[email protected]"
3741337417
testarmada-magellan-local-executor: ^2.0.3
37418+
webpack: ^5.54.0
3741437419
xml2json-command: ^0.0.3
3741537420
xmpp.js: ^0.3.0
3741637421
languageName: unknown

0 commit comments

Comments
 (0)