Skip to content

Commit a2ba76c

Browse files
committed
chore: update lib version in guide
Signed-off-by: Jan Richter <jrichter@redhat.com>
1 parent f17b783 commit a2ba76c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/overlay/examples/basic-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ workspaces/<plugin>/e2e-tests/
6767
"eslint-plugin-check-file": "^3.3.1",
6868
"eslint-plugin-playwright": "^2.4.0",
6969
"prettier": "^3.7.4",
70-
"rhdh-e2e-test-utils": "1.1.6",
70+
"rhdh-e2e-test-utils": "1.1.8",
7171
"typescript": "^5.9.3",
7272
"typescript-eslint": "^8.50.0"
7373
}

docs/overlay/examples/tech-radar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ workspaces/tech-radar/e2e-tests/
7070
"eslint-plugin-check-file": "^3.3.1",
7171
"eslint-plugin-playwright": "^2.4.0",
7272
"prettier": "^3.7.4",
73-
"rhdh-e2e-test-utils": "1.1.6",
73+
"rhdh-e2e-test-utils": "1.1.8",
7474
"typescript": "^5.9.3",
7575
"typescript-eslint": "^8.50.0"
7676
}

docs/overlay/test-structure/directory-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Defines the test package with dependencies and scripts:
6767
"eslint-plugin-check-file": "^3.3.1",
6868
"eslint-plugin-playwright": "^2.4.0",
6969
"prettier": "^3.7.4",
70-
"rhdh-e2e-test-utils": "1.1.6",
70+
"rhdh-e2e-test-utils": "1.1.8",
7171
"typescript": "^5.9.3",
7272
"typescript-eslint": "^8.50.0"
7373
}

docs/overlay/tutorials/new-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Create `package.json` with the following content:
6363
"eslint-plugin-check-file": "^3.3.1",
6464
"eslint-plugin-playwright": "^2.4.0",
6565
"prettier": "^3.7.4",
66-
"rhdh-e2e-test-utils": "1.1.6",
66+
"rhdh-e2e-test-utils": "1.1.8",
6767
"typescript": "^5.9.3",
6868
"typescript-eslint": "^8.50.0"
6969
}

0 commit comments

Comments
 (0)