Merge remote-tracking branch 'origin/main' into dompurify

This commit is contained in:
Alex Gleason
2024-02-08 14:57:35 -06:00
20 changed files with 211 additions and 58 deletions

View File

@ -16,6 +16,10 @@
"bugs": {
"url": "https://gitlab.com/soapbox-pub/soapbox/-/issues"
},
"funding": {
"type": "lightning",
"url": "lightning:alex@alexgleason.me"
},
"scripts": {
"start": "npx vite serve",
"dev": "${npm_execpath} run start",
@ -92,6 +96,7 @@
"@types/semver": "^7.3.9",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^4.0.4",
"@webbtc/webln-types": "^3.0.0",
"autoprefixer": "^10.4.15",
"axios": "^1.2.2",
"axios-mock-adapter": "^1.22.0",