feat: Added adult content warning

This commit is contained in:
florian 2023-07-28 16:51:24 +02:00
parent 00d360dd57
commit 45181ad29e
2 changed files with 15 additions and 0 deletions

13
package-lock.json generated
View File

@ -10,6 +10,7 @@
"dependencies": {
"@nostr-dev-kit/ndk": "^0.7.7",
"@nostr-dev-kit/ndk-react": "^0.0.1",
"lodash": "^4.17.21",
"nostr-tools": "^1.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -18,6 +19,7 @@
"react-swipeable": "^7.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.196",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
@ -1097,6 +1099,12 @@
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
},
"node_modules/@types/lodash": {
"version": "4.14.196",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.196.tgz",
"integrity": "sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ==",
"dev": true
},
"node_modules/@types/minimist": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
@ -3502,6 +3510,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",

View File

@ -12,6 +12,7 @@
"dependencies": {
"@nostr-dev-kit/ndk": "^0.7.7",
"@nostr-dev-kit/ndk-react": "^0.0.1",
"lodash": "^4.17.21",
"nostr-tools": "^1.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -20,6 +21,7 @@
"react-swipeable": "^7.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.196",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",