Skip to content

Commit 363ae79

Browse files
committed
switch to render?
1 parent 3bc8361 commit 363ae79

6 files changed

Lines changed: 428 additions & 614 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name="viewport"
3535
content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no, interactive-widget=resizes-content"
3636
/>
37-
37+
3838
<meta
3939
http-equiv="Content-Security-Policy"
4040
content="
@@ -45,8 +45,8 @@
4545
https://www.google.com
4646
https://wfdcqaqihwsilzegcknq.supabase.co
4747
wss://wfdcqaqihwsilzegcknq.supabase.co
48-
https://goobapp-server.koyeb.app
49-
wss://goobapp-server.koyeb.app
48+
https://goobapp-backend-tsil.onrender.com
49+
wss://goobapp-backend-tsil.onrender.com
5050
%VITE_CSP_CONNECT_SRC%
5151
https://picsum.photos
5252
https://fastly.picsum.photos;
@@ -55,8 +55,8 @@
5555
object-src 'none';
5656
base-uri 'self';
5757
"
58-
/>
59-
58+
/>
59+
6060
<meta
6161
content="text/html; charset=UTF-8; X-Content-Type-Options=nosniff"
6262
http-equiv="Content-Type"

netlify.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,39 @@
1616
},
1717
"dependencies": {
1818
"@googleapis/customsearch": "^7.0.1",
19-
"@marsidev/react-turnstile": "^1.3.1",
20-
"@supabase/supabase-js": "^2.95.3",
21-
"@tauri-apps/api": "2.9.x",
22-
"@tauri-apps/plugin-authenticator": "^2.0.0-rc.1",
19+
"@marsidev/react-turnstile": "^1.4.2",
20+
"@supabase/supabase-js": "^2.99.2",
21+
"@tauri-apps/api": "2.9.1",
22+
"@tauri-apps/plugin-authenticator": "2.0.0-rc.1",
2323
"@tauri-apps/plugin-shell": "^2.3.5",
24-
"baseline-browser-mapping": "^2.9.19",
24+
"baseline-browser-mapping": "^2.10.8",
2525
"prop-types": "^15.8.1",
26-
"react": "^19.2.0",
27-
"react-compiler-runtime": "^19.0.0-beta-714736e-20250131",
28-
"react-dom": "^19.2.0",
29-
"react-resizable-panels": "^4.6.2",
26+
"react": "^19.2.4",
27+
"react-compiler-runtime": "19.0.0-beta-ebf51a3-20250411",
28+
"react-dom": "^19.2.4",
29+
"react-resizable-panels": "^4.7.3",
3030
"react-router": "^7.13.1",
31-
"react-router-dom": "^7.9.6",
31+
"react-router-dom": "^7.13.1",
3232
"socket.io-client": "^4.8.3",
3333
"web-haptics": "^0.0.6"
3434
},
3535
"devDependencies": {
36-
"@eslint/js": "^9.39.2",
37-
"@tauri-apps/cli": "^2.9.6",
38-
"@types/node": "^25.2.1",
39-
"@types/react": "^19.2.2",
40-
"@types/react-dom": "^19.2.2",
41-
"@vitejs/plugin-react": "^5.1.0",
42-
"babel-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
43-
"eslint": "^9.39.1",
36+
"@eslint/js": "^9.39.4",
37+
"@tauri-apps/cli": "^2.10.1",
38+
"@types/node": "^25.5.0",
39+
"@types/react": "^19.2.14",
40+
"@types/react-dom": "^19.2.3",
41+
"@vitejs/plugin-react": "^5.2.0",
42+
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
43+
"eslint": "^9.39.4",
4444
"eslint-plugin-react": "^7.37.5",
45-
"eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
45+
"eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
4646
"eslint-plugin-react-hooks": "^7.0.1",
47-
"eslint-plugin-react-refresh": "^0.5.0",
47+
"eslint-plugin-react-refresh": "^0.5.2",
4848
"gh-pages": "^6.3.0",
49-
"globals": "^17.2.0",
50-
"supabase": "^2.76.17",
51-
"typescript-eslint": "^8.54.0",
49+
"globals": "^17.4.0",
50+
"supabase": "^2.79.0",
51+
"typescript-eslint": "^8.57.1",
5252
"vite": "^7.3.1"
5353
}
5454
}

0 commit comments

Comments
 (0)