Skip to content

Commit

Permalink
build: Update depndencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestreety committed Feb 21, 2025
1 parent f8552a7 commit fd1571e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"author": "Mike Street",
"license": "ISC",
"dependencies": {
"@axe-core/playwright": "^4.8",
"@playwright/test": "^1.40",
"axe-html-reporter": "^2.2",
"dotenv": "^16.4",
"glob": "^10.3",
"monocart-reporter": "^2.4",
"yaml": "^2.3"
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.50.1",
"axe-html-reporter": "^2.2.11",
"dotenv": "^16.4.7",
"glob": "^11.0.1",
"monocart-reporter": "^2.9.15",
"yaml": "^2.7.0"
},
"devDependencies": {
"@types/node": "^20.10",
"@typescript-eslint/eslint-plugin": "^6.14",
"@typescript-eslint/parser": "^6.14",
"eslint": "^8.55",
"typescript": "^5.3",
"@types/node": "^22.13.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint": "^9.20.1",
"typescript": "^5.7.3",
"vitest": "^3.0.6"
}
}

0 comments on commit fd1571e

Please sign in to comment.