Skip to content

Commit

Permalink
version bump keyv to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jun 22, 2022
1 parent 2f4a45c commit 6a60aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn workspaces run clean"
},
"dependencies": {
"@types/node": "^17.0.21"
"@types/node": "^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/keyv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyv",
"version": "4.3.1",
"version": "4.3.2",
"description": "Simple key-value storage with support for multiple backends",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6a60aae

Please sign in to comment.