remove webmention.io

This commit is contained in:
2024-02-14 21:14:18 -05:00
parent 1a6ac7f483
commit b5f0f56702
6 changed files with 154 additions and 71 deletions
+9 -9
View File
@@ -19,10 +19,10 @@
},
"dependencies": {
"@giscus/react": "^2.4.0",
"@hcaptcha/react-hcaptcha": "^1.9.3",
"@hcaptcha/react-hcaptcha": "^1.10.1",
"@novnc/novnc": "1.4.0",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.54.0",
"@octokit/graphql-schema": "^14.56.0",
"@prisma/client": "^5.9.1",
"@react-spring/web": "^9.7.3",
"@stitches/react": "1.3.1-1",
@@ -51,7 +51,7 @@
"react-frame-component": "^5.2.6",
"react-icons": "^5.0.1",
"react-innertext": "^1.1.5",
"react-intersection-observer": "^9.7.0",
"react-intersection-observer": "^9.8.0",
"react-is": "18.2.0",
"react-player": "^2.14.1",
"react-textarea-autosize": "^8.5.3",
@@ -73,15 +73,15 @@
"devDependencies": {
"@jakejarvis/eslint-config": "^3.1.0",
"@types/comma-number": "^2.1.2",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/novnc__novnc": "^1.3.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-is": "^18.2.4",
"@types/uglify-js": "^3.17.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"cross-env": "^7.0.3",
"eslint": "~8.56.0",
"eslint-config-next": "14.1.0",
@@ -113,9 +113,9 @@
"eslint"
]
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.2",
"volta": {
"node": "20.11.0",
"pnpm": "8.15.1"
"node": "20.11.1",
"pnpm": "8.15.2"
}
}