Skip to content

Commit bc71368

Browse files
committed
update playwright-persona
1 parent 0a40859 commit bc71368

File tree

22 files changed

+711
-141
lines changed

22 files changed

+711
-141
lines changed

exercises/01.basics/02.problem.running-the-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147-
"playwright-persona": "^0.2.4",
148147
"prettier": "^3.5.3",
149148
"prettier-plugin-sql": "^0.19.0",
150149
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/01.basics/02.solution.running-the-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147-
"playwright-persona": "^0.2.4",
148147
"prettier": "^3.5.3",
149148
"prettier-plugin-sql": "^0.19.0",
150149
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/01.problem.custom-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147-
"playwright-persona": "^0.2.4",
147+
"playwright-persona": "^0.2.5",
148148
"prettier": "^3.5.3",
149149
"prettier-plugin-sql": "^0.19.0",
150150
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/01.solution.custom-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147-
"playwright-persona": "^0.2.4",
147+
"playwright-persona": "^0.2.5",
148148
"prettier": "^3.5.3",
149149
"prettier-plugin-sql": "^0.19.0",
150150
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/03.problem.authentication/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147+
"playwright-persona": "^0.2.5",
147148
"prettier": "^3.5.3",
148149
"prettier-plugin-sql": "^0.19.0",
149150
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/03.solution.authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147-
"playwright-persona": "^0.2.4",
147+
"playwright-persona": "^0.2.5",
148148
"prettier": "^3.5.3",
149149
"prettier-plugin-sql": "^0.19.0",
150150
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/04.problem.api-mocking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"jsdom": "^25.0.1",
150150
"msw": "^2.7.6",
151151
"npm-run-all": "^4.1.5",
152-
"playwright-persona": "^0.2.4",
152+
"playwright-persona": "^0.2.5",
153153
"prettier": "^3.5.3",
154154
"prettier-plugin-sql": "^0.19.0",
155155
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/04.solution.api-mocking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"jsdom": "^25.0.1",
150150
"msw": "^2.7.6",
151151
"npm-run-all": "^4.1.5",
152-
"playwright-persona": "^0.2.4",
152+
"playwright-persona": "^0.2.5",
153153
"prettier": "^3.5.3",
154154
"prettier-plugin-sql": "^0.19.0",
155155
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/05.problem.test-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147-
"playwright-persona": "^0.2.4",
147+
"playwright-persona": "^0.2.5",
148148
"prettier": "^3.5.3",
149149
"prettier-plugin-sql": "^0.19.0",
150150
"prettier-plugin-tailwindcss": "^0.6.11",

exercises/02.test-setup/05.solution.test-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"jsdom": "^25.0.1",
145145
"msw": "^2.7.6",
146146
"npm-run-all": "^4.1.5",
147-
"playwright-persona": "^0.2.4",
147+
"playwright-persona": "^0.2.5",
148148
"prettier": "^3.5.3",
149149
"prettier-plugin-sql": "^0.19.0",
150150
"prettier-plugin-tailwindcss": "^0.6.11",

0 commit comments

Comments
 (0)