Skip to content

Commit

Permalink
Merge pull request #1230 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.6
  • Loading branch information
mitchdowney authored Dec 16, 2023
2 parents 1a58462 + f75f49f commit 92fa85f
Show file tree
Hide file tree
Showing 469 changed files with 153 additions and 159,441 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-web",
"version": "4.15.5",
"version": "4.15.6",
"description": "Web app for the Podverse podcast clip sharing ecosystem",
"repository": {
"type": "git",
Expand Down Expand Up @@ -61,10 +61,12 @@
"nightwatch": "1.7.13",
"omniaural": "1.3.3",
"password-validator": "5.2.1",
"podverse-shared": "4.12.8",
"podverse-shared": "4.15.2",
"re-resizable": "6.9.11",
"react": "17.0.2",
"react-cookie": "4.1.1",
"react-dom": "17.0.2",
"react-draggable": "4.4.6",
"react-draggable-list": "^4.1.0",
"react-h5-audio-player": "3.8.1",
"react-modal": "3.14.4",
Expand Down Expand Up @@ -101,5 +103,9 @@
"stylelint": "^15.10.1",
"stylelint-config-recommended-scss": "^12.0.0",
"typescript": "4.5.2"
},
"resolutions": {
"@types/react": "17.0.37",
"@types/react-dom": "17.0.25"
}
}
1 change: 0 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ declare global {
paypal: any
playerAudio: any
playerVideo: any
converse: any
mermaid: any
}
interface Date {
Expand Down
1 change: 0 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class MyDocument extends Document {
<link rel='preload' href='/fonts/Roboto/Roboto-Regular.ttf' as='font' crossOrigin='' />
<link rel='preload' href='/fonts/Roboto/Roboto-Italic.ttf' as='font' crossOrigin='' />
<link rel='preload' href='/fonts/Roboto/Roboto-Bold.ttf' as='font' crossOrigin='' />
{/* <link rel='stylesheet' type='text/css' media='screen' href='https://cdn.conversejs.org/dist/converse.css' /> */}
</Head>
<body>
<Main />
Expand Down
136 changes: 0 additions & 136 deletions pages/chat.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions pages/xmpp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export default function XMPP(props: ServerProps) {
<a href='https://prosody.im/'>Prosody</a>
<br />
<a href='https://snikket.org'>Snikket</a>
<br />
<a href='https://conversejs.org/'>Converse</a>
</p>
</div>
}
Expand Down
43 changes: 0 additions & 43 deletions public/3rd-party/converse/dist/converse.css

This file was deleted.

1 change: 0 additions & 1 deletion public/3rd-party/converse/dist/converse.css.map

This file was deleted.

Loading

0 comments on commit 92fa85f

Please sign in to comment.