Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit fb70689

Browse files
committed
Apply in-range dependency updates
1 parent fbed76b commit fb70689

File tree

5 files changed

+285
-296
lines changed

5 files changed

+285
-296
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@axe-core/playwright": "^4.10.2",
13-
"@playwright/test": "^1.55.0",
13+
"@playwright/test": "^1.55.1",
1414
"playwright": "^1.40.1"
1515
}
1616
}

linting/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@codeyourfuture/eslint-config-standard": "^7.0.0",
1111
"@types/eslint": "^9.6.1",
12-
"@vitest/eslint-plugin": "^1.3.12",
12+
"@vitest/eslint-plugin": "^1.3.13",
1313
"eslint": "^9.36.0",
1414
"eslint-config-prettier": "^10.1.8",
1515
"eslint-plugin-import": "^2.32.0",
@@ -19,8 +19,8 @@
1919
"eslint-plugin-playwright": "^2.2.2",
2020
"eslint-plugin-react": "^7.37.5",
2121
"eslint-plugin-react-hooks": "^5.2.0",
22-
"eslint-plugin-react-refresh": "^0.4.20",
23-
"eslint-plugin-testing-library": "^7.8.0",
22+
"eslint-plugin-react-refresh": "^0.4.22",
23+
"eslint-plugin-testing-library": "^7.10.0",
2424
"globals": "^16.4.0"
2525
},
2626
"scripts": {}

0 commit comments

Comments
 (0)