Skip to content

Commit

Permalink
fix: dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Jan 23, 2025
1 parent 7bc3ce9 commit 850b8b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@
},
"dependencies": {
"@toruslabs/customauth": "file:../..",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"error": "10.4.0",
"next": "^15.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@uiw/react-json-view": "^2.0.0-alpha.30"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^16.6.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^4.3.5",
"eslint": "^9.18.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typed-emitter": "^2.1.0"
"typed-emitter": "^2.1.0",
"typescript": "^4.3.5"
}
}

0 comments on commit 850b8b5

Please sign in to comment.