minor fixes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user