minor fixes

This commit is contained in:
Ren Amamiya
2023-04-20 09:47:02 +07:00
parent a3ca2ef548
commit d7c7983963
9 changed files with 61 additions and 73 deletions

View File

@@ -10,10 +10,8 @@
"prepare": "husky install"
},
"lint-staged": {
"**/*": [
"prettier --write --ignore-unknown",
"eslint --fix"
]
"**/*": "prettier --write --ignore-unknown",
"**/*.{js,ts,jsx,tsx}": "eslint --fix"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
@@ -34,7 +32,7 @@
"framer-motion": "^9.1.7",
"iconoir-react": "^6.6.0",
"jotai": "^2.0.4",
"next": "13.3.1-canary.14",
"next": "13.3.1-canary.16",
"nostr-relaypool": "^0.5.18",
"nostr-tools": "^1.10.0",
"react": "^18.2.0",