Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang committed Sep 23, 2024
1 parent 681fc6f commit 08abcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/lodash": "^4.17.9",
"@types/node": "^22.6.0",
"@types/node": "^22.6.1",
"@types/test-exclude": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.47.2",
"@types/node": "^22.6.0"
"@types/node": "^22.6.1"
}
}

0 comments on commit 08abcbd

Please sign in to comment.