Skip to content

Commit

Permalink
Fix #75: Updating dependencies to patch vulnerabilities - higher bump…
Browse files Browse the repository at this point in the history
… to commit successfully
  • Loading branch information
sourabhxyz committed Feb 14, 2024
1 parent 6d96009 commit e7b5806
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 95 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"@types/react-helmet": "^6.1.6",
"axios": "^1.6.0",
"bech32": "^2.0.0",
"next": "~13.5.1",
"next": "^13.5.1",
"next-themes": "^0.2.1",
"nextra": "^2.2.12",
"nextra-theme-docs": "^2.2.12",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.7"
},
"devDependencies": {
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.7.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.0",
"typescript": "4.9.5"
"typescript": "^4.9.5"
},
"lint-staged": {
"src/**/*.{ts,json,md}": [
Expand Down
Loading

0 comments on commit e7b5806

Please sign in to comment.