Skip to content

Commit

Permalink
remove auri from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Feb 25, 2024
1 parent 74ded03 commit 26f27cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changesets/rs1by.patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"auri": "1.0.2",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"dependencies": {
"@node-rs/argon2": "1.7.0",
"@node-rs/bcrypt": "1.9.0",
"auri": "1.0.2"
"@node-rs/bcrypt": "1.9.0"
}
}

0 comments on commit 26f27cc

Please sign in to comment.