Skip to content

Commit

Permalink
chore: add update and add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Jul 29, 2023
1 parent c3ba913 commit 85811fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@japa/api-client": "^1.4.4",
"@japa/assert": "^1.4.1",
"@japa/browser-client": "^1.2.0",
"@japa/run-failed-tests": "^1.1.1",
"@japa/spec-reporter": "^1.3.3"
},
Expand Down
5 changes: 5 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
semi: false,
singleQuote: true,
trailingComma: 'none'
}

0 comments on commit 85811fb

Please sign in to comment.