Skip to content

Commit

Permalink
fix: update dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Jul 28, 2024
1 parent b76a48c commit 4b44314
Show file tree
Hide file tree
Showing 2 changed files with 1,447 additions and 1,349 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,19 @@
}
],
"dependencies": {
"@noble/ciphers": "0.5.1",
"@noble/hashes": "1.3.3",
"@scure/base": "1.1.5",
"@noble/ciphers": "0.5.3",
"@noble/hashes": "1.4.0",
"@scure/base": "1.1.7",
"hash-wasm": "4.11.0"
},
"devDependencies": {
"@ocavue/eslint-config": "^1.4.0",
"@size-limit/preset-small-lib": "^8.2.6",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.55.0",
"eslint-config-google": "^0.14.0",
"prettier": "^3.1.0",
"size-limit": "^8.2.6",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"@ocavue/eslint-config": "^1.11.2",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^18.11.18",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"size-limit": "^11.1.4",
"typescript": "^5.5.4",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 4b44314

Please sign in to comment.