File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ workspaces/<plugin>/e2e-tests/
6060 },
6161 "devDependencies" : {
6262 "@eslint/js" : " ^9.39.2" ,
63- "@playwright/test" : " ^ 1.57.0" ,
63+ "@playwright/test" : " 1.57.0" ,
6464 "@types/node" : " ^24.10.1" ,
6565 "dotenv" : " ^16.4.7" ,
6666 "eslint" : " ^9.39.2" ,
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 }
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ workspaces/tech-radar/e2e-tests/
6363 },
6464 "devDependencies" : {
6565 "@eslint/js" : " ^9.39.2" ,
66- "@playwright/test" : " ^ 1.57.0" ,
66+ "@playwright/test" : " 1.57.0" ,
6767 "@types/node" : " ^24.10.1" ,
6868 "dotenv" : " ^16.4.7" ,
6969 "eslint" : " ^9.39.2" ,
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 }
Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ Defines the test package with dependencies and scripts:
6060 },
6161 "devDependencies" : {
6262 "@eslint/js" : " ^9.39.2" ,
63- "@playwright/test" : " ^ 1.57.0" ,
63+ "@playwright/test" : " 1.57.0" ,
6464 "@types/node" : " ^24.10.1" ,
6565 "dotenv" : " ^16.4.7" ,
6666 "eslint" : " ^9.39.2" ,
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 }
Original file line number Diff line number Diff line change @@ -56,21 +56,22 @@ Create `package.json` with the following content:
5656 },
5757 "devDependencies" : {
5858 "@eslint/js" : " ^9.39.2" ,
59- "@playwright/test" : " ^ 1.57.0" ,
59+ "@playwright/test" : " 1.57.0" ,
6060 "@types/node" : " ^24.10.1" ,
6161 "dotenv" : " ^16.4.7" ,
6262 "eslint" : " ^9.39.2" ,
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" : " <latest-version> " ,
6767 "typescript" : " ^5.9.3" ,
6868 "typescript-eslint" : " ^8.50.0"
6969 }
7070}
7171```
7272
7373Replace ` <your-plugin> ` with your plugin name.
74+ Replate ` <latest-version> ` with the latest available version of this library.
7475
7576## Step 4: Create Configuration Files
7677
You can’t perform that action at this time.
0 commit comments