Skip to content

Commit

Permalink
refactor: remove ohash dependency and use webcrypto for NuxtHub
Browse files Browse the repository at this point in the history
… validation
  • Loading branch information
Yizack committed Sep 23, 2024
1 parent 62020b5 commit 8180f1c
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 80 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"defu": "^6.1.4",
"ohash": "^1.1.4"
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^22.6.0",
"@types/node": "^22.6.1",
"changelogen": "^0.5.7",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
Expand Down
Loading

0 comments on commit 8180f1c

Please sign in to comment.